> For the complete documentation index, see [llms.txt](https://docs.0max1.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0max1.com/overview/our-solution/usdi-stablecoin/auto-income-distribution.md).

# Auto Income Distribution

<figure><img src="/files/9WxMXSEdJf75PDlRmPG4" alt=""><figcaption></figcaption></figure>

Passive income is auto-distributed to USDi holders periodically without the need to claim and pay gas fees.

The USDi Payout Calculator will calculate the available distribution values  periodically. Any supplus amount of distribution values will be distributed to all USDi holders based on cumulated distribution weight score (cumDWS) index.&#x20;

The cumDWS index is measuring the amount of USDi and holding period of each USDi holders. The more USDi you are holding for  longer time period you are holding, the higher cumDWS score you will have. &#x20;

### Definitions:

**Available distribution value (ADV)**= total assets value - USDi in circulation&#x20;

**Distribution Value (DV)** = Distribution % \* ADV

**Distribution Amount of Fees (DAF)**= DV\* Reserve %

**Final Distribution Amount after reserve (FDA)** = DV - DV\*0.2

**cumDWS** is the cumulated amount of DWS for each wallet address.

**Block number period(BNP)** to represent the length of of holding period.&#x20;

**BNP**= current block number (current BN)- last block number (last BN)

Distribution W**eight Score(DWS)**= BNP \* Balance of USDi&#x20;

**cumDWS** is the cumulated amount of DWS for each wallet address&#x20;

**User Undistributed USDi**=cumDWS % \* FDV

<br>

<br>

| Distribution ID | Available distribution value | Distribution Value (DV) | Distribution Amount of Fees (DAF) | Final Distribution Amount after management fees (FDA) |
| --------------- | ---------------------------- | ----------------------- | --------------------------------- | ----------------------------------------------------- |

<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:

```
GET https://docs.0max1.com/overview/our-solution/usdi-stablecoin/auto-income-distribution.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.
