> For the complete documentation index, see [llms.txt](https://docs.cryptodo.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptodo.app/cryprodo-ru/faucet/kak-polzovatsya-kranami-cryptodo.md).

# Как пользоваться кранами CryptoDo

**Инструкции по получению токенов**

1. Чтобы получить тестовые токены, вам нужно начать создание смарт-контракта.

<div align="left"><figure><img src="https://miro.medium.com/v2/resize:fit:299/0*V7cjwVDYsmA9Wt3e" alt=""><figcaption></figcaption></figure></div>

2. Выберите сеть и тип контракта.

<div align="left"><figure><img src="https://miro.medium.com/v2/resize:fit:700/0*vah2OYRsflWlxCUv" alt=""><figcaption></figcaption></figure></div>

3. Вы можете получить токены, нажав на "Send me funds".

<div align="left"><figure><img src="https://miro.medium.com/v2/resize:fit:700/0*dloFbSoL_NECiOy5" alt=""><figcaption></figcaption></figure></div>

4. Через 5-10 секунд транзакция будет обработана, и появится ссылка на исследовательскую систему.

<div align="left"><figure><img src="https://miro.medium.com/v2/resize:fit:557/0*Sbj-i1ahJPBKvJbD" alt=""><figcaption></figcaption></figure></div>

5. Через несколько секунд вы получите уведомление об успешном получении тестовых токенов.

<div align="left"><figure><img src="https://miro.medium.com/v2/resize:fit:385/0*7DcCmYM6MpuQcKot" alt=""><figcaption></figcaption></figure></div>

<mark style="color:red;">Вы можете получать тестовые токены только 1 раз за 24 часа в каждом из поддерживаемых блокчейнов\*</mark>

Теперь вы можете настроить умный контракт и протестировать его в тестовой сети. Поздравляем!

**Заключение**

Внедрение CryptoDo одноразовых кранов на тестовых сетях всех поддерживаемых блокчейнов является значительным шагом в миссии платформы по упрощению процесса создания и тестирования web3-приложений. Убирая барьеры, связанные с получением тестовых токенов, CryptoDo делает проще, чем когда-либо, для бизнеса и частных лиц принять преимущества блокчейн-технологии и разрабатывать новаторские web3-приложения.

Создавайте приложения web3 в CryptoDo без кода и используйте сборщики для бесплатного деплоя и тестирования смарт-контрактов: [***https://lab.cryptodo.app***](https://lab.cryptodo.app/)


---

# 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.cryptodo.app/cryprodo-ru/faucet/kak-polzovatsya-kranami-cryptodo.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.
