> 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/what-to-do-with-cryptocurrency/sell-cryptocurrency.md).

# Sell cryptocurrency

There are several convenient ways to exchange cryptocurrency for fiat money (rubles, dollars, euros, etc.). Choose the one that suits you best.

***

#### 1. Selling through exchanges&#x20;

Exchanges are large cryptocurrency trading platforms that allow you to sell crypto via trading pairs or P2P.

**Steps:**

1. Sign up for an exchange, such as [Binance](https://www.binance.com/activity/referral-entry/CPA/together-v4?hl=ru\&ref=CPA_00E834L0J7\&utm_source=Lite_web_account) or [Bybit](https://www.bybit.com/invite?ref=PQKYRX).

**Method 1: Trading Pairs**

* Fund your account by transferring your cryptocurrency to an exchange's wallet address.
* Exchange the crypto for fiat via a trading pair (for example, TON/USD).
* Withdraw the money to your bank card or e-wallet.

**Method 2: P2P trading**

* Go to the P2P-trading section of the exchange.
* Find a buyer or create your own ad.
* Complete the transaction by following the exchange's instructions.
* **Benefit:** P2P bypasses deposit and withdrawal fees.

***

#### 2. Selling through exchanges Exchangers offer a quick and easy way to exchange cryptocurrency.

**Steps:**

1. Go to aggregator sites, such as [BestChange](https://www.bestchange.com/?p=1326570)
2. Choose a reliable exchanger with a favorable exchange rate.
3. Specify which cryptocurrency you want to sell (for example, TON or USDT) and where to withdraw the money.
4. Follow the exchanger's instructions to complete the transaction.

***

#### 3. P2P sales via Telegram Wallet&#x20;

Telegram Wallet has a built-in P2P service that allows you to make transactions directly with other users.

**Steps:**

1. Log into the [**@wallet**](https://t.me/wallet) bot.
2. Select the P2P trading section.
3. Create an ad to sell cryptocurrency or select a ready-made offer.
4. Specify the amount and currency.
5. Confirm the transaction and receive the funds.


---

# 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/what-to-do-with-cryptocurrency/sell-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.
