> For the complete documentation index, see [llms.txt](https://docs.apyx.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apyx.fi/solution-overview/capitalization-framework.md).

# Capitalization Framework

Apyx publishes two distinct metrics on the transparency dashboard that govern every interaction with the protocol.

#### Redemption Value <a href="#redemption-value" id="redemption-value"></a>

The price at which all redemption occurs, with a small spread for liquidity and slippage. Redemption Value tracks the underlying basket of preferred shares and cash, dampened by the cash portion of the reserve. It applies identically across calm and stressed conditions, and to all participants.

New apxUSD issuance is always priced at $1, providing a consistent anchor for secondary markets.

#### Total Collateral Value <a href="#total-collateral-value" id="total-collateral-value"></a>

The full value of the reserve, including the overcollateralization buffer.

The gap between Redemption Value and Total Collateral Value is the buffer, visible to everyone at all times.

#### How apxUSD Trades <a href="#how-apxusd-trades" id="how-apxusd-trades"></a>

In practice, apxUSD trades between Redemption Value and Total Collateral Value:

* Redemption Value acts as a hard floor where arbitrageurs step in.
* The overcollateralized reserve supports pricing above it.

#### Role of the Overcollateralization Buffer <a href="#role-of-the-overcollateralization-buffer" id="role-of-the-overcollateralization-buffer"></a>

The overcollateralization buffer is not consumed during routine redemptions. It serves two purposes:

1. **Risk reduction without sacrificing yield.** The buffer is allocated to preferred equity, with the yield it generates flowing to the rest of the portfolio. As the buffer grows, the remainder of the collateral can shift toward cash while maintaining the same yield output—reducing volatility without compromising returns to apyUSD holders.
2. **Final backstop.** In a catastrophic scenario—a devastating hack, wind-down, or any event ending the protocol's future viability—Total Collateral Value becomes the redemption value, and the entire reserve, buffer included, is distributed pro-rata to remaining holders.

Governance token holders may also vote to deploy a portion of the overcollateralization buffer in intermediate-risk scenarios to support Redemption Value.

#### RFQ Redemption <a href="#rfq-redemption" id="rfq-redemption"></a>

In addition to the protocol's primary-market redemption pathway, Apyx offers a Request for Quote (RFQ) redemption system. Users may submit redemption requests through a structured RFQ process, allowing approved counterparties to provide competitive execution against the underlying reserve.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.apyx.fi/solution-overview/capitalization-framework.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
