> 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/rome-shang-de-ying-yong/via.md).

# 通过 Explorer

Via 是 Rome 的区块浏览器，专为跨 VM 模型构建。除了常见的区块、交易、代币和地址外，它还显示 **Solana 侧** 的每一笔 EVM 交易——每次调用最终解析到的确切 Solana 程序和指令。

因为 Rome 的 EVM 交易是在 Solana 程序中执行的，所以“Solana 上实际发生了什么”是普通 EVM 浏览器无法显示的部分。Via 可以。

## 实例

Via 按链运行：

* Martius（测试网）： [via-martius.testnet.romeprotocol.xyz](https://via-martius.testnet.romeprotocol.xyz/)
* Hadrian（开发网）： [via-hadrian.testnet.romeprotocol.xyz](https://via-hadrian.testnet.romeprotocol.xyz/)

## 需要关注什么

打开任意交易并查看其背后的 Solana 指令——包括对 SPL Token、Meteora 或任何 Solana 程序的 CPI 调用，以及所消耗的计算单元。这是查看真实 Solana 成本的可靠方式（EVM `gasUsed` 并不是 Rome 上 Solana 计算单元的准确替代指标）。


---

# 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/rome-shang-de-ying-yong/via.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.
