> For the complete documentation index, see [llms.txt](https://docs.stonksnipebot.best/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stonksnipebot.best/cn/bu-shu-yu-yun-wei/yun-xing-zhuang-tai-yu-jiu-xu-tiao-jian.md).

# 运行状态与就绪条件

### 监听状态

使用 `/speed` 查看监控速度。使用 `/status` 查看服务状态。

服务通过 WSS 与 HTTPS 监听 Robinhood Chain。Validation Cloud 与 ArrowRPC 的重复观测会去重。

监听源可用不代表交易路由可用。

### 交易就绪

启用实盘策略前，使用 `/trading_status` 检查状态。

就绪执行要求已验证路由和固定 codehash。还要求费率上限、报价、滑点上限、`eth_call` 模拟、gas 估算、足够 ETH 余额、签名、广播与回执确认。

### 学习闸门

实盘先由指定学习钱包验证。学习钱包的买入和卖出确认可释放全部托管钱包交易闸门。

手续费也采用相同阶段流程。首笔学习钱包手续费链上确认后，才会扩展至全部托管钱包。

{% hint style="warning" %}
服务正在运行不表示实盘已就绪。没有验证路由就没有交易。
{% endhint %}


---

# 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.stonksnipebot.best/cn/bu-shu-yu-yun-wei/yun-xing-zhuang-tai-yu-jiu-xu-tiao-jian.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.
