> For the complete documentation index, see [llms.txt](https://cook-protocol.gitbook.io/chinese/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cook-protocol.gitbook.io/chinese/master.md).

# Cook协议

**Cook协议是什么？**

Cook协议是一个去信任、透明、有着良好激励机制的跨链资产管理平台，允许投资者和基金经理通过高度定制的跨链投资组合管理财富。我们为投资者提供丰富多样的资产管理服务，为基金经理提供先进的交易工具和可高度变现的基金，使这些参与者能够极大的分散投资风险。我们的使命是将金融带给大众，并致力于通过互操作性、可用性和资本效率这三大支柱来彻底变革DeFi领域，从而使投资者和基金经理获得最大化的回报和效用。

## 产品和功能

[指数产品](/chinese/current-features-products/index-products.md)

[批量发行](/chinese/future-features-products/batch-issue.md)

[收益优化金库](/chinese/future-features-products/yield-optimization-vault.md)

[杠杆指数](/chinese/future-features-products/leveraged-index.md)

[主动管理型基金](/chinese/future-features-products/actively-managed-funds.md)

## 挖矿

[质押挖矿](/chinese/mining/staking.md)

[流动性挖矿](/chinese/mining/liquidity-mining.md)

[指数产品挖矿](/chinese/mining/product-mining.md)


---

# 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://cook-protocol.gitbook.io/chinese/master.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.
