# Return generation

<mark style="color:blue;">**Noon**</mark> generates returns by deploying the collateral received via the minting process to a basket of delta neutral strategies.

First, our traders select a basket of delta-neutral strategies which meet our criteria:

* They generate top-tier returns across market conditions
* They have sufficient capacity, allowing us to deploy capital at scale
* Deployment can be automated
* Any trading, operational, technological or other risks arising from deployment can be mitigated

We will constantly review this list of strategies, and bring the best into our ecosystem to maximise protocol returns for our users.

Once we have selected our strategies, we intelligently allocate to them based on a variety of factors like historic returns / volatility, current market conditions, market forecast, technical signals, etc. We regularly review our allocation strategy and optimise capital deployment to maximise revenue.

<mark style="color:blue;">**Noon**</mark> intelligently allocates between multiple deployment strategies, such as T-bills, CLOs and Private Credit Funds. More on this on [Our deployment strategies](/built-for-high-yields/our-deployment-strategies.md).

New strategies are being introduced, in which, the community gets to vote for in [Noon's governance forum](https://forum.noon.capital/).

## <mark style="color:orange;">How we calculate our APYs</mark>

The calculation of <mark style="color:purple;">**sUSN**</mark> returns begins with the gross return, which is the total profit generated across all deployment strategies on a given day (for a breakdown of all strategies, see [Our deployment strategies](/built-for-high-yields/our-deployment-strategies.md)*)*. From this gross return, we deduct 10% which is allocated to the insurance fund and 10% which is allocated to <mark style="color:blue;">**Noon**</mark>’s operations fund. The remaining 80% is the net return for that day (see [Return distribution](/built-for-high-yields/our-stablecoin-usn-and-susn/return-distribution.md) for details).

We then normalise the net return by dividing it by the total <mark style="color:purple;">**USN**</mark> supply at the end of the previous day:

```
r_USN,day = Net Return (day) / TVL (EOD yesterday)
```

This daily return is compounded to arrive at the Annualised Percentage Yield (APY):

```
apy_USN = (1 + r_USN,day) ^ 365 - 1
```

Since yield is distributed exclusively to people who have staked their <mark style="color:purple;">**USN**</mark>, we adjust the APY by the ratio of total <mark style="color:purple;">**USN**</mark> supply to staked <mark style="color:purple;">**USN**</mark> supply:

```
apy_sUSN = apy_USN * (TVL (EOD) / Staked USN (EOD yesterday))
```

This final figure represents the <mark style="color:purple;">**sUSN**</mark> APY, i.e. the effective return accruing to <mark style="color:purple;">**sUSN**</mark> holders. Noon shows the 7-day and 30-day averages of this APY on app.noon.capital.


---

# 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.noon.capital/built-for-high-yields/our-stablecoin-usn-and-susn/return-generation.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.
