> 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/de/netzwerke/networks.md).

# Überblick

Rome betreibt mehrere öffentliche Chains. Gegen zwei davon entwickelt man heute: **Martius** (Testnetz) und **Hadrian** (Devnet). Beide sind EVM-Chains, die innerhalb eines Solana-Programms ausgeführt werden und auf Solana Devnet abgewickelt werden, daher ist Devnet-SOL kein echtes Geld.

| Netzwerk                                       | Chain-ID | RPC                                         | Explorer                                                     | Gas-Token |
| ---------------------------------------------- | -------- | ------------------------------------------- | ------------------------------------------------------------ | --------- |
| [Martius](/de/netzwerke/martius.md) (Testnetz) | 121214   | `https://martius.testnet.romeprotocol.xyz/` | [via-martius](https://via-martius.testnet.romeprotocol.xyz/) | USDC      |
| [Hadrian](/de/netzwerke/hadrian.md) (Devnet)   | 200010   | `https://hadrian.testnet.romeprotocol.xyz/` | [via-hadrian](https://via-hadrian.testnet.romeprotocol.xyz/) | USDC      |
| Lokal                                          | 1001     | `http://localhost:9090`                     | —                                                            | —         |

Die Chain-Metadaten — Chain-IDs, Vertragsadressen, Token-Mints, Gas-Pools — sind maßgeblich in der [Rome-Registry](https://github.com/rome-protocol/rome-registry). Codiert Adressen nicht fest; lest sie von dort.

## Füge deiner Wallet ein Netzwerk hinzu

Auf jeder Netzwerkseite sind die manuellen MetaMask-Werte aufgeführt. WebSocket-Abonnements werden auf demselben Host wie das HTTPS-RPC bereitgestellt (tausche `https://` für `wss://`).

## Eine Wallet aufladen

Die öffentlichen Chains von Rome werden auf Solana Devnet abgewickelt. Hol dir Devnet-SOL vom [Solana-Faucet](https://faucet.solana.com/), dann besorge dir über die [Rome-App](https://app.testnet.romeprotocol.xyz) (Wrappen/Bridgen). Für Test-Token auf jeder Chain, die die Bridge unterstützt, siehe [Faucets](/de/ressourcen/faucets.md).

## Lokale Entwicklung

Entwickle schon heute gegen eine öffentliche Chain — siehe das [Schnellstart](/de/erste-schritte/quickstart.md). Ein eigenständiger lokaler Stack (Chain-ID 1001, Proxy auf `:9090`) ist in Planung.


---

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