> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/russkii/readme/get-started/bep20-guide.md).

# Получить токены

![](/files/ZSY8HhWsxSd7Xr98QPMS)

Определите, какой монетой является основной токен вашей любимой блокчейн-сети.

Для выполнения большинства действий на любом блокчейне вам потребуется оплата газа, которая представляет собой основной токен блокчейна.

Также вам понадобится ERC20-версия любого токена, который вы хотите торговать, стейкать и т. д.

Вы можете выбрать несколько способов для конвертации ваших токенов в ERC20, но вот несколько из них, которые мы рекомендуем:

{% tabs %}
{% tab title="🌉 PaySwap Ramp" %}
[**PaySwap Ramp** ](http://bridge.pancakeswap.finance)— мост для передачи ценности внутри/вне блокчейн-сетей.

Этот мост позволяет вам без проблем перемещать свои средства из FIAT в вашу любимую блокчейн-сеть и участвовать в живом сообществе PaySwap и более широкой экосистеме блокчейна!

📖 [Узнайте, как использовать](https://medium.com/pancakeswap/launching-pancakeswap-bridge-a-partnership-with-stargate-21c1c9f491a8)
{% endtab %}

{% tab title="💰 Binance" %}
[**Binance.com**](https://github.com/pancakeswap/pancake-document/tree/255db0c7af28df2f9c1209daa5cdbd774490a666/get-started/www.binance.com)

Вы можете вывести токены в формате ERC20 через ваш аккаунт Binance (если у вас есть аккаунт). Имейте в виду, что вам нужен аккаунт для этого.

📖 [Вот быстрое руководство, которое они сделали, чтобы помочь вам.](https://www.binance.com/en/support/faq/85a1c394ac1d489fb0bfac0ef2fceafd)
{% endtab %}

{% tab title="🔒 SafePal" %}
[**SafePal**](https://safepal.io/download)

Вам не нужен аккаунт, регистрация и т. д. Выполняйте обмен токенов напрямую из вашего кошелька.

📖 [Вот быстрое руководство, которое они сделали, чтобы помочь вам.](https://docs.safepal.io/safepal-app/cross-chain-swap-tutorial)
{% endtab %}
{% endtabs %}


---

# 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://docs.payswap.org/russkii/readme/get-started/bep20-guide.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.
