> For the complete documentation index, see [llms.txt](https://docs.zombie-network.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zombie-network.fi/chinese/guide.md).

# 僵尸网络用户指南

- [Swap](https://docs.zombie-network.fi/chinese/guide/swap.md): BLOOD商店。一个允许您交易（购买和出售）BLOOD代币（BLD）的功能。要存入一个BLOOD代币，您必须使用这里的购买功能购买BLOOD代币。在索取利息收入后，您可以使用卖出功能将其兑换成KLAY代币。
- [Staking](https://docs.zombie-network.fi/chinese/guide/staking.md): BLOOD中心： 一个存放BLOOD代币（BLD）和管理利息收入的功能。如果您存入一个BLOOD代币，每天会有1%的利息实时产生。利息收入可以在任何时候复利或索取
- [Farm](https://docs.zombie-network.fi/chinese/guide/farm.md): BLOOD Reservoir: 为BLD-KLAY流动资金池池提供流动资金并盈利的功能。如果您用KLAY币购买BLD-KLAY LP代币，它将自动存入流动资金池中。通过各种收入来源产生的红利可以根据流动性参与比例分配给KLAY币。
- [Team](https://docs.zombie-network.fi/chinese/guide/team.md): 它提供了注册僵尸网络推荐人和团队管理功能，如TeamViewer和Airdrop。为了存入BLOOD代币，您必须注册一个推荐人。我可以查询到注册我为推荐人的团队成员的信息，并空投他们。
- [NFT Store](https://docs.zombie-network.fi/chinese/guide/nft-store.md): 这是一个购买血腥NFT和管理我的血腥NFT的功能。 您必须拥有Bloody NFT才能在推荐补偿系统下获得子线补偿。在这里 您可以购买和管理 您想要的血色NFT。


---

# 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://docs.zombie-network.fi/chinese/guide.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.
