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

# Token Plan

The REDH token is issued using the ERC-20 standard defined by the Polygon network, taking into account transaction stability and scalability.\
The ERC-20 token standard serves as a specification to ensure compatibility for tokens circulating on the Polygon network. As a programming standard, ERC-20 defines the requirements for tokens issued by decentralized applications (DApps) operating on the Polygon network to maintain interoperability. Therefore, any token utilizing the Polygon blockchain must adhere to the ERC-20 token standard.

The basic information regarding the REDH token issuance plan is as follows.

The basic information regarding the issuance plan for the REDH token is as follows.

<table><thead><tr><th width="344"></th><th></th></tr></thead><tbody><tr><td>Token Name</td><td>REDHeal Token</td></tr><tr><td>Token Symbol </td><td>REDH </td></tr><tr><td>Standard </td><td>ERC-20(Polygon Network) </td></tr><tr><td>Total Supply </td><td>1,500,000,000 REDH </td></tr></tbody></table>

### • Token Distribution Plan

The REDH tokens will be distributed as follows: 25% for platform development, implementation, and system enhancement; 35% for ecosystem creation and platform maintenance; 20% for token swaps to secure initial business seed funding and personnel, as well as token development costs; 5% for advisors contributing to the project team and ecosystem; 10% for investors and partnerships; and 5% for company operations and miscellaneous expenses.

<figure><img src="/files/41Y9vucFqYtFXspAH2da" alt=""><figcaption><p><strong>Figure22. Token Allocation</strong></p></figcaption></figure>

### • Fund Management Plan

The funds raised through the REDH token will be allocated as follows: 30% for development costs related to recruiting and operating research and development personnel, enhancing services and business models, and developing DApps; 20% for service establishment costs, including hiring personnel for the REDH ecosystem and office operations; 30% for marketing expenses for executing online and offline advertising; 10% for legal and accounting advisory costs that align with the laws and realities of each country where the REDH token will be traded; and 10% for company reserves and risk management.

<figure><img src="/files/le44epVJhsFKIfoU1VXq" alt=""><figcaption><p><strong>Figure23. Funds Management Plan</strong></p></figcaption></figure>


---

# 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://redheal.gitbook.io/whitepaper_eng/token-plan.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.
