> For the complete documentation index, see [llms.txt](https://mevcapital.gitbook.io/vaults-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mevcapital.gitbook.io/vaults-protocol/fixed-yield/architecture-and-operational-flow.md).

# Architecture & Operational Flow

The Fixed Yield Vault structure is based on a two-pronged architecture: fixed yield harvesting via PTs and active liquidity provisioning between PT/YT pairs.

**1. Principal Token (PT) Accumulation** MEV Capital acquires PTs at a market discount. These tokens represent the right to claim a fixed quantity of the underlying asset (e.g., stETH, USDC) at maturity. Yield is determined at the time of purchase, based on the PT’s discount to face value. The vault holds PTs to term, realizing a predictable APY.

**2. Liquidity Provisioning** In addition to PT holding strategies, MEV Capital deploys capital into Pendle’s AMMs to provide liquidity between Principal Tokens (PT) and Yield Tokens (YT). This allows the vault to:

* Capture swap fees
* Earn PENDLE incentives
* Adjust exposure between fixed and variable yield segments

**3. Execution and Monitoring** Vault operations are executed on-chain and monitored continuously. Position duration, realized APY, and market-wide rate shifts are tracked to inform reallocation and risk management. In certain market conditions, PTs may be exited early if favorable secondary pricing emerges.

This model delivers reliable yield capture while maintaining transparency, flexibility, and full on-chain composability.


---

# 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://mevcapital.gitbook.io/vaults-protocol/fixed-yield/architecture-and-operational-flow.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.
