Docs · Get started
Quick start.
Send your first password-protected SOL drop in under a minute.
Before you start
You need:
- A Solana wallet (Phantom, Solflare, or any wallet that supports the Wallet Standard).
- A small amount of SOL to lock plus the network fee (~0.000005 SOL per signature). For testing, get free SOL from solfaucet.com.
Create a link
- Go to /c/new and connect your wallet.
- Pick an amount — e.g.
0.05SOL. - Set a password at least 8 characters long. The strength meter shows red/orange for weak, blue for strong.
- Optionally add a note the recipient will see after unlocking (it's encrypted, only they can read it).
- Click Lock & generate link →, confirm the transaction in your wallet.
You'll see a success card with the URL, a QR code, and share buttons.
Recipient claims
- Recipient opens the URL in any modern browser.
- They see a card with the locked amount and (after decrypt) the note.
- They connect their own Solana wallet.
- They type the password and hit Unlock & claim →.
- The vault drains to their wallet in a single transaction. The recipient doesn't need to have any SOL — the fee comes out of the locked balance.
Verify it landed
The success screen has a View tx ↗ button to Solana Explorer. You can also open /c/mine on the sender's device — the link's status flips to claimed once the vault balance hits zero.
If you prefer the CLI for a sanity check:
solana balance <vault-pubkey> --url devnet
# 0 SOL means the vault has been drained.