> For the complete documentation index, see [llms.txt](https://docs.veno.finance/veno-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.veno.finance/veno-finance/user-guide/liquid-staking/how-to-claim-tokens-from-nft.md).

# How to claim tokens from NFT

Once you have unstaked, you will receive an NFT that represents your share of tokens to be received. The NFT is redeemable when it completes the unstaking cycle. You may refer to the unlock date on the NFT to determine when you can redeem the tokens.

Using CRO Staking as an example:

\
Step 1: Go to Claim CRO tab to see which NFTs are ready to be redeemed.

![](/files/uA7vQ2x2yO9cpu6ht5LR)

Step 2: Click the NFT that you want to redeem CRO. Then, click Claim to proceed. Alternatively, you can also claim all the redeemable NFTs in the same time.

&#x20;![](/files/jDm8GM8o3Uyd0TlU2nhz)

Step 3: Confirm the amount to claim.

![](/files/h9MH6D4xiMiBLdcF90Xl)

Step 4: Review and confirm the transaction on your wallet.

Step 5: Transaction is completed. You have successfully claimed your CRO.

&#x20;![](/files/vhrVqeOl2aJQziLl5bQI)

<br>


---

# 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://docs.veno.finance/veno-finance/user-guide/liquid-staking/how-to-claim-tokens-from-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.
