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

# Mechanism Overview

Mezzanine operates on two distinct layers:

{% columns %}
{% column %}
**Capital layer**: USDC held in Mezzanine and Custodian smart contracts, deployed into whitelisted DeFi strategies.
{% endcolumn %}

{% column %}
**Accounting layer**: mzUSD represents the base claim against the capital pool. Tranche tokens represent risk-tiered positions within the claims stack.
{% endcolumn %}
{% endcolumns %}

<figure><img src="/files/8j6oMolFF5EYukTMn24x" alt=""><figcaption></figcaption></figure>

#### Yield Generation

Yield is generated by deploying **USDC** into whitelisted DeFi strategies.

Capital is held in Mezzanine or Custodian smart contracts that make up the Master Vaults. Strategy wallets are publicly visible. All capital movements are on-chain.

Yield distribution and loss calculation is triggered by a role-authorized address based on NAV reported by on-chain pricing sources.


---

# 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:

```
GET https://docs.mezz.finance/protocol-mechanism/mechanism-overview.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.
