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

# Cove: Private Payments on Solana

> Cove lets you send SOL, USDC, and USDT privately on Solana. Generate a single-use claim link and share it — no wallet address needed to receive.

Cove is a private payment layer built on Solana. Instead of exchanging wallet addresses, you deposit funds, receive an encrypted claim link, and send that link to anyone. The recipient clicks the link, connects their wallet, and claims instantly — no SOL needed to pay fees.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Send your first private payment in minutes.
  </Card>

  <Card title="How It Works" icon="lock" href="/how-it-works">
    Understand Cove's privacy model and ZK-proof flow.
  </Card>

  <Card title="Sending Payments" icon="paper-plane" href="/sending/connect-wallet">
    Connect your wallet and generate a claim link.
  </Card>

  <Card title="Claiming Payments" icon="wallet" href="/claiming/overview">
    Redeem a claim link sent to you by someone else.
  </Card>
</CardGroup>

## What you can do with Cove

<CardGroup cols={2}>
  <Card title="Dashboard" icon="chart-bar" href="/dashboard/overview">
    Track deposit status and re-copy claim links.
  </Card>

  <Card title="Export for compliance" icon="file-csv" href="/dashboard/export-csv">
    Download a CSV of your deposit history.
  </Card>

  <Card title="Privacy model" icon="shield-halved" href="/privacy/how-privacy-works">
    Learn how sender and recipient stay unlinked on-chain.
  </Card>

  <Card title="Claim link security" icon="key" href="/privacy/claim-link-security">
    Understand what a claim link contains and how to handle it safely.
  </Card>
</CardGroup>

## How Cove compares to the old way

|                  | Traditional                            | Cove                              |
| ---------------- | -------------------------------------- | --------------------------------- |
| Setup time       | Ask for address → wait → verify → send | Instantly generate link           |
| Recipient action | Must provide a public key upfront      | Just click and claim              |
| Friction         | High                                   | Zero                              |
| Privacy          | Sender/receiver linked on-chain        | Sender and receiver stay detached |

<Note>
  Cove runs on Solana mainnet. You need a funded Solana wallet with at least 0.02 SOL (or 1 USDC/USDT) to send a payment. Recipients need zero SOL to claim.
</Note>
