> 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/fund-selectors/explore-funds.md).

# 探索基金

访问Cook DApp主页（<https://www.token.cook.finance）即可查看平台内可投资的资金。>

![](/files/-McSWYKhVt5IKOAHlhYR)

## 基金详情

点击基金即可查看关于该基金的重要信息。出于演示目的，我们将详细介绍由比特币和以太坊组成的主流币指数基金。

### 顶部信息栏

![](/files/-McSX6QQvPoonQwSDfyf)

基金详情页面的顶部包括以下内容：

* **基金名称**：基金的正式名称。在本例中，基金名称为Crypto 大盘 Index。
* **资产净值（NAV）**：所有标的代币的价值。资产净值和去中心化交易所上的现货价格可能会有一些差异。
* **去中心化交易所（DEX）价格**：去中心化交易所上的现货价格（如以太坊上的Uniswap、币安智能链上的Pancakeswap、火币生态链上的MDex都是去中心化交易所）。
* **兑换**：在去中心化交易所上买卖指数代币。更多详情请参阅买入/卖出基金部分。
* **发行/赎回**：使用标的代币发行或赎回指数代币。更多详情请参阅发行/赎回基金部分。
* **行情图**：追踪特定指数代币历史表现的图表。可查看周期包括“1天”、“1周”、“1个月”和“3个月”。

### 基金信息

![](/files/-McSXQ-nq0sFGlCr3IeG)

基金信息部分描述了关于该基金的最重要的信息，包括：

* **年费率**：由基金发行者收取的、投资者在一定时间内应缴纳的基金使用费用。
* **价格**：基金当前价格。
* **最高价**：所选历史时段（1天、1周、1个月、3个月）内的最高价。
* **最低价**：所选历史时段（1天、1周、1个月、3个月）内的最低价。
* **市值**：该基金管理的总资产。
* **总股数**：投资者使用的代币全部份额。
* **链接**：链接到Etherscan/BSCscan或HecoScan，您可以通过链接验证链上数据。
* **成立日期**：指数代币首次发行日期。

### 资产分布表

![](/files/-McSYEgdcbSS8zVfFcKc)

资产分布表显示了基金的组成。所有指数代币都和指数中的一篮子标的代币以1:1的比例对应。

### 简介

![](/files/-McSYWb6bPiuYt4l8qvV)

该部分描述了该基金的创建初衷、运行方法和其他细节。投资者应在仔细查阅相关资料后再进行投资决策。


---

# 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/fund-selectors/explore-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.
