# 概述

### 确定性代码构造

AI代理将交易构建成可执行代码，而不是在执行过程中通过AI直接解读分析。这样的构造消除了DeFi执行层面上的不稳定性风险 - 一旦策略框架生成后，它就会以具有预定义、可验证的确定性代码运行。

### 内部策略验证

所有由AI智能代理生成的策略在上线之前都会经过后端测试。这验证过程确保生成的策略是与用户输入的指令相符的。

这内部策略测试的过程将验证协议交互、参数准确性和结果预测，从而提供了在智能代理们协调之外的额外安全防护。

### 执行前验证和模拟

在执行之前，智能代理们会模拟完整的策略序列，以验证结果并识别当前市场状况的潜在问题。

这一阶段强调完全的透明性 - 用户可以清楚看到将要使用的协议、涉及的代币、预估的交易费用 (gas cost)以及预期结果。预览包含了分布分解，展示了完整的执行流程和准确金额，使用户能够在签署交易前验证每个操作。

### 用户批准和交易签署

用户通过明确的审批流程保持完全控制权。所有交易执行之前都必须得到用户的签署做实，从而确保整个过程都遵守了非托管的安全系统。

**实时监控执行**

在执行过程中，用户可以实时监控策略部署，观察智能代理的每个步骤，从初始交易到最终的仓位建立。这种可视性确保用户能够在执行策略的过程中时刻监控其资产的具体动向。


---

# Agent Instructions: 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:

```
GET https://docs.infinit.tech/cn-infinit/an-quan-yu-jian-kong-xi-tong/gai-shu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
