> For the complete documentation index, see [llms.txt](https://docs.rome.builders/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rome.builders/ru/seti/networks.md).

# Обзор

Rome управляет несколькими публичными сетями. Две из них — те, под которые сегодня стоит разрабатывать: **Martius** (testnet) и **Hadrian** (devnet). Обе — это EVM-сети, которые выполняются внутри программы Solana и финализируются в Solana Devnet, поэтому devnet SOL — это не реальные деньги.

| Сеть                                     | Chain ID | RPC                                         | Обозреватель                                                 | Токен газа |
| ---------------------------------------- | -------- | ------------------------------------------- | ------------------------------------------------------------ | ---------- |
| [Martius](/ru/seti/martius.md) (testnet) | 121214   | `https://martius.testnet.romeprotocol.xyz/` | [via-martius](https://via-martius.testnet.romeprotocol.xyz/) | USDC       |
| [Hadrian](/ru/seti/hadrian.md) (devnet)  | 200010   | `https://hadrian.testnet.romeprotocol.xyz/` | [via-hadrian](https://via-hadrian.testnet.romeprotocol.xyz/) | USDC       |
| Локальная                                | 1001     | `http://localhost:9090`                     | —                                                            | —          |

Метаданные сети — идентификаторы сетей, адреса контрактов, выпуски токенов, пулы газа — являются каноническими в [реестре Rome](https://github.com/rome-protocol/rome-registry). Не встраивайте адреса в код; берите их оттуда.

## Добавьте сеть в свой кошелек

На каждой странице сети указаны ручные значения для MetaMask. Подписки WebSocket обслуживаются на том же хосте, что и HTTPS RPC (замените `https://` на `wss://`).

## Пополните кошелек

Публичные сети Rome финализируются в Solana Devnet. Получите devnet SOL через [кран Solana](https://faucet.solana.com/), затем получите газовый токен сети через [Rome App](https://app.testnet.romeprotocol.xyz) (обертывание/мост). Для тестовых токенов на каждой сети, которую поддерживает мост, см. [Краны](/ru/resursy/faucets.md).

## Локальная разработка

Разрабатывайте уже сегодня под публичную сеть — см. [Быстрый старт](/ru/nachalo-raboty/quickstart.md). Автономный локальный стек (chain ID 1001, Proxy на `:9090`) уже запланирован.


---

# 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.rome.builders/ru/seti/networks.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.
