> For the complete documentation index, see [llms.txt](https://yoyo-5.gitbook.io/clipper-fan-chuan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yoyo-5.gitbook.io/clipper-fan-chuan/lu-xian-tu.md).

# 路线图

1. \[完成] 试水 - Alpha 阶段 \
   Alpha 版的目标是在将 Clipper 发布到 DeFi 的广阔海洋之前测试其安全性。在大约一个月的时间里，您可以期待：<br>
   1. 漏洞赏金：通过发现 Clipper 代码中的漏洞获得报酬！
   2. 蜜罐：精选的 LP 自愿向 Clipper 的资金池投入第一笔 100 万美元，看看是否有人能弄清楚如何拿走它。&#x20;
   3. 审计审核：由经验丰富的审核员进行安全审计。<br>
2. \[完成] 起航 - Beta 阶段 Clipper 的处女航将由精心挑选的有限合伙人组成，他们自愿为资金池提供 2000 万美元的流动资金。 Beta 版的目标是在获得与更广泛社区合作的认证之前证明 Clipper 的价格竞争力和收益。<br>
3. \[完成] Onboarding Cargo - 社区流动性计划 一旦 Clipper 以可靠的性能适航，社区将被邀请以与以前的流动性提供者相同的条件提供流动性。请注意，流动性总量是有上限的，所以现在就注册以访问该计划！<br>
4. \[完成] 扩展到多边形网络<br>
5. Polygon 社区流动性计划\
   Clipper 即将推出 Polygon 社区流动性计划。<br>
6. 扬帆七海——拓展其他链条 一旦船长们成功使用 Clipper 在以太坊上进行交易，Shipyard 将为 Layer 2 建造 Clippers。Clipper 应该在需要的地方航行！


---

# 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://yoyo-5.gitbook.io/clipper-fan-chuan/lu-xian-tu.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.
