# Treasury

![](https://lh7-us.googleusercontent.com/docsz/AD_4nXcL9GnxRHnrPp3BmZJauf96uqSfR2MBlv6MfmH2swC-E1NEMklvwjWv4gpybOTxCiQ7n_M8NBZxE48lwGA6r80lX38-q-VnRJhU-rcUh2u9aMAyUkezPXXPZ7ZCKtGFIRCT_r8O0s7cw-LQ5lhUYjBGrfbd?key=mV0AhkaJDeIT74DKDh5O2A)

The Treasury module in Nuon v2 acts as the initial repository for minters' USDC deposits. A portion of USDC in the treasury is kept as a buffer to safeguard against sudden redemptions. This buffer amount, which is initially set at 20% and is mutable via governance decisions, serves several critical purposes.&#x20;

The buffer amount ensures that the Treasury remains solvent even during periods of heightened redemption activity. Without this buffer, the protocol would be forced to liquidate yield-bearing assets every time NUON is redeemed, potentially leading to inefficiencies and increased risk.

Additionally, maintaining a buffer helps stabilize the system by providing a cushion against short-term market fluctuations. By holding a portion of the deposited USDC in reserve, the protocol can mitigate the impact of sudden changes in asset prices or yield rates.

Furthermore, the buffer amount is subject to governance oversight, allowing stakeholders to adjust it based on changing market conditions or risk profiles. This flexibility ensures that the protocol can adapt to evolving circumstances while maintaining its core objectives of stability and yield generation.

However, it's important to note that while the buffer mechanism provides a layer of protection, its effectiveness relies on accurate risk assessment and prudent management. As such, ongoing monitoring and adjustment of the buffer amount are essential components of Nuon's risk management strategy.


---

# 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://whitepaper.nuon.fi/architecture/treasury.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.
