> 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/zh/wang-luo/martius.md).

# Martius（测试网）

Martius 是 Rome 的公共测试网链。它是一个在 Solana 程序内执行并在 Solana Devnet 上结算的 EVM 链——是部署和测试应用的稳定目标。

## 网络详情

| 字段        | 值                                                                                     |
| --------- | ------------------------------------------------------------------------------------- |
| 链 ID      | `121214`                                                                              |
| RPC URL   | `https://martius.testnet.romeprotocol.xyz/`                                           |
| WebSocket | `wss://martius.testnet.romeprotocol.xyz/`                                             |
| 区块浏览器     | [via-martius.testnet.romeprotocol.xyz](https://via-martius.testnet.romeprotocol.xyz/) |
| Gas 代币    | USDC                                                                                  |

## 添加到 MetaMask

请手动输入上述值（设置 → 网络 → 添加网络）。

## 为钱包充值

1. 从以下位置获取 devnet SOL [Solana 水龙头](https://faucet.solana.com/) （将你的 Solana 钱包设置为 Devnet）。
2. 通过以下方式获取 gas [Rome 应用](https://app.testnet.romeprotocol.xyz) ——将其包装或桥接为该链的 gas 代币。

如果 Solana 侧交易在钱包有资金的情况下仍因“SOL 不足”警告而失败，请将你的 Solana 钱包设置为 Testnet Mode / Devnet（参见 [常见问题](/zh/zi-yuan/faq.md)).

## 合约

Martius 的已部署合约地址位于 [Rome 注册表](https://github.com/rome-protocol/rome-registry/tree/main/chains/121214-martius) 中，并在 [合约地址](/zh/can-kao-wen-dang/contract-addresses.md) 页面上进行了汇总。


---

# 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/zh/wang-luo/martius.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.
