> For the complete documentation index, see [llms.txt](https://sky-web3-vision.gitbook.io/wp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sky-web3-vision.gitbook.io/wp/phase-3.-sky-dollar/skyusd-tokenomics/skyusd-additional-issuance-and-profit-sharing.md).

# SkyUSD additional issuance and profit sharing

If the TWAP (Time-Weighted Average Price) of SkyUSD exceeds $1.10, a new SkyUSD will be minted according to the following table.

<table><thead><tr><th width="150">SkyUSD TWAP</th><th width="121">Mint amount</th><th>Example</th></tr></thead><tbody><tr><td>SkyUSD &#x3C;= $1.10</td><td>No mint</td><td>1 SkyUSD is not minted when SkyUSD's TWAP is $1.09</td></tr><tr><td>SkyUSD > $1.10</td><td>Varies between 3% and 0.5% (see table below)</td><td>When SkyUSD TWAP is $1.12 and SkyUSD has 3 million outstanding, 3%, or 90,000 SkyUSD, will be minted</td></tr></tbody></table>

![](/files/HCt2YWCTgAQ557tVDSSw)

The number of mints will gradually decrease as the total number of mints issued increases.

The TWAP refers to the Oracle.

### Epoch time

The TWAP is determined once every 24 hours to determine if the TWAP exceeds $1.10. This time unit is called Epoch.

> 1 Epoch = 24 hours

### Distribution

The Sky Hedge Fund will **sell** additional SkyUSD issued to the market on a dollar cost averaging basis. The marginal gain from the sale will be **distributed** in proportion to each user's SkyUSD lock volume.

> Amount received from sale - (Redemption reserve per SkyUSD x number of additional issues) = Total distribution
>
> Example: \
> Additional issue 900,000 SkyUSD sold at an average of $1.15 1,035,000 - (1 x 900,000) = $135,000 total dividend
>
> If 20,000,000 SkyUSD locked 20,000,000 / $135,000 = $0.00675 dividend per lock
>
> If a user locks 10,000 SkyUSD at a cost of $10,000 10,000 × $0.00675 = $67.5 dividend per Epoch (\*) This number is a rough estimate since not all SkyUSD are sold within one Epoch.

### Treasury（20％）

As a treasury, 20% of the additional SkyUSD issuance will be held by Sky hedge funds.


---

# 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://sky-web3-vision.gitbook.io/wp/phase-3.-sky-dollar/skyusd-tokenomics/skyusd-additional-issuance-and-profit-sharing.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.
