> For the complete documentation index, see [llms.txt](https://derivio.gitbook.io/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://derivio.gitbook.io/v1/token-ecosystem/derivio-whale-nft.md).

# Derivio Whale NFT

Derivio Whale NFTs are owned by the most active community members. Derivio NFT holders can enjoy a set of benefits, including but not limited to free trading coupons and greater voting power in governance.

Community members are able to mint a normal Derivio NFT with a fixed amount of 200 $DRV. Eligible community members are able to mint a rare Derivio NFT with a fixed amount of 1000 $DRV.

Every month, there are 35 rare Derivio NFTs eligible to claim. Eligibility is determined by:

1. Traders with the top 10 volume
2. Liquidity providers with top 15 TVL contributions
3. $DRV stakers with the top 10 staking amount

All DRVs used for minting Derivio Whale NFTs are burned, which can also be viewed as the floor price of the NFTs.

By staking Derivio Whale NFTs, holders can enjoy:

1. Free binary options trading coupon every month
2. Token emissions
3. Greater voting power in governance
4. More to be determined by the Derivio DAO
5. Premium position to be the liquidator

<table><thead><tr><th width="225.33333333333331">NFT rareness</th><th width="215.66666666666669">Token emission</th><th>Free binary option coupon</th></tr></thead><tbody><tr><td>Normal</td><td>10 DRV / month</td><td>10 $DRV position size</td></tr><tr><td>Rare</td><td>100 DRV / month</td><td>50 $DRV position size</td></tr></tbody></table>


---

# 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://derivio.gitbook.io/v1/token-ecosystem/derivio-whale-nft.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.
