> For the complete documentation index, see [llms.txt](https://greedy-world.gitbook.io/how-to-play/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://greedy-world.gitbook.io/how-to-play/ask-me-anything/project-revenue.md).

# Project Revenue

1. **Game Inheritance Tax**

The game's income is derived from an inheritance tax.&#x20;

<figure><img src="/files/anGbQouPldKewAj3zlXT" alt="" width="120"><figcaption></figcaption></figure>

If a player gets killed in the game, a 4% inheritance tax will be levied on the tokens you inherit from the system.

2. **Token Withdrawal Fee**

The value of tokens withdrawn each time must exceed $1 USD.

The system will deduct 5% of the tokens from the withdrawal amount.

<figure><img src="/files/2a6PLHhZqdgZtGQV4I2I" alt=""><figcaption></figcaption></figure>

This revenue is used for product optimization, covering operational expenses, and incentivizing the community, as well as buyback game points(GWC) from players.


---

# 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:

```
GET https://greedy-world.gitbook.io/how-to-play/ask-me-anything/project-revenue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
