> 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/how-to-start-play-on-ton.md).

# How to start play on TON

To start the game you need to:

1. Visit the [marketplace (getgems.io)](https://getgems.io/);
2. Connect your [Wallet](https://getgems.io/?modalId=login);

<figure><img src="https://802054756-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9zLrMAvJTcfpZOUGBNh%2Fuploads%2FclzktWygjdgIgO3uGaWY%2Fimage.png?alt=media&amp;token=6b53ab3e-3388-4b9d-9ef9-1ce531351062" alt=""><figcaption></figcaption></figure>

&#x20; 3\.  Сhoose your Faction and purchase an NFT belonging to one of the Factions:

{% content-ref url="/pages/TDOppKDneUCkX9PmD2cG" %}
[Terrible Creatures](/nft/terrible-creatures.md)
{% endcontent-ref %}

{% content-ref url="/pages/BOS4Z1ZCET0NttmahyrU" %}
[Knights Of The Kingdom](/nft/knights-of-the-kingdom.md)
{% endcontent-ref %}

Do not forget that you can participate as a third party that can change the course of the battle:

{% content-ref url="/pages/v9Qt9eiCNcPjVjFQO209" %}
[Investors](/investors.md)
{% endcontent-ref %}

&#x20; 3\. Visit the game [website (https://theoldcastle.xyz/)](https://theoldcastle.xyz/);

&#x20; 4\. Connect your Wallet;

<figure><img src="https://802054756-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9zLrMAvJTcfpZOUGBNh%2Fuploads%2F7lrzVCzwwF2yLYL8sx44%2Fimage.png?alt=media&amp;token=8417426f-65f5-4c73-bca5-96c6c5411db2" alt=""><figcaption></figcaption></figure>

&#x20; 5\. Click "Stake and Earn" and select an NFT to lock for the duration of the battle.

<figure><img src="https://802054756-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9zLrMAvJTcfpZOUGBNh%2Fuploads%2FzRVhd7g2JA1ka40HWkBB%2F14.jpg?alt=media&amp;token=bf406f5d-ae54-491e-b2c1-675f7bca4cda" alt=""><figcaption></figcaption></figure>

<figure><img src="https://802054756-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9zLrMAvJTcfpZOUGBNh%2Fuploads%2FYwGcIKVE64Apf4yxUwCL%2F15.jpg?alt=media&amp;token=e42ee50a-0e74-4afe-8293-c9662c96c724" alt=""><figcaption></figcaption></figure>

Ready! The game will begin when at least two NFTs have been locked on both factions.


---

# 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/how-to-start-play-on-ton.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.
