# Protocol Capitalization

#### Reserve Buffer (`ReserveBuffer`)

Receives:

* carry charges (via Fee Accumulator + Ledger)
* liquidation penalties
* peg rail fees

Holds:

* rwaUSD
* reference stablecoins (and possibly other high-quality reserves)

#### Deficit recording (`DeficitRecorder`)

If an unwind auction fails to raise enough to cover liability:

* Ledger records explicit deficit:
  * `badDebt += deficitAmount`

Deficits are not silently socialized. They are first covered by reserves.

#### Recapitalization (`RecapMechanism`)

If reserves are insufficient:

* protocol triggers a recap procedure that sells a recap asset for rwaUSD/stables
* proceeds are used to eliminate recorded deficits

The recap asset design (governance token, bond token, or similar) is a separate specification, but the architecture requires:

* permissioned minting only under deficit conditions
* transparent auction/sale mechanism
* timelocked governance control


---

# 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.multipli.fi/technical-architecture/protocol-capitalization.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.
