> 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/architecture-and-operational-flow.md).

# Architecture & Operational Flow

MEV Capital’s restaking vaults are structured around a capital-efficient, non-custodial model that abstracts restaking complexity while maximizing exposure to network rewards. The system is governed by three foundational principles:

**Maximize Reward Capture** Vaults are optimized to target the most competitive reward paths, including staking emissions, operator rebates, and ecosystem point campaigns. Allocation strategies evaluate emission velocity, points dynamics, and validator-specific payout history.

**Manage Slashing Risk** Operator sets are diversified and selected based on slashing history, infrastructure robustness, and active monitoring capacity. Where appropriate, the vault engine allocates to non-slashable AVSs to mitigate downside exposure.

**Dynamic Rebalancing** Allocations are continuously monitored and periodically rebalanced based on validator performance, governance changes, and emerging risk factors. Auto-deallocation hooks are in place to protect user funds in case of validator failure or abnormal network behavior.

**Vault Execution Flow:**

1. **Collateral Deposit** – Users deposit ERC-20 compatible LSTs (e.g., wstETH, cbETH, rETH) into the smart contract vault.
2. **Operator Allocation** – Deposits are distributed across a curated list of trusted operators validated through MEV Capital’s internal scoring and due diligence framework.
3. **Network Delegation** – Operators reallocate security to restakable networks or AVSs following pre-defined reward-to-risk profiles.
4. **Reward Harvesting** – Yields accrue from native staking emissions, operator rewards, and point-based incentive campaigns.

This architecture maintains full asset ownership on the user side and guarantees on-chain auditability of delegation and yield accrual mechanisms. Integrated monitoring ensures vaults remain responsive to protocol-level changes and validator-level events.

***


---

# 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/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.
