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

# Private Payments

> Private, compliant onchain payments on MagicBlock — powered by Ephemeral SPL Tokens.

***

## Private Payments

**Private Payments** let you add private, compliant onchain transfers to your app — shielded amounts,
destinations, and timing, with stealth handles and queued settlement.

Private Payments are powered by **Ephemeral SPL Tokens**: the same fast token primitive used for public
transfers, run with private `visibility`. All of the documentation — concepts, the SDK quickstart, the
private-payments guide, and the full REST/MCP API — lives in the dedicated **Ephemeral SPL Token**
section.

<CardGroup cols={2}>
  <Card title="Private Payments guide" icon="lock" href="/pages/ephemeral-spl-token/private-payments" iconType="duotone">
    Private transfers, stealth handles, and queued settlement — end to end.
  </Card>

  <Card title="Ephemeral SPL Token — Overview" icon="coins" href="/pages/ephemeral-spl-token/overview" iconType="duotone">
    The token primitive behind private payments.
  </Card>

  <Card title="API Reference" icon="server" href="/pages/ephemeral-spl-token/api-reference/introduction" iconType="duotone">
    Deposit, transfer, withdraw, balances, stealth pools, swap, and auth.
  </Card>

  <Card title="SDK Quickstart" icon="rocket" href="/pages/ephemeral-spl-token/quickstart" iconType="duotone">
    Integrate ephemeral SPL tokens in your own program and client.
  </Card>
</CardGroup>

<Note>
  Looking for the full API? Head to the [**Ephemeral SPL
  Token**](/pages/ephemeral-spl-token/api-reference/introduction) tab — it's the single source of truth
  for every endpoint and guide.
</Note>
