> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superform.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Curate

> Operator documentation for creating, activating, automating, and safely managing SuperVaults.

Curate is the institutional control plane for SuperVaults. It lets managers create and launch vaults, authorize execution, operate strategies, and use controls when conditions change.

## What Curate Controls

<CardGroup cols={2}>
  <Card title="Create and Launch Vaults" icon="rocket" href="/curate/ui/create-vault">
    Deploy a SuperVault, attach provider/listing metadata, fund upkeep, and complete the setup checklist.
  </Card>

  <Card title="Authorize Execution" icon="shield-check" href="/curate/ui/merkle-trees">
    Configure hook permissions, generate merkle trees, sync roots onchain, and publish proof artifacts.
  </Card>

  <Card title="Operate Strategies" icon="diagram-project" href="/curate/ui/strategy">
    Build rule-based deposit, withdrawal, and rebalance strategies with lane ordering and OMS-backed intent execution.
  </Card>

  <Card title="Manage Risk Controls" icon="triangle-exclamation" href="/curate/ui/pause">
    Pause vaults, pause keeper services, and arm per-yield-source emergency liquidity exits.
  </Card>
</CardGroup>

## Operator Jobs

<Steps>
  <Step title="Prepare access">
    Review [Prerequisites](/curate/prerequisites), [Authentication](/curate/authentication), and [Permissions](/curate/permissions).
  </Step>

  <Step title="Create the vault">
    Use the four-step [Create Vault](/curate/ui/create-vault) wizard to configure identity, managers, fees, and listing metadata.
  </Step>

  <Step title="Complete launch readiness">
    Work through the [Setup Checklist](/curate/ui/setup-checklist): created, upkeep funded, hooks configured, yield sources whitelisted, strategy created, and catalog listed/available.
  </Step>

  <Step title="Run the vault">
    Monitor [Dashboard](/curate/ui/dashboard), [Strategy Canvas](/curate/ui/strategy), [Yield Sources](/curate/ui/yield-sources), and [Merkle Trees](/curate/ui/merkle-trees).
  </Step>

  <Step title="Respond to incidents">
    Use [Pause Operations](/curate/ui/pause), [Alerts](/curate/ui/alerts), audit logs, and notification channels to halt or drain risk when needed.
  </Step>
</Steps>

## API Surface

Curate is backed by three main services:

* [Erebor](/curate/api/erebor) — vault management, settings, registries, merkle workflows, upkeep, users, notifications, and pause controls.
* [Strategy Engine](/curate/api/strategy) — strategies, ordering, live shards, intent projections, fills, and emergency locks.
* [OMS](/curate/api/oms) — DeFiX intent execution, events, hook transactions, and session-key readiness.

See [Curate API Overview](/curate/api/overview) for the control-plane map.

<Note>
  Curate prepares transactions and displays operational state. Protocol state changes still happen through signed onchain transactions from the authorized manager wallet.
</Note>
