> For the complete documentation index, see [llms.txt](https://docs.doginals.academy/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.doginals.academy/ru/beginner-guide/kak-popolnit-vash-koshelek-doge.md).

# Как пополнить ваш кошелек DOGE

**Для работы на рынке DRC-20 вам понадобятся токены DOGE.** Мы рекомендуем использовать централизованную биржу (CEX) на ваш выбор, такую как Binance или Gate.io. **В этом руководстве в качестве примера используется Binance**, но процесс похож на большинстве авторитетных бирж.

### **1. Вход в аккаунт на бирже**

Начните с входа в ваш аккаунт на Binance.

### **2. Покупка токенов DOGE**

Вот краткое руководство по покупке DOGE на Binance:

1. **Переход в раздел торговли**: Перейдите во вкладку "Торговля" и выберите торговую пару с DOGE (например, DOGE/USD, DOGE/EUR).
2. **Выбор типа ордера**: Вы можете выбрать между рыночным ордером (покупка по текущей рыночной цене) или лимитным ордером (установка желаемой цены покупки).
3. **Ввод деталей покупки**: Укажите, сколько DOGE вы хотите купить.
4. **Подтверждение транзакции**: Просмотрите детали и подтвердите вашу покупку.

{% hint style="info" %}
*<mark style="color:blue;">**Примечание**</mark><mark style="color:blue;">: Процесс может немного отличаться в зависимости от биржи и конкретного интерфейса.</mark>*
{% endhint %}

### **3. Вывод DOGE в ваш кошелек**

Как только у вас появятся DOGE на счету биржи, пришло время перевести их в ваш кошелек DOGELabs.

1. **Переход на страницу вывода средств**:\
   Используйте следующую ссылку для прямого доступа к странице вывода DOGE на Binance:\
   [Binance DOGE Withdrawal](https://www.binance.com/fr/my/wallet/account/main/withdrawal/crypto/DOGE).<br>
2. **Ввод адреса вашего кошелька DOGELabs**:\
   Будьте очень внимательны при вводе правильного адреса. Любая ошибка может привести к безвозвратной потере ваших токенов.

{% hint style="info" %}
*<mark style="color:blue;">**Примечание**</mark><mark style="color:blue;">: вы можете открыть расширение вашего кошелька DogeLabs и кликнуть по вашему адресу кошелька, чтобы скопировать его напрямую и избежать ошибок.</mark>*
{% endhint %}

3. **Подтверждение вывода средств**:\
   Следуйте подсказкам, чтобы завершить транзакцию.

<figure><img src="/files/asjQZ4ITUEwKNuqLmUfh" alt="" width="563"><figcaption></figcaption></figure>

Через несколько минут, в зависимости от активности блокчейна, ваша транзакция будет подтверждена, и средства появятся в вашем кошельке DOGELabs.

<figure><img src="/files/8SXgtc5On2NC9r4aPKBB" alt="" width="272"><figcaption></figcaption></figure>

<mark style="color:red;">**Поздравляем!**</mark>

<mark style="color:red;">**Ваш кошелек DOGELabs теперь пополнен, и вы готовы использовать рынок DRC-20.**</mark>


---

# 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.doginals.academy/ru/beginner-guide/kak-popolnit-vash-koshelek-doge.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.
