> For the complete documentation index, see [llms.txt](https://docs.termina.technology/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.termina.technology/documentation/developer-docs-zh/gai-shu/zhi-xing-de-zhen-shi-xing.md).

# 执行的真实性

### 动机

Termina 的模拟引擎以 slot 级精度重新执行 Solana 历史区块，使团队能够在真实执行条件下评估策略。它提供 slot 级精确的状态存档和确定性执行层，用于高保真模拟。

由此可以实现：

* 量化不同网络条件下的执行结果，例如滑点、延迟影响和 PnL 分布
* 基于较长的历史周期验证策略行为，无需等待实盘市场周期
* 重放高波动时期或注入交易，观察系统在压力下的表现

团队使用自己的策略，并根据结果评估模拟中的行为是否与链上执行一致。

### 思维模型

* 选择一个历史时间窗口
* 以确定性方式重放
* 改变现实条件
* 观察结果
* 重复
