> 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/faq.md).

# FAQ

## 库克协议是什么?

库克协议是一个基于区块链搭建的，无需信任的、透明的和具有良好激励机制的财富管理服务市场协议。该协议将为投资者提供多种资产管理服务选择，并且为资产管理机构提供资金和多元化投资工具。

## 库克协议是怎么运行的？

基金管理人可在库克协议上创建基金智能合约，并定义DeFi协议白名单及管理费率等参数。而投资者可以选择合适的基金时，将其加密资产放置到相应的智能合约中，同时将获得该基金独有的ckToken代币作为部分所有权凭证。这些代币可随时兑换成相应的基金资产，或在市场上公开交易。

## 我为什么需要使用库克协议平台？

库克协议建立了一个透明而灵活的资产管理服务市场，以满足投资者和资产管理服务提供商的各种需求。投资者能够随时查看基金经理对资金的分配，不必担心基金的安全和违规操作的行为。另一方面，虽然资金流向在库克协议上公开透明，但基金经理无需开源其策略的具体算法，以此来激励创新。

## 库克协议安全吗？

库克协议非常安全。基金经理只有交易权限，而没有任何取币权限。库克协议技术团队拥有丰富的技术背景和经验，以确保智能合约代码的质量和严格的第三方审计以提高了智能合约的安全性，降低黑客攻击的风险。

## ckToken是什么?

ckToken是每个基金独有的LP代币，代表投资者在基金中的所有权。ckToken可用于赎回投资资产或在公开市场上进行交易。

## 库克代币（COOK）和ckToken有什么区别？

COOK代币是一种治理型代币，可用通过提案，投票的方式修改库克协议。而ckToken则用于代表基金所有权。

## 谁控制库克协议？

库克协议是由COOK代币的持有者共同治理的。COOK代币的持有者也可委托他人代为行使治理权。

## 我怎么样参与到库克协议的治理中来？

您只需拥有COOK代币即可投票参与库克协议的治理。您也可以委托太人行使治理权。

## 库克协议的治理是怎么工作的？

拥有至少COOK代币总供应量的1%（可委托）即可提交提案，至少5％的COOK代币投票，且多数投票赞同该提案，则该提案通过，反之，该提案会被拒绝。通过的提案延迟2天自动在库克协议上执行。

## COOK代币的信息链接是什么？

etherscan.io/token/0xff75ced57419bcaebe5f05254983b013b0646ef5


---

# 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/faq.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.
