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

# Privacy Boost

> A privacy SDK for any EVM chain. Regulatory-friendly, highly performant, composable, and self-custodial.

Privacy Boost enables applications to integrate private transfers and privacy-preserving DeFi workflows into public blockchains while keeping the data private from the public, viewable by the sponsoring app, and auditable by regulators.

Deposit, transfer, and withdraw ERC-20 tokens with amounts, counterparties, and balances fully hidden onchain.

<CardGroup cols={2}>
  <Card title="Protocol Deep Dive" href="/technical-explainer/protocol">
    Understand the protocol, cryptographic foundations, and architecture
  </Card>

  <Card title="Start Building" href="/sdk/overview">
    Integrate private payments into your app with our multi-platform SDKs
  </Card>
</CardGroup>

***

## Who is this for?

On public blockchains, every transfer, every balance, and every counterparty relationship is visible to anyone. For applications handling real financial flows, this creates immediate business, competitive, and regulatory risk.

<CardGroup cols={2}>
  <Card title="Wallets" icon="wallet" horizontal>
    User balances and transaction history must remain private and never be broadcast onchain.
  </Card>

  <Card title="Stablecoin Networks" icon="coins" horizontal>
    Payment and settlement flows require confidentiality between counterparties.
  </Card>

  <Card title="RWA Platforms" icon="building-columns" horizontal>
    Institutional positions and counterparty identities are commercially sensitive.
  </Card>

  <Card title="Fintech Applications" icon="money-bill-transfer" horizontal>
    Privacy must align with financial regulatory frameworks, not conflict with them.
  </Card>
</CardGroup>

***

## Why Privacy Boost?

<CardGroup cols={2}>
  <Card title="Sub-500ms Transactions">
    Server-side ZK proof generation inside hardware-isolated enclaves. With no client-side proving, Privacy Boost works instantly on any platforms, including mobile devices.
  </Card>

  <Card title="1,800+ TPS">
    Proof aggregation batches hundreds of transfers into a single onchain transaction, reducing gas costs by orders of magnitude.
  </Card>

  <Card title="Auditability">
    Authorized auditors can query specific accounts. Every audit access is logged immutably onchain. Privacy for users, accountability for regulators.
  </Card>

  <Card title="True Self-Custody">
    Your keys, your funds. Forced withdrawal lets you exit directly through the smart contract, even if every server goes offline permanently.
  </Card>

  <Card title="Instant Balances & History">
    A TEE-secured indexer decrypts and serves your balance and transaction history in real time. No blockchain scanning required.
  </Card>

  <Card title="Drop-In Integration">
    Works with MetaMask, WalletConnect, any EOA account and smart accounts. TypeScript, React, React Native, iOS, Android, and CLI SDKs, with no new wallet software needed.
  </Card>

  <Card title="Private DeFi (Earn)">
    Earn without publicly revealing your wallet. Deposit into approved vaults and redeem back to your shielded balance, with your wallet identity hidden throughout the flow.
  </Card>
</CardGroup>

***

## Demo

<video controls autoPlay muted loop playsInline className="w-full rounded-lg" src="https://mintcdn.com/sunnysidelabs/Ui3JT2ieQZ1I2YI9/videos/motion-demo.mp4?fit=max&auto=format&n=Ui3JT2ieQZ1I2YI9&q=85&s=fd866e8ca04625dafa70b07218a21eec" data-path="videos/motion-demo.mp4" />

