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

# 07 Tokenomics

### Token Overview

**$MORROW** is the native token of the Morrow Funds ecosystem.

| Parameter            | Details         |
| -------------------- | --------------- |
| **Token**            | $MORROW         |
| **Total Supply**     | 1,000,000,000   |
| **Launch**           | Fair Launch     |
| **Launch Platform**  | Pons            |
| **Network**          | Robinhood Chain |
| **Pair**             | ETH             |
| **Team Allocation**  | 0%              |
| **Private Sale**     | None            |
| **Presale**          | None            |
| **Transaction Tax**  | 3%              |
| **Pons Trading Fee** | 1%              |

***

### Fair Launch

$MORROW launched through **Pons on Robinhood Chain** through a fully public launch mechanism.

The total supply of **1,000,000,000 $STACKD** was made available through the launch mechanism.

There is:

* No team allocation
* No private allocation
* No presale
* No reserved investor supply
* No separate team treasury allocation

The team does not receive a free allocation of tokens.

Instead, the team participates through purchases made from the **publicly identifiable creator wallet**.

This means team-held tokens originate from market purchases rather than a separate allocation of supply.


---

# 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://morrow.gitbook.io/morrow/07-tokenomics.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.
