> ## Documentation Index
> Fetch the complete documentation index at: https://magicblock-42-supermarioblock-patch-3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Private Payments

<CardGroup cols={2}>
  <Card title="Demo" icon="play" href="https://private-payments.magicblock.app" iconType="duotone">
    Try the live application
  </Card>

  <Card title="View Repository" icon="github" href="https://github.com/magicblock-labs/starter-kits/tree/main/private-payments-demo" iconType="duotone">
    Explore the source code and implementation
  </Card>

  <Card title="Blog Post" icon="newspaper" href="https://www.magicblock.xyz/blog/private-ephemeral-rollup" iconType="duotone">
    Learn more about building private payments
  </Card>
</CardGroup>

***

<img src="https://mintcdn.com/magicblock-42-supermarioblock-patch-3/q4ZycOVgJbNQbij2/images/template_images/privacy.png?fit=max&auto=format&n=q4ZycOVgJbNQbij2&q=85&s=5c6a42147477216a024ae3834aa2c845" alt="Private Payments Demo" width="1836" height="1069" data-path="images/template_images/privacy.png" />

## Overview

Send and receive payments privately on-chain using Private Ephemeral Rollups. This demo showcases how to implement confidential transactions while maintaining the security and composability of blockchain technology.

***

## Related Products

<CardGroup cols={2}>
  <Card title="Private Ephemeral Rollup" icon="shield-check" href="/pages/private-ephemeral-rollups-pers/introduction/onchain-privacy" iconType="duotone">
    Learn how Private ERs enable confidential on-chain computations
  </Card>

  <Card title="Authorization" icon="key" href="/pages/private-ephemeral-rollups-pers/introduction/authorization" iconType="duotone">
    Understand authorization mechanisms in Private ERs
  </Card>

  <Card title="Quickstart Guide" icon="rocket" href="/pages/private-ephemeral-rollups-pers/how-to-guide/quickstart" iconType="duotone">
    Get started with building private applications
  </Card>

  <Card title="Program Implementation" icon="code" href="/pages/private-ephemeral-rollups-pers/how-to-guide/program-implementation" iconType="duotone">
    Learn how to implement private programs
  </Card>
</CardGroup>
