# Refilling Buffer

The process of refilling the buffer involves replenishing the portion of USDC held in reserve within the Treasury. This ensures that the buffer remains adequately funded to fulfill its intended role of safeguarding the protocol against liquidity shocks.

By default, all deposits of USDC are allocated to the buffer. When the protocol is above a defined value (default of 21%) above the buffer amount for a week, then the USDC of the buffer above another value (default 20.5%) is allocated to vaults via a dutch auction.


---

# 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/refilling-buffer.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.
