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

# Vault framework

> On-chain structured Bitcoin yield vault platform.

export const Banner = ({src, alt = "", ratio = "16 / 7", position = "center", radius = "2px"}) => <img src={src} alt={alt} style={{
  display: "block",
  width: "100%",
  aspectRatio: ratio,
  objectFit: "cover",
  objectPosition: position,
  borderRadius: radius,
  margin: "0.25rem 0 1.75rem"
}} />;

<Banner src="/images/vaults-hero.jpg" alt="Twin snow-covered alpine summits under a clear sky" />

Maestro's vaults integrate with qualified custodians and curators to offer premium Bitcoin yield instruments on-chain.

## Shared platform properties

<CardGroup cols={2}>
  <Card title="Permissioned">
    Access is limited to qualified allocators and accredited investors. Eligibility requirements are vault specific.
  </Card>

  <Card title="Screened">
    Every deposit and withdrawal is screened for sanctions exposure and transaction risk before it settles, using TRM Labs.
  </Card>

  <Card title="Qualified curators">
    Every vault curator is extensively evaluated; today Maestro itself curates the live vaults.
  </Card>

  <Card title="Custody-ready">
    Each vault states its [custody options](/concepts/hybrid-custody) — direct deposit, a qualified custodian, or both.
  </Card>
</CardGroup>

## Vault configurations

Every vault's yield is **BTC-denominated**, but vaults come in different configurations depending on the strategy:

* **Fixed or variable yield** — Mezzamine Credit offers a fixed-income instrument, whereas other vaults track strategy performance (Bitcoin Solver).
* **Capped or uncapped allocation** — credit programs typically have capped capacity, whereas other vaults remain open.
* **Flexible or scheduled redemption** — rolling-window withdrawals, or fixed distribution dates across the term.
* **Receipt tokens** — transferable positions that trade on a secondary market: an exit route and price discovery independent of vault redemption.

<Info>
  A new curator or strategy can be added without changing how deposits, monitoring, and redemptions work — see [How it works](/get-started/how-it-works).
</Info>

<CardGroup cols={2}>
  <Card title="Browse the vault directory" icon="layout-grid" href="/yield-vaults/vault-directory">
    What varies — strategy, yield level, and terms — vault by vault.
  </Card>

  <Card title="Vault contracts on GitHub" icon="github" href="https://github.com/maestro-org/maestro-vault-contracts">
    The open-source vault contracts, independently audited by Halborn.
  </Card>
</CardGroup>
