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

# Uses

A. Treasury

The PandaPA Island treasury releases $PNDP every day. Part of which is released to daily tasks, and the other part is injected into PandaPA Island DAOs.&#x20;

The replenishment of the world treasury is mainly in two ways: part of the commission from the official sale of NFTs, and the world tax contributed by the secondary trading

&#x20;

B. Land owning and renting

Users who hold land NFT assets automatically obtain voting rights for the PandaPA Island DAO.

Land can be leased to creators to run businesses, and the rent is determined by the market supply and demand.

&#x20;

C. Store operation

Owning or renting a NFT can open a store in the virtual island. Both land owners and operators will receive $PNDP rewards based on activities and transaction volume.

&#x20;

D. Staking to Vote

Islanders can stake $PNDP to get voting rights and get staking rewards at the same time.

&#x20;

E. Island events

The Island regularly organizes island events. And participating users can get $PNDP rewards.


---

# 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://pandapa-island.gitbook.io/pandapa-island-docs/token/uses.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.
