> For the complete documentation index, see [llms.txt](https://red-extraction.gitbook.io/red-extraction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://red-extraction.gitbook.io/red-extraction/web3/nfts.md).

# NFTs

Red Extraction NFTs harnesses the [ERC-1155 MULTI-TOKEN STANDARD](https://ethereum.org/en/developers/docs/standards/tokens/erc-1155/). These NFTs take the form of Extractor Licenses, which play a pivotal role in the claiming process of stored $OVDM tokens earned through questing endeavours.

Claim periods occur *<mark style="color:red;">**twice a week**</mark>*, allowing users to regularly access their earnings and further engage with the game's economy. During claim periods, the amount of tokens that can be claimed is directly tied to the number of Extraction Licenses held by the user. The more licenses a user possesses increased the amount of $OVDM tokens claimable

Owning a maximum of 20 Extractor Licenses entitles users to claim 50% of their tokens during each claim event. With two claim events occurring weekly, this setup ensures that users can claim 100% of their tokens over the course of a week.

| No. NFT held | % Amount claimable |
| ------------ | ------------------ |
| 1            | 2.5                |
| 2            | 5.0                |
| 3            | 7.5                |
| 4            | 10.0               |
| 5            | 12.5               |
| 6            | 15.0               |
| 7            | 17.5               |
| 8            | 20.0               |
| 9            | 22.5               |
| 10           | 25.0               |
| 11           | 27.5               |
| 12           | 30.0               |
| 13           | 32.5               |
| 14           | 35.0               |
| 15           | 37.5               |
| 16           | 40.0               |
| 17           | 42.5               |
| 18           | 45,0               |
| 19           | 47.5               |
| 20           | 50.0               |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://red-extraction.gitbook.io/red-extraction/web3/nfts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
