> For the complete documentation index, see [llms.txt](https://polywantsacracker.gitbook.io/darkside-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polywantsacracker.gitbook.io/darkside-finance/features/gradual-usdc-dividend-emission.md).

# Gradual USDC Dividend Emission

**TL;DR: Beginning with Darkside Finance, we are not distributing the USDC dividends all at once! The USDC will be distributed on an inverse square decaying curve according to the amount stored and the time since the bulk of the deposits.**<br>

Unlike Stadium Arcadium, In which the USDC dividends were given to MYFRIENDS stakers immediately upon any deposit over a certain threshold in any given currency, Darkside Finance releases USDC more gradually. This is important because it addresses the least satisfactory aspect of the Stadium Arcadium system, which was the slowdown in USDC dividends after the initial rush of deposit fees.

In addressing this problem, we have set up the USDC to be emitted in a more "drip"-like fashion, with "momentum" that can build up with a rush of USDC deposits. When each deposit over the distribution threshold is registered, we calculate an emission rate by spreading the amount of USDC waiting for distribution evenly over a predetermined time period (default: 2 weeks, settable) and then emitting the USDC that would be "due" since the last distribution. The new deposit is then added to the pending amount for the next calculation. If deposits become smaller and/or less frequent, and the overall incoming USDC volume is lower, the net effect is an inverse square-shaped graph, with X in days:&#x20;

![Simulated USDC emission pattern after X days of relatively low deposits](/files/-Mhv6t6XKL8IYdu3VjTz)

This may be slightly difficult to grasp at first, but it has the effect of slowing down USDC emissions without suddenly stopping them in the situation where deposit fees slow down. It also has the added benefit of maintaining a reportable "drip rate" and keeping USDC distribution flowing to satisfy new depositors. However, it does pay out the vast majority of the funds in the system if there have been only very small deposits since the time denominator value, which is initially set at 2 weeks (625,000 blocks on Polygon Network).&#x20;


---

# 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://polywantsacracker.gitbook.io/darkside-finance/features/gradual-usdc-dividend-emission.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.
