# Structure

Markov’s curation methodology is built around **three core layers**:

1. [**Risk Framework**](/curation-methodology/risk-framework.md)\
   Defines how collateral and markets are evaluated before inclusion in a vault. Further dictates how portfolios are continuously monitored. Assets are assessed and monitored for liquidity, volatility, oracle quality, and liquidation dynamics. This layer sets parameters such as liquidation loan-to-value and ensures vaults operate within clearly defined risk boundaries.
2. [**Allocation Engine**](/curation-methodology/allocation-engine.md)\
   Determines how capital is distributed across eligible markets. Uses quantitative models to forecast rates, evaluate volatility, and assess liquidity. Portfolio construction aims to maximize risk-adjusted returns while respecting constraints like utilization, liquidity, and operational costs. Allocations are regularly updated based on new market data.
3. [**Execution**](/curation-methodology/execution.md)\
   Governs how strategies are implemented operationally. Ensures correct vault configuration, reliable rebalancing, and minimized operational risk. Includes monitoring procedures, multisignature wallet management, timelocks for major parameter changes, and safeguards for transparency and security.

This three-layer structure ensures that Markov’s vaults combine rigorous risk management, systematic capital allocation, and reliable onchain execution.


---

# Agent Instructions: 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.markovlabs.xyz/curation-methodology/structure.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.
