> For the complete documentation index, see [llms.txt](https://tegro.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tegro.gitbook.io/en/token-tgr/how-to-buy-tgr-cryptocurrency.md).

# How to buy TGR cryptocurrency

## An easy way to buy TGR tokens <a href="#an-easy-way-to-buy-tgr-tokens" id="an-easy-way-to-buy-tgr-tokens"></a>

Be careful: before buying cryptocurrency, you need to transfer TON coins to a non-custodial TON wallet, such as Tegro Wallet, Tonkeeper, Tonhub. We'll show you using Tonkeeper cryptocurrency wallet as an example.

1. First, download the Tonkeeper wallet: either [iOS](https://apps.apple.com/us/app/tonkeeper/id1587742107) or [Android](https://play.google.com/store/apps/details?id=com.ton_keeper), depending on your operating system;

<figure><img src="https://telegra.ph/file/c540d61f69d74d70f8b9a.png" alt=""><figcaption><p>Installing the Tonkeeper TON Wallet</p></figcaption></figure>

2\. After opening Tonkeeper, click "Receive" button to copy your TON address and transfer cryptocurrencies from exchange to your crypto wallet.

<figure><img src="https://telegra.ph/file/04fc6f69ec2e027f46070.png" alt=""><figcaption><p>Copying the TON address of the wallet</p></figcaption></figure>

3\. Then select "Browser" and click [Tegro.Finance](http://tegro.finance/)

<figure><img src="https://telegra.ph/file/8f73e5ab2d56e057c1954.png" alt=""><figcaption><p>Choosing a browser and exchange Tegro.Finance</p></figcaption></figure>

4\. Select "Connect wallet" in the window that appears

<figure><img src="https://telegra.ph/file/42a2c9bc44656c432e036.png" alt=""><figcaption><p>Connecting TON Wallet to DEX Tegro.Finance</p></figcaption></figure>

5\. After authorization at the crypto exchange, you must enter in the input field the amount of TON you want to exchange for TGR and click "Exchange".

> A minimum of 0.5 TON must remain on the balance for the network fee.

<figure><img src="https://telegra.ph/file/8e3fa717001da7c23c401.png" alt=""><figcaption><p>Exchange of TON coins for TGR tokens</p></figcaption></figure>

6\. Next, in the confirmation window that opens, select "Confirm offer"

<figure><img src="https://telegra.ph/file/aad425bdf17f8cf67e34f.png" alt=""><figcaption><p>Confirmation of receiving TGR tokens</p></figcaption></figure>

After that, TGR tokens will appear in your TON-wallet balance, congratulations!


---

# 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://tegro.gitbook.io/en/token-tgr/how-to-buy-tgr-cryptocurrency.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.
