> 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/future-features-products/actively-managed-funds.md).

# 主动管理型基金

专业基金经理可以在Cook协议平台上创建具有更激进的投资策略的积极管理型基金。积极管理型基金分为两类：

基金经理将首先制定投资策略，在特定的时间框架内为特定的目标进行筹资。一旦筹资目标达成，该基金将不再接受新的投资。基金经理可以将筹集到的资金用于特定用途，如高频交易、套利、收益耕作（yield farming）等。

封闭式基金的投资者将获得ERC-20代币作为所有权证明。与传统的资产管理相比，投资者可以根据标的基金的表现在公开市场上交易ERC-20代币。


---

# 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/future-features-products/actively-managed-funds.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.
