> 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/shi-yong-zhi-nan/ca-shi-bie-xi-tong.md).

# CA 识别系统

### 候选发现

系统关联 ERC-20 接口、创建、mint 和 launch 事件。

它还评估创世参数、runtime bytecode 与 codehash。

CLOCKIN 的 name/symbol 匹配不区分大小写，并容忍首尾空白。

正则或名称命中只生成静默候选。它不单独证明真实性，也不会直接推送或买入。

### 验证证据

CA 评估组合多个独立证据：

* 官方前端证据与链上发行证据。
* ERC-20 接口、部署数据、创世参数与 runtime codehash。
* 主 ETH 池、有效流动性，以及需要时的永久 LP 锁定。

系统确认可用池是主 ETH 池。激进触发前也必须存在有效流动性。

### 路由与组件

正式 Launcher/V3 组件由已验证官方前端与链上证据学习。

执行前会固定路由的 codehash。安全 CA 不等于可执行路由。

无法确认路由时，系统不会提交交易。

{% 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/shi-yong-zhi-nan/ca-shi-bie-xi-tong.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.
