> For the complete documentation index, see [llms.txt](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper.md).

# Whitepaper

- [Introduction](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/introduction.md): Project Introduction，Vision & Mission and Token Economics
- [Components](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/components.md): Project Modules
- [ESF Token & $GOLD](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/components/esf-token-and-usdgold.md)
- [Arena](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/components/arena.md): Arena
- [Financial Center](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/components/financial-center.md)
- [DeFi-Farm](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/components/defi-farm.md)
- [NFT-Market](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/components/nft-market.md)
- [DAO-Building](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/components/dao-building.md)
- [Affiliated Island-Heaven Island](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/components/affiliated-island-heaven-island.md)
- [Roadmap](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/roadmap.md)
- [Competitors and Advantages](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/competitors-and-advantages.md)
- [Casual Game Introduction](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/casual-game-introduction.md)
- [Beginner's Guide](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/beginners-guide.md)
- [Register & Login](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/beginners-guide/register-and-login.md)
- [Create Wallet](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/beginners-guide/create-wallet.md)
- [Import Wallet](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/beginners-guide/import-wallet.md): If you are a new player, please refer to the following tutorial to start using the most popular crypto wallet Metamask.
- [How to Install and Use Metamask](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/beginners-guide/import-wallet/how-to-install-and-use-metamask.md)
- [Security and Audit](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/security-and-audit.md): ESportsFi Island team will be open and transparent for all the work to the greatest extent, and will disclose all smart contract addresses from GitHub and BscScan in the whitepaper.
- [Channels to Follow](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/channels-to-follow.md)
- [Privacy Policy](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/privacy-policy.md): ESportsFi Island Project and its team members have no intention of profiting from players' data, and we strictly abide by Apple and Google's privacy requirements and terms.
- [Change Log](https://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper/change-log.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://esportsfi.gitbook.io/esportsfi-island-whitepaper/whitepaper.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.
