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

# Bitcoin Capital Markets

> Connecting idle Bitcoin to compute infrastructure needs.

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/concepts-hero.jpg" alt="A hydroelectric dam holding back an alpine reservoir — the kind of energy infrastructure Bitcoin mining underwrites" />

Bitcoin is a bundle of energy no issuer can tamper with — an **energy dollar**. Hundreds of billions of it sit idle on institutional balance sheets, doing no economic work. Maestro clears it into activity that does — financing the miners and energy infrastructure that secure the network, and returning the resulting yield to the Bitcoin that financed it.

<div className="pull-quote">Energy is the value. Bitcoin is the currency. Maestro is the rail.</div>

## Two sides of one market

<CardGroup cols={2}>
  <Card title="New Banks">
    Bitcoin treasuries, asset managers, and institutions holding idle BTC — balance sheets denominated in an asset that doesn't dilute.
  </Card>

  <Card title="New Industrialists">
    Miners building the power plants and data centers that secure Bitcoin and increasingly power AI compute — and need growth capital to expand.
  </Card>
</CardGroup>

Maestro is the **neutral financial rail** that enables the Bitcoin Capital Market to form and grow:

1. Idle Bitcoin enters as credit and liquidity.
2. Growth capital reaches the New Industrialists through Bitcoin investment products.

## The cycle

Energy produces Bitcoin; Bitcoin deploys into capital markets; capital finances real activity; that activity demands more energy. Each miner loan runs the same loop in miniature: *BTC loan → capex + energy → hashrate growth → BTC yield*.

```mermaid theme={null}
flowchart LR
    A[Energy] -- produces --> B["Bitcoin — the energy dollar"]
    B -- deploys --> C[Capital Markets]
    C -- finances --> D[Economic Activity]
    D -- demands --> A
```

Every product Maestro offers is an entry point into this loop: [Yield Vaults](/yield-vaults/vault-framework) and [myBTC](/mybtc/overview) route idle Bitcoin into industrial financing, and return it as [real economic yield](/concepts/yield-generation).

## Further reading

<CardGroup cols={2}>
  <Card title="Proof it works" href="/concepts/sazmining-case-study">
    A live program, audited on-chain: 2 BTC became 57 PH/s of hashrate, generating a fixed 9% BTC yield.
  </Card>

  <Card title="Yield generation" href="/concepts/yield-generation">
    Where the yield comes from — real economic activity, not emissions.
  </Card>
</CardGroup>

<Card title="Participate in the market" icon="arrow-right" href="/get-started/getting-started" horizontal>
  Contact the team to begin onboarding — via the [contact form](https://www.gomaestro.org/contact) or [institutional@gomaestro.org](mailto:institutional@gomaestro.org).
</Card>
