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

# Welcome

> Send SOL privately on Telegram — powered by zero-knowledge proofs.

## Send SOL privately on Telegram

Whisper Bot lets you send Solana to anyone on Telegram without leaving a trace on-chain. Every transfer is routed through a **zero-knowledge privacy pool**, making it impossible to link sender and recipient.

No wallet connections. No browser extensions. Just open the bot and send.

<CardGroup cols={2}>
  <Card title="Private transfers" icon="shield-halved">
    Every transfer passes through a ZK privacy pool. On-chain, there is no link between your deposit and the recipient's withdrawal.
  </Card>

  <Card title="Split payments" icon="arrows-split-up-and-left">
    Split SOL between up to 10 Solana addresses in a single transaction — by percentage.
  </Card>

  <Card title="Peer-to-peer" icon="users">
    Send to any Telegram user by @username. They claim funds to their own wallet — you never need to know their address.
  </Card>

  <Card title="Referral program" icon="gift">
    Share your referral link and earn a cut of every transfer your referrals make. Withdraw earnings anytime.
  </Card>
</CardGroup>

## Quick start

<Steps>
  <Step title="Open Whisper Bot">
    Open [@WhisperSolBot](https://t.me/WhisperSolBot) on Telegram and tap **Start**.
  </Step>

  <Step title="Tap Send">
    Tap the **Send** button and enter a Telegram @username or Solana address.
  </Step>

  <Step title="Deposit SOL">
    Send SOL to the one-time deposit address. Whisper Bot handles the rest — your transfer is routed through the privacy pool and delivered to the recipient.
  </Step>
</Steps>

## Commands

| Command                          | Description                          |
| -------------------------------- | ------------------------------------ |
| `/send @user`                    | Start a transfer to a Telegram user  |
| `/send <address>`                | Start a transfer to a Solana address |
| `/split <addr1> 60% <addr2> 40%` | Split SOL between multiple addresses |
| `/status`                        | View your pending transfers          |
| `/history`                       | View completed transfer history      |
| `/cancel <id>`                   | Cancel a pending transfer            |
| `/referrals`                     | View your referral link and earnings |
| `/help`                          | How it works and support             |

## Fees

Whisper Bot charges a fee per transfer to cover ZK proof generation and on-chain costs:

| Component        | Rate                                |
| ---------------- | ----------------------------------- |
| **Bot fee**      | 0.6% of deposit (minimum 0.006 SOL) |
| **Protocol fee** | 0.006 SOL + 0.35% per recipient     |

For a 1 SOL transfer to a single recipient, total fees are approximately **0.02 SOL** — the recipient receives \~0.98 SOL.

<Tip>
  Fees are deducted automatically from the deposit amount. The recipient always receives the quoted amount shown before you confirm.
</Tip>
