> For the complete documentation index, see [llms.txt](https://ton-docs.theoldcastle.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ton-docs.theoldcastle.xyz/faq/how-to-stake-nft-in-the-game.md).

# How to stake NFT in the game?

1. Use the "Stake" button in the middle of the page;

<figure><img src="https://802054756-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9zLrMAvJTcfpZOUGBNh%2Fuploads%2FfPR6iq2MVWOvxSM9VNsM%2F11.jpg?alt=media&amp;token=98729bdd-8139-44cf-90d0-b283905670a3" alt=""><figcaption></figcaption></figure>

2\. Open the "Wallet" tab. This tab shows the NFTs available in your Tonkeeper (If you have the necessary NFT on the "Spending" tab, you can go to step 5);

<figure><img src="https://802054756-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9zLrMAvJTcfpZOUGBNh%2Fuploads%2FHjTHF2UVPUJyDySBqave%2Fimage.png?alt=media&amp;token=62975b1f-7ac5-4bbe-a489-4027eb06be3c" alt=""><figcaption></figcaption></figure>

&#x20; 3\. Select NFT and click "Send NFT" to send it to Spending;

&#x20; 4\. Use a QR-code or a link to make a transaction through Tonkeeper;

{% hint style="warning" %}
After the transaction is confirmed, the NFT will be displayed on the "Spending" tab.
{% endhint %}

&#x20; 5\. Choose NFT and click the "Stake NFT" button;

<figure><img src="https://802054756-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9zLrMAvJTcfpZOUGBNh%2Fuploads%2Frbq0PUBPrtrREYhPJJAp%2Fimage.png?alt=media&amp;token=6a9a8bf4-357a-4e87-ad3b-c21d09c38d63" alt=""><figcaption></figcaption></figure>

Now you can see your NFT from the side of the selected fraction on the "My NTFs" tab.

<figure><img src="https://802054756-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9zLrMAvJTcfpZOUGBNh%2Fuploads%2Frt8n4TMGI2gETgZBWBu1%2Fimage.png?alt=media&amp;token=189478fa-d217-41a0-9576-459fd4083ff8" alt=""><figcaption></figcaption></figure>

{% embed url="<https://www.youtube.com/shorts/ZoVP0jWG01w>" %}


---

# 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://ton-docs.theoldcastle.xyz/faq/how-to-stake-nft-in-the-game.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.
