> For the complete documentation index, see [llms.txt](https://wiki.ton.place/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ton.place/eng/general-information/what-is-ton-and-toncoin/how-to-create-a-wallet-for-ton.md).

# How to create a wallet for TON?

[Tonkeeper](https://tonkeeper.com/) is a crypto wallet, the most simple and convenient way to store and transfer Toncoin.

* Download the app from the [App Store](https://apps.apple.com/us/app/tonkeeper/id1587742107) or [GooglePlay](https://play.google.com/store/apps/details?id=com.ton_keeper).
* Open Tonkeeper app and click “Set up wallet”, then “Create new wallet”.

![](/files/5rhlR2majPMItom8Ktvy)

![](/files/HusJLuhzeraYTMmFO1mO)

* Grab a pen and paper.  On the next screen, you will see a recovery phrase (seed-phrase) of 24 words.

{% hint style="info" %}
Important! Write down these words in the right order and keep this paper in a safe place. If you lose your device or delete the app, you can only restore your wallet with the seed-phrase.
{% endhint %}

![](/files/zLtFqE6PsV8UHCbjdbgm)

* To make sure you’ve recorded the seed-phrase correctly, enter 3 words as asked on the next screen.

![](/files/djsQPi9PUEGjQSRSSCB7)

* Create a PIN-code that will be used to confirm payments and transfers.
* Done! Find your unique wallet address by clicking on "Receive".

![](/files/WaPGPNLPuvdVbMWwdYuZ)

Other TON wallets can be found here: <https://ton.app/wallets>

##


---

# 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://wiki.ton.place/eng/general-information/what-is-ton-and-toncoin/how-to-create-a-wallet-for-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.