[Try the live app →](https://app.privacyboost.io)

***

## How It Works

<img className="block dark:hidden" src="https://mintcdn.com/sunnysidelabs/FjLyO_CVxJklWfy0/images/pool-architecture.png?fit=max&auto=format&n=FjLyO_CVxJklWfy0&q=85&s=18f55aa62057de49bf58e33409a24fcf" alt="Privacy Boost Pool Architecture: encrypted requests flow from users through TEE Server, which batches transactions and submits ZK proofs to the shielded pool smart contract" width="3840" height="2940" data-path="images/pool-architecture.png" />

<img className="hidden dark:block" src="https://mintcdn.com/sunnysidelabs/FjLyO_CVxJklWfy0/images/pool-architecture-dark.png?fit=max&auto=format&n=FjLyO_CVxJklWfy0&q=85&s=6eed670adf60e55fc8a4c47c0753ca77" alt="Privacy Boost Pool Architecture: encrypted requests flow from users through TEE Server, which batches transactions and submits ZK proofs to the shielded pool smart contract" width="3840" height="2940" data-path="images/pool-architecture-dark.png" />

**1. Deposit**: Tokens move from a public wallet into the privacy layer and become encrypted private notes.

**2. Transfer Request**: The user signs a transfer with their auth key and submits it to the TEE Prover.

**3. ZK Proof Generation**: The TEE generates a zero-knowledge proof in \~500ms, batching many transactions into a single epoch proof for higher throughput.

**4. Onchain Verification**: The smart contract verifies the proof and records the result. Amounts, balances, and counterparties remain hidden.

**5. Encrypted State Indexing**: The TEE Indexer reads onchain state and indexes encrypted metadata, giving sender and recipient instant access to their balances and history.

**6. Auditability**: When required, authorized auditors can query specific accounts' balances and history through a [scoped disclosure mechanism](/product/auditability). Every query is logged immutably onchain.

***

## Why ZK + TEE?

Most privacy protocols force a tradeoff: client-side proving is trustless but costs 5–30+ seconds per transaction, can't serve balance queries, and has no auditability.

Privacy Boost combines both:

* **ZK proofs** provide the privacy guarantees: sender, recipient, amounts, and token types are all hidden onchain. The smart contract verifies every proof and holds all funds. This is the cryptographic foundation.
* **TEE** handles what ZK alone can't deliver: sub-500ms proof generation, instant balance and transaction history queries, and auditability through scoped audit access, all inside a hardware-isolated enclave.

The result: a privacy protocol with the speed and UX of a centralized system, the trustlessness of ZK, and the custody guarantees of a smart contract.

**Self-custody is unconditional.** Even if the TEE goes offline permanently, users can exit directly through the smart contract via forced withdrawal, using their own keys and public onchain data.

<Card title="Trust & Security Model" href="/product/trust-and-security">
  How the TEE works, what it can and can't see, forced withdrawal, and the full threat model
</Card>

***

## Preview Features

Available now in the SDKs, pending external security audit.

<CardGroup cols={2}>
  <Card title="Portal Deposit Addresses" icon="qrcode" href="/sdk/concepts/portal-deposits">
    A reusable public deposit address, similar to an exchange deposit address. Anyone can send supported ERC-20 tokens to it, and the protocol sweeps the funds into your shielded balance without revealing which shielded account was credited.
  </Card>

  <Card title="Claimable Transfers" icon="gift" href="/sdk/concepts/claimable-transfers">
    Send privately to a wallet address, even if the recipient has not registered with Privacy Boost yet. The recipient can claim the funds by registering with that address, and any unclaimed transfers are refunded after a set deadline.
  </Card>
</CardGroup>

***

## Coming Soon

<Card title="DeFi Swaps" icon="arrows-rotate">
  Swap between tokens straight from your shielded balance, private DeFi trading with your wallet never exposed, just like Earn already puts your funds to work privately.
</Card>

***

## Explore the Docs

<Tabs>
  <Tab title="Understand the Protocol">
    <CardGroup cols={2}>
      <Card title="Trust & Security" href="/product/trust-and-security">
        TEE guarantees, self-custody, forced withdrawal, and threat model
      </Card>

      <Card title="Auditability" href="/product/auditability">
        How auditors query data with onchain accountability
      </Card>

      <Card title="Protocol Deep Dive" href="/technical-explainer/protocol">
        UTXO model, notes, nullifiers, Merkle trees, transaction lifecycle
      </Card>

      <Card title="Keys & Encryption" href="/technical-explainer/keys-and-encryption">
        Key hierarchy, dual-path ECDH encryption, privacy addresses
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Start Building">
    <CardGroup cols={2}>
      <Card title="SDK Overview" href="/sdk/overview">
        Get started with the Privacy Boost SDK
      </Card>

      <Card title="TypeScript Quickstart" href="/sdk/quickstart/typescript">
        Build a private payment flow in 5 minutes
      </Card>

      <Card title="React Quickstart" href="/sdk/quickstart/react">
        Add private payments to your React app
      </Card>

      <Card title="CLI Quickstart" href="/sdk/quickstart/cli">
        Scripting and automation via command-line
      </Card>
    </CardGroup>
  </Tab>
</Tabs>
