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

# Quick Start

> Get started with Unipay in under 2 minutes

# Quick Start

Get up and running with Unipay in under 2 minutes. No account, no KYC, no deposits.

## Prerequisites

<CardGroup cols={2}>
  <Card title="Solana Wallet" icon="wallet">
    Phantom, Solflare, Backpack, or any Wallet Standard-compliant wallet
  </Card>

  <Card title="SOL or Tokens" icon="coins">
    SOL, USDC, or USDT in your wallet
  </Card>
</CardGroup>

## Your First Transaction

<Steps>
  <Step title="Connect Wallet">
    Visit [unipayfi.pro](https://unipayfi.pro) and connect your Solana wallet
  </Step>

  <Step title="Choose Flow">
    * **Send**: Transfer tokens privately
    * **Swap**: Exchange SOL for USDC/USDT
    * **Payroll**: Batch payments
  </Step>

  <Step title="Select Mode">
    * **Wallet Mode**: Direct transaction
    * **Private Mode**: Graph-break privacy
  </Step>

  <Step title="Execute">
    Review and confirm. Track progress in real-time.
  </Step>
</Steps>

## Example: Private Send

```bash theme={null}
# 1. Connect wallet
# 2. Select "Send" → "Private Mode"
# 3. Enter recipient address
# 4. Amount: 1 USDC
# 5. Confirm
```

<Note>
  Private transactions: waiting → confirming → exchanging → sending → finished
</Note>

## Wallet Compatibility

| Wallet   | Status         | Hardware      |
| -------- | -------------- | ------------- |
| Phantom  | ✅ Full         | ✅ Via adapter |
| Solflare | ✅ Full         | ✅ Via adapter |
| Backpack | ✅ Full         | ❌ N/A         |
| Ledger   | ✅ Via Solflare | ✅ Native      |

## What's Next?

<CardGroup cols={2}>
  <Card title="Learn Features" icon="book" href="/features/send">
    Explore all features
  </Card>

  <Card title="Privacy Model" icon="shield" href="/features/privacy">
    Understand privacy
  </Card>

  <Card title="How It Works" icon="gear" href="/how-it-works">
    Technical details
  </Card>

  <Card title="Join Community" icon="telegram" href="https://t.me/UniPaymentss">
    Get support
  </Card>
</CardGroup>
