> For the complete documentation index, see [llms.txt](https://cryptodoc.gitbook.io/scroll/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptodoc.gitbook.io/scroll/rukovodstvo-polzovatelya-pre-alpha-testnet.md).

# Руководство пользователя Pre-Alpha Testnet

### Добро пожаловать в Pre-Alpha Testnet Scroll!

Благодарим вас за тестирование нашего Pre-Alpha Testnet. Если у вас имеются вопросы или вы хотите оставить фитбек, присоединяйтесь к нашему [Discord](https://discord.gg/s84eJSdFhn)!

Pre-Alpha Testnet содержит тестовую сеть Scroll L1 и Scroll L2 (форк Ethereum, использующий консенсус на основе PoA, и тестовую роллап сеть с нулевым уровнем разглашения (zero-knowledge rollup testnet), развернутую поверх основной сети. Имеется несколько предустановленных демо-приложений: кран в сети Scroll L1, мост между Scroll L1 и Scroll L2 на основе пользовательского интерфейса [Hop Exchange](https://hop.exchange/), форк [Uniswap V2](https://uniswap.org/), работающий на Scroll L2, и блокчейн-проводник для Scroll L1 и L2 с использованием [Blockscout](https://blockscout.com/), а также and a rollup explorer.

Ниже представлен порядок действий для изучения Testnet:

1. Добавление в пользовательский кошелек конфигурации [Pre-Alpha Testnet](https://scroll.io/prealpha).
2. Получение тестовых токенов в сети Scroll L1 из приложения **Faucet**.&#x20;
3. Перевод тестовых токенов из сети Scroll L1 в сеть Scroll L2 через приложение **Bridge**.&#x20;
4. Перевод токенов на другие кошельки в сети Scroll L2 с помощью MetaMask.&#x20;
5. Обмен токенами или предоставление ликвидности в приложении **Swap**.&#x20;
6. Просмотр статуса транзакций и блоков в Scroll L1, Scroll L2 через **Block Explorers** и **Rollup Explorer**.&#x20;
7. Вывод токенов из Scroll L2 в Scroll L1 через приложение **Bridge**.

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


---

# 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:

```
GET https://cryptodoc.gitbook.io/scroll/rukovodstvo-polzovatelya-pre-alpha-testnet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
