> 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/he-xin-gai-nian.md).

# 核心概念

- [执行模型](https://docs.rome.builders/zh/he-xin-gai-nian/execution-model.md): Rome EVM 如何在 Solana 上处理以太坊交易——代理仿真、原子（VmAt）与迭代（VmIt）模式，以及完整的交易生命周期。
- [计算预算](https://docs.rome.builders/zh/he-xin-gai-nian/compute-budget.md): Rome EVM 操作的 Solana 计算单元（CU）成本——原子与迭代预算，以及如何设计高效使用 CU 的 Solidity 合约。
- [限制](https://docs.rome.builders/zh/he-xin-gai-nian/constraints.md): 在 Rome EVM 上构建时的限制——Solana 交易大小、约 1.4M CU 预算、账户上限、存储布局，以及 Rome 如何分别规避这些限制。
- [代币互操作](https://docs.rome.builders/zh/he-xin-gai-nian/token-interop.md): ERC-20 和 SPL 代币在 Rome 上如何对应同一个底层账户。
- [选择你的核心](https://docs.rome.builders/zh/he-xin-gai-nian/choose-your-core.md): 双通道应用的核心逻辑可以放在 Solidity 侧，也可以放在原生 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/he-xin-gai-nian.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.
