> For the complete documentation index, see [llms.txt](https://faq.tonation.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.tonation.me/en/for-streamers/wallet/how-to-create-ton-wallet.md).

# How to create TON wallet

To accept donations via [Tonation.me](https://tonation.me), you will need a TON wallet. You can create one quickly and easily by choosing one of the available options. We recommend using Tonkeeper or the built-in wallet in Telegram, but you can choose any one you like from the list below <https://ton.org/ru/wallets>

***

#### Option 1: Creating a wallet using Tonkeeper

1. Go to the official TON-wallets website: <https://ton.org/ru/wallets>
2. Select Tonkeeper and click on the download link.
   * The app is available for Android and iOS.
3. Install the app on your device.
4. Open Tonkeeper and follow the instructions to create a new wallet:
   * You will be prompted to save a secret phrase (seed phrase). Be sure to write it down and keep it in a safe place. This is the only way to regain access to your wallet.
5. After registration is complete, your wallet is ready for use. You will find your wallet address in the application.

***

#### Option 2. Creating a wallet in Telegram

1. Go to the Telegram bot [@wallet](https://t.me/wallet)
2. Click the “Start” (or “Run”) button to get started with the bot.
3. Follow the bot's instructions to create a wallet:
   * The bot will automatically create a TON wallet for you.
   * You will have access to your wallet address and will be able to manage your funds directly through Telegram.
4. For convenience, add the bot to your pinned chats or to your home screen.

***

#### Recommendations:

* We recommend Tonkeeper for the most convenient fund management and advanced features.
* If you actively use Telegram, the built-in [@wallet](https://t.me/wallet) will be an easy and fast solution.
* Always keep your seed phrase in a safe place and never share it with others.


---

# 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://faq.tonation.me/en/for-streamers/wallet/how-to-create-ton-wallet.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.
