# 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: 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:

```
GET https://docs.flashstake.io/time-based-tokens-tbts/flashnft.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
