> ## 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.

# Treasury Manager

> Where onboarded allocators deploy and monitor active Bitcoin positions.

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/treasury-manager-hero.jpg" alt="A lone figure on a rock summit overlooking layered mountain ridges at golden hour" />

[Treasury Manager](https://treasury.gomaestro.org) is the **command center for active Bitcoin investments** — an on-chain application to deploy capital into risk-managed yield strategies, monitor positions and NAV, and report to stakeholders.

## Capabilities

<CardGroup cols={2}>
  <Card title="Vaults marketplace">
    Browse every active vault across various strategies, and deploy from the [vault marketplace](https://treasury.gomaestro.org).
  </Card>

  <Card title="Monitor performance">
    Track vault historical performance and your active positions across multiple metrics: TVL, APY, and earnings.
  </Card>

  <Card title="Custody integration">
    Connect to [Treasury Manager](https://treasury.gomaestro.org) directly with your wallet, or through a custodian account such as [Anchorage Digital](https://www.anchorage.com/). See [custody options](/concepts/hybrid-custody).
  </Card>
</CardGroup>

## Where it sits in the journey

[Onboarding](/get-started/getting-started) clears eligibility and KYC. A strategy is selected from the [vault directory](/yield-vaults/vault-directory) — or browsed live in the [vault marketplace](https://treasury.gomaestro.org) — and [custody options](/concepts/hybrid-custody) are chosen per vault. From there, every stage of the [vault flow](/get-started/how-it-works) — deposit, accrual, redemption — is operated and monitored in the [Treasury app](https://treasury.gomaestro.org).

## Further reading

<CardGroup cols={2}>
  <Card title="Custody options" href="/concepts/hybrid-custody">
    Deposit directly into vault contracts, or connect Anchorage Digital as the qualified custodian.
  </Card>

  <Card title="Partners & integrations" href="/trust-operations/partners-integrations">
    The named partners behind the platform — custody, settlement, audit, and screening.
  </Card>
</CardGroup>

<Card title="Open the Treasury app" icon="external-link" href="https://treasury.gomaestro.org" horizontal>
  Sign in to deploy, monitor, and report on live positions. New allocators begin with [onboarding](/get-started/getting-started).
</Card>
