# Выберите Chain ID

Выберите идентификатор сети (Chain ID), который уникально идентифицирует вашу сеть. Он будет использоваться при настройке MetaMask позже.

```
98989897
```

Проверьте, что этот Chain ID ещё не занят, используя <https://chainlist.org/?testnets=true>.

MetaMask использует ChainList для предложения данных о сети, таких как название и валюта, и выдаст предупреждение, если вы используете уже существующий Chain ID. Поэтому убедитесь, что выбрали новый уникальный Chain ID.

Если вы собираетесь развернуть вашу сеть для публичного использования, добавьте её в [ChainList](https://chainlist.org/) также.


---

# Agent Instructions: 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://docs.rome.builders/ru/legacy/rome-l2-setup/setup-your-l2/choose-your-chain-id.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.
