> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/zh/fund-data.md).

# Fund data

- [灰度比特币信托（GBTC）](https://userguide.cryptoquant.com/zh/fund-data/grayscale-bitcoin-trust-gbtc.md): 灰度比特币信托仅对比特币进行被动投资，使投资者可以以一种安全的形式对比特币进行投资，同时又无需直接买入、存储和保管比特币资产。
- [GBTC数字资产持仓](https://userguide.cryptoquant.com/zh/fund-data/grayscale-bitcoin-trust-gbtc/digital-asset-holdings.md): 灰度比特币持仓代表的是灰度基金投资持有的比特币数额，可以通过将GBTC流通股与每股资产相乘计算得出。
- [GBTC溢价或折扣](https://userguide.cryptoquant.com/zh/fund-data/grayscale-bitcoin-trust-gbtc/market-premium.md): 市场价格（GBTC）与原生资产价值（比特币）之间差值的百分比。溢价越高越说明美国的比特币市场正处于牛市。


---

# 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://userguide.cryptoquant.com/zh/fund-data.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.
