# MPH staking

By staking your MPH, you are eligible to collect 88mph protocol's revenues distributed as MPH and voting rights.

### Three sources of protocol revenue&#xD;&#xD;

* A 20% fee on the fixed-rate interest, which is computed at the time of deposit/topup, but stays in the pool until the deposit is partially/fully withdrawn (if it's a partial withdrawal only the fee on the withdrawn part is taken out of the pool)
* A 0.5% fee on the early withdrawn amount from a fixed rate deposit. This fee is taken out of the pool when the withdrawal happens.
* The liquidity incentive tokens received from protocols the fixed-rate APY pool deposits into (e.g. Compound, Aave). This never enters/exists the pool, it is sent directly to the dumper contract which will sell the tokens into MPH on the market every 14 days  (bi-weekly buyback); think stock dividends without dilution.

### Voting rights

When your MPH is staked, you receive xMPH in return for [voting rights](/governance-2.md).

### Unstake MPH

xMPH is a fully composable token, continuously compounding. When you unstake you will receive all the originally deposited MPH and any additional from protocol revenues.

You can unstake at any time without penalty.


---

# 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.v3.88mph.app/mph-token/mph-staking.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.
