# Tokenomics

- [Overview](https://docs.minerva.money/tokenomics/overview.md): An overview the Minerva tokenomics, distribution and emission schedule.
- [MINE](https://docs.minerva.money/tokenomics/mine.md)
- [allMINE](https://docs.minerva.money/tokenomics/allmine.md): allMINE is the platform's escrowed token.
- [MLP](https://docs.minerva.money/tokenomics/mlp.md): MLP is the platform's liquidity provider token.
- [Buying / Selling MLP](https://docs.minerva.money/tokenomics/mlp/buying-selling-mlp.md): Buying and selling MLP can be done through the MLPRewardRouter.
- [MLP Price](https://docs.minerva.money/tokenomics/mlp/mlp-price.md): The price of MLP is based on the total worth of all tokens in the pool and factors in pending profits and losses from all currently opened positions.
- [Transferring Staked MLP](https://docs.minerva.money/tokenomics/mlp/transferring-staked-mlp.md): When MLP is bought it is automatically staked and when it is sold it is automatically unstaked, for integrations adding MLP the StakedMlp contract can be used to transfer staked MLP tokens.


---

# Agent Instructions: 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:

```
GET https://docs.minerva.money/tokenomics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
