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

# Metavault Mechanics

Metavaults are designed to minimize idle capital, enable non-technical users to access protocol yield passively, and reduce liquidity fragmentation across the system. Deposits are pooled into modular strategy contracts that isolate risk, ensuring that if a downstream Pod underperforms or is liquidated, only its allocated portion of vault capital is affected.

A governance system that is controlled by vlPEAS\* determines which Pods can receive allocations, and how much they can be allocated from the Metavault. Through this system, it is the role of vlPEAS voters to conduct due diligence risk assessments on any Pod seeking to enable or increase allocation from the Metavault. This includes examining the integrity of the Oracles used, the amount of liquidity available, the underlying asset (TKN) and any other factors that may contribute to lending risks.

Metavaults target 80% Utilization to ensure that funds are available to be withdrawn by lenders as they desire, but this value can fluctuate depending on in-market activity and lender withdrawals.

### Key user benefits:

* **Passive Income**:\
  Earn lending yield through a risk-managed strategy which allocates to the greatest risk-adjusted opportunities without requiring active monitoring and adjustments.
* **Easy to Use**:\
  Metavaults are a simple and accessible strategy making it a prime candidate for all parties from DAOs to first-time Defi users.
* **Risk Controls**:\
  vlPEAS voting on caps per Pod and whitelisting ensure that user capital is risk-managed whilst the diversifaction of lending allocations ensures that risk is not isolated to a single lending pair.
* **Aligned Incentives:**\
  As vlPEAS earn a Revenue Share which is derived from LVF Revenue, these voters are incentivised to allocate capital in a way that secures the highest yield for lenders, whilst meeting the demand of borrowers which ensures maximum liquidity efficiency for the entire Protocol.

<br>


---

# 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.peapods.finance/metavaults-lvf/metavault-mechanics.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.
