> For the complete documentation index, see [llms.txt](https://curator.docs.spectra.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://curator.docs.spectra.finance/technical/roles.md).

# Roles

These roles form the foundation of our MetaVault structure and establish clear accountability channels for all aspects of vault management, from day-to-day operations to emergency response procedures.&#x20;

Understanding these distinct roles and their interactions is essential for proper vault functioning and maintaining appropriate separation of duties throughout the system.

#### Curator

The `CURATOR` role grants rights to manage vault liquidity allocations, rebalancing, and redemptions between settlements:

* Deposit and withdraw liquidity across Spectra liquidity pools
* Set allowances for enabled markets on Spectra protocol components
* Wrap/Unwrap and Deposit/Withdraw from interest-bearing tokens and Spectra Wrappers

#### Accountant

The `ACCOUNTANT` role is responsible for tracking vault performance, reporting the vault assets by settling the vault. This role is granted to an oracle that works with curators to ensure timely redemptions.

The accountant must:

* Settle the vault according to the defined schedule
* Alert the curator about excessive losses or significant net redemptions
* Warn curators when insufficient assets are available for upcoming settlements
* Report any pricing discrepancies or monitoring service issues to the development team&#x20;

#### Spectra DAO

The `SPECTRA DAO` serves as the system administrator, responsible for:

* Managing version upgrades and pausing functionality
* Configuring Zodiac role allocation
* deallocating funds
* Verifying and expediting urgent timelocked operations
* Maintaining ultimate ownership of the SAFE with the highest privilege level&#x20;

#### Guardian

:shield: The `GUARDIAN` role grants the right to revoke a harmful time-locked operation


---

# 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://curator.docs.spectra.finance/technical/roles.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.
