# Developers Documentation

{% hint style="info" %}
You are currently viewing the developer docs, which are technical in nature. For more easily accessible documentation (non-technical), see our [Concepts docs](https://app.gitbook.com/o/XoxwwSCKBogRRIE6gTlQ/s/aSE6NakmHsqUzyells7H/).
{% endhint %}

The goal of this documentation is for developers to understand how the Spectra protocol works under the hood and understand how to build on top of it.

***

## MetaVaults

MetaVaults are cross-chain managed yield vaults. They primarily aggregate liquidity positions across multiple markets and chains, delegating allocation to permissioned curators while enforcing on-chain safety constraints via [Zodiac](https://www.gnosisguild.org/). MetaVaults use an asynchronous deposit/redeem model ([ERC-7540](https://eips.ethereum.org/EIPS/eip-7540)) with epoch-based settlement.

To get started, see the [MetaVaults Overview](https://dev.spectra.finance/metavaults/metavaults).

***

If some of your questions remain unanswered by this guide or if you have spotted some outdated resources, please feel free to join our [Discord community](https://discord.com/invite/GJhRf3r3UU).


---

# 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://dev.spectra.finance/readme.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.
