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

# Token Utility

The $MGT tokens will have myriad use cases throughout the ecosystem. Below is a detailed breakdown of the token utility by stakeholders:&#x20;

On the user front:

* Staking rewards: Users can stake $MGT to unlock exclusive discounts and increase token launchpad allocation.
* MoonStamp upgrade: Users can use $MGT to upgrade the rarity of their MoonStamp. Higher rarity increases the mining output and potential rewards from their brand engagement.
* Attention asset purchases: Users can utilize their $MGT tokens to purchase attention assets on our platform. If they paid with $MGT tokens, transaction fees are waived. &#x20;

On the business front:

* Token campaign creation: When brands want to issue an attention asset through a token campaign to users, they would be required to stake $MGT tokens as a prerequisite. There will be different tiers of staking commitment which would translate to more premium benefits, favourable positioning on the discovery page, and co-marketing support.&#x20;
* Data platform: As Moongate platform enables users to collect and accumulate their social and financial interactive data, any future data consumers such as AI model training companies, advertisers, entertainment brands, will be required to stake $MGT tokens to purchase data from users directly. All data will be traded between data consumers and users using $MGT tokens. Moongate will collect a service fee in this process.&#x20;
* Gas fee for future L2: Moongate currently subsidizes all gas fees paid through the protocol, but overtime, it plans to launch an L2 for cost efficiency. At that point, gas fees will be borne by brands and consumers, which will be paid in $MGT tokens.

<br>


---

# 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://moongate.gitbook.io/moongate-litepaper/tokenomics/token-utility.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.
