# Wählen Sie Ihre Chain-ID

Wählen Sie eine Chain-ID, die Ihre Chain eindeutig identifiziert. Sie wird später verwendet, um MetaMask einzurichten.

```
98989897
```

Überprüfen Sie, dass die Chain-ID noch nicht vergeben ist, mithilfe von <https://chainlist.org/?testnets=true>.

MetaMask verwendet ChainList, um Chain-Details wie Namen und Währung vorzuschlagen, und beanstandet es, wenn Sie eine bereits vorhandene Chain-ID verwenden. Wählen Sie also eine neue, eindeutige Chain-ID.

Wenn Sie Ihre Chain für die öffentliche Nutzung bereitstellen wollen, fügen Sie Ihre Chain dann zu [ChainList](https://chainlist.org/) hinzu.


---

# 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/de/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.
