> For the complete documentation index, see [llms.txt](https://docs.flashstake.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flashstake.io/time-based-tokens-tbts/flashnft.md).

# FlashNFT

<table data-header-hidden><thead><tr><th width="133"></th><th></th></tr></thead><tbody><tr><td>Network</td><td>Contract Address</td></tr><tr><td>Ethereum</td><td><a href="https://etherscan.io/address/0x3b090839C26fE3b2BdfA2F4CD7F3ab001ccdF73F">0x3b090839C26fE3b2BdfA2F4CD7F3ab001ccdF73F</a></td></tr><tr><td>Arbitrum</td><td><a href="https://arbiscan.io/address/0xe15314691e916087028a6bf4B8BD1Ced1fD41996">0xe15314691e916087028a6bf4B8BD1Ced1fD41996</a></td></tr><tr><td>Optimism</td><td><a href="https://optimistic.etherscan.io/address/0x3b090839C26fE3b2BdfA2F4CD7F3ab001ccdF73F">0x3b090839C26fE3b2BdfA2F4CD7F3ab001ccdF73F</a></td></tr></tbody></table>

The FlashNFT represents a user’s [staked principal](/time-based-tokens-tbts/minting-tbts-staking.md) in the Flash Protocol and can be minted at the time of staking or later. Each stake gets its own NFT.

Once the NFT has been minted, the associated stake cannot be withdrawn or modified (unstake early) without the NFT.

### Transferring NFT

The NFT can be transferred to another address, which transfers the ownership of the stake. Only the owner of the NFT has the rights to the associated stake so all staked principal tokens associated with this NFT represents would belong to the new NFT owner.&#x20;

{% hint style="info" %}
Developers can use the FlashNFT token ID to access all information related to the corresponding stake in the Flashstake Protocol.
{% endhint %}


---

# 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.flashstake.io/time-based-tokens-tbts/flashnft.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.
