> For the complete documentation index, see [llms.txt](https://docs.mutuum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mutuum.com/introduction/concepts/dividends.md).

# Dividends

<figure><img src="/files/lesPOuOoftWcfeFdcoHZ" alt=""><figcaption></figcaption></figure>

In Mutuum, a portion of protocol income—derived from interest, liquidation fees, or stablecoin minting—is periodically allocated toward purchasing MUTM tokens on the open market. This buyback process effectively adds value to the ecosystem by increasing buying pressure for MUTM. The protocol then distributes these purchased tokens as dividends to stakers in the designated safety module or similar staking contracts, rewarding users who support the system’s health and security.

By tying direct dividends to Mutuum’s overall performance, this approach incentivizes long-term participation and fosters confidence in the platform’s risk mitigation features. Stakers benefit from both potential appreciation of the token and periodic “dividend drops,” while the rest of the ecosystem sees improved token stability through buyback-driven demand. This mechanism also promotes greater transparency, as the community can track protocol revenue and evaluate how it translates into tangible rewards for those who stake and maintain robust collateral conditions across the platform.


---

# 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://docs.mutuum.com/introduction/concepts/dividends.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.
