> For the complete documentation index, see [llms.txt](https://whitepaper.dragonmaster.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.dragonmaster.co/tokenomics-usddmt/allocations-and-unlock-schedule/ecosystem-funds.md).

# Ecosystem Funds

{% tabs %}
{% tab title="Overview" %}

| Total Allocation | % of total supply |
| ---------------- | ----------------- |
| 200,000,000      | 20.00%            |
| {% endtab %}     |                   |

{% tab title="Detailed unlock schedule" %}

| lssuance date | Ecosystem Fund |
| ------------- | -------------- |
| M3            | 20,000,000     |
| M6            | 20,000,000     |
| M9            | 0              |
| M12           | 20,000,000     |
| M15           | 0              |
| M18           | 20,000,000     |
| M21           | 0              |
| M24           | 20,000,000     |
| M27           | 0              |
| M30           | 20,000,000     |
| M33           | 0              |
| M36           | 20,000,000     |
| M39           | 0              |
| M42           | 20,000,000     |
| M45           | 0              |
| M48           | 20,000,000     |
| M51           | 0              |
| M54           | 10,000,000     |
| M57           | 0              |
| M60           | 10,000,000     |

{% endtab %}
{% endtabs %}

The ecosystem funds’ core principle is to grow the DragonMaster community and the ecosystem.

**1)** Community principles

* Players and guilds with significant contributions
* DAO governance

**2)** Ecosystem principles

* Dragon Metaverse Creators
* Dragon Metaverse Developers
* Exploration (Like SocialFi...)

20% of the DMT total supply is being allocated to the Ecosystem Funds, but will unlock gradually every 6 months over 5 years.

The ecosystem funds will initially be managed by the Magic Hat team, in the future it will be handed over to the community, with voting as the final decision on how the funds will be used. We shall compile a thorough summary of the utilization of the Ecosystem Funds each year and make it public to all community members, ensuring maximum transparency and integrity.


---

# 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://whitepaper.dragonmaster.co/tokenomics-usddmt/allocations-and-unlock-schedule/ecosystem-funds.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.
