# Spectra Curator Docs

## Spectra Curator Docs

- [MetaVault - Introduction](https://curator.docs.spectra.finance/metavault-introduction.md): Overview of MetaVaults, curator benefits, setup process, and operational requirements.
- [Onboarding Process & Timeline](https://curator.docs.spectra.finance/becoming-a-curator/onboarding-process-and-timeline.md)
- [Operational Responsibilities](https://curator.docs.spectra.finance/becoming-a-curator/operational-responsibilities.md)
- [Expectations](https://curator.docs.spectra.finance/becoming-a-curator/expectations.md): We view our relationship as a strategic partnership built on mutual trust and shared commitment to user success.
- [Architecture Overview](https://curator.docs.spectra.finance/technical/architecture-overview.md): The following sections describe the complete system setup and architecture.
- [Access Control / Permissions](https://curator.docs.spectra.finance/technical/access-control-permissions.md)
- [Whitelisted Actions](https://curator.docs.spectra.finance/technical/whitelisted-actions.md)
- [Roles](https://curator.docs.spectra.finance/technical/roles.md): A comprehensive breakdown of the key stakeholder roles within the Metavault ecosystem.
- [Access & Overview Panel](https://curator.docs.spectra.finance/curator-console/access-and-overview-panel.md)
- [Inventory](https://curator.docs.spectra.finance/curator-console/inventory.md): A complete overview of all assets held within a selected MetaVault
- [Pool Management](https://curator.docs.spectra.finance/curator-console/pool-management.md): The Pool Management page allows curators to configure, monitor, and adjust all pools connected to a selected MetaVault.
- [Liquidity Management](https://curator.docs.spectra.finance/curator-console/liquidity-management.md): From this interface, curators can deposit, withdraw, convert, or rebalance liquidity across pools connected to the MetaVault.
- [Yield Token Management](https://curator.docs.spectra.finance/curator-console/yield-token-management.md): Full visibility and control over all active Yield Token (YT) positions and accrued rewards within a MetaVault.
- [Settlement Checkpoint](https://curator.docs.spectra.finance/curator-console/settlement-checkpoint.md): The Settlement Checkpoint page provides curators with full oversight and control over the MetaVault settlement cycle.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://curator.docs.spectra.finance/metavault-introduction.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.
