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

# MORPH Token

![](/files/ok1W3zjqMu29XEtLj7OW)

| **Label**      | **Details**                                                                                                          |
| -------------- | -------------------------------------------------------------------------------------------------------------------- |
| Ticker/Symbol  | **$MORPH**                                                                                                           |
| Token Contract | [0x0789fF5bA37f72ABC4D561D00648acaDC897b32d](https://ftmscan.com/address/0x0789fF5bA37f72ABC4D561D00648acaDC897b32d) |
| Max Supply     | Unlimited                                                                                                            |
| Emissions      | 0.5 / second                                                                                                         |
| Pre-mint       | 1000 MORPH (900 + 100)                                                                                               |

* **$MORPH** is considered an emissions token with incentive to swap to **$PILLS**

### Protocol Allocations <a href="#id-2eb1" id="id-2eb1"></a>

* The allocations for Neo Pools are **70%** protocol revenue.
* The rest of the revenue (30%) is allocated to protocol Treasury.
* **$MORPH** token allocations are the following: **85%** to emissions for farms/pools, **15%** to Treasury, and the additionally masterchef minted **10%** to Team.

It is our intention to fully decentralize Morpheus Swap. We envision Neo Pools to eventually receive **80–90%** of protocol revenue, while Treasury retains the difference.

*Token allocation is intended to remain unchanged.*

{% hint style="warning" %}
*The allocation of 10% that's reserved for the team is minted **on top** of existing MORPH rewards calculated with the emission rate (0.5/sec).*
{% endhint %}

### *Did I make a mistake, or do the emissions say "per second"?*

Not a mistake at all! On Fantom, the block times are proportional to the transaction activity on the block. As such, the block times can vary from as low as 0.97 seconds to as high as 20+ seconds back in Fall of last year.

You may check the current block times here: <https://ftmscan.com/chart/blocktime>

![Block Times on FTM](/files/-Mj9oEVtR5fz7Csx-jsg)

Due to this, our MasterChef is based off using block timestamps instead of their number.

#### Does this change my regular farming experience?

Not really! You will receive rewards even more consistently, as it is now based off of accurate timestamps.&#x20;

More information about Fantom can be found here:\
<https://docs.fantom.foundation/>


---

# 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://morpheusswap.gitbook.io/morpheus-swap/farming/morph-token.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.
