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

# Zombie Network Guide

- [Connect wallet guide](https://docs.zombie-network.fi/english/guide/connect-wallet-guide.md)
- [Public Pre-launch guide](https://docs.zombie-network.fi/english/guide/public-pre-launch-guide.md)
- [Swap](https://docs.zombie-network.fi/english/guide/swap.md): BLOOD Store: This is a function that you can use to trade (Buy & Sell) BLOOD tokens (BLD). If you want to deposit BLOOD tokens, you must purchase BLOOD tokens using the Buy function here. After claim
- [Staking](https://docs.zombie-network.fi/english/guide/staking.md): BLOOD Center: This is the function that you can use to deposit BLOOD tokens (BLD) and manage interest profit. If you deposit BLOOD tokens, it generates an interest of 1% per day in real time. You can
- [Farm](https://docs.zombie-network.fi/english/guide/farm.md): BLOOD Reservoir: This is the function that you can use to supply liquidity to the BLD-KLAY liquidity pool and earn profits. When you purchase BLD-KLAY LP tokens with KLAY Coins, they are automatically
- [Team](https://docs.zombie-network.fi/english/guide/team.md): This provides the function that you can use to register a Zombie Network referral and manage a team such as Team Viewer and Airdrop. You must register a referral to deposit BLOOD tokens. You can inqui
- [NFT Store](https://docs.zombie-network.fi/english/guide/nft-store.md): This the function that you can use to purchase Bloody NFTs and manage your Bloody NFTs. You must hold Bloody NFT to receive rewards of the lower line by the referral reward system. You can purchase an
- [Opensea guide](https://docs.zombie-network.fi/english/guide/opensea-guide.md): Metamask-Kaica link for Opensea use
- [FAQ](https://docs.zombie-network.fi/english/guide/faq.md)
- [The Last Awesome Zombie (LAZ)](https://docs.zombie-network.fi/english/guide/laz.md)
- [The Lottery Obsessed Zombie (LOZ)](https://docs.zombie-network.fi/english/guide/loz.md)


---

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