Skip to main content
Private Send on Solana is powered by PrivacyCash, a UTXO-based shielding protocol built on top of Solana. When you shield funds, they are deposited into an encrypted on-chain UTXO pool. Withdrawals from that pool break the public link between your wallet address and the recipient — the chain shows only that funds entered and exited the pool, not who sent to whom.

Supported tokens

TokenDecimalsDescription
SOL9Native Solana
USDC6USD Coin (SPL)
USDT6Tether USD (SPL)
ZEC8Zcash (SPL wrapped)
ORE11ORE token
STORE11STORE token

How it works

1

Connect your Phantom wallet

Open HideMyTx and navigate to Private Send (Solana). Click Connect wallet and approve the connection in Phantom. Any Solana wallet adapter-compatible wallet will work, but Phantom is the recommended option.
2

Sign to derive your encryption key

After connecting, click Sign & continue. Phantom prompts you to sign the message Privacy Money account sign in.This signature is used to deterministically derive a private encryption key for your PrivacyCash UTXO set. It does not authorize any transaction or spend any funds — it is a read-only cryptographic operation.
Your signature is cached in your browser so you only need to sign once per wallet address per browser. Subsequent sessions load automatically without prompting you again — unless you clear your browser’s site data.
Clearing browser data (cookies, site storage, or localStorage) removes the cached signature. Without it, HideMyTx cannot scan or spend your shielded UTXOs. If you plan to clear browser data, first withdraw all shielded funds back to a regular Solana wallet.
3

View your balances

Once the session is initialized, HideMyTx scans your UTXO set and displays two balances:
  • Public wallet SOL — the on-chain balance visible to anyone
  • Private (shielded) balance — the balance of UTXOs you own inside the PrivacyCash pool
Select a token from the dropdown to view its private balance. The scan runs against available Solana RPC endpoints with automatic fallback.
4

Top up your private balance (shield)

Enter the amount you want to shield, select the token, and click Top up private balance.The transaction goes through several stages:
  1. Scanning existing UTXOs
  2. Generating a ZK proof
  3. Signing the transaction in Phantom
  4. Confirming on-chain
Once confirmed, your shielded balance updates. You need at least 0.002 SOL in your wallet to cover the network fee for any deposit.
5

Send privately

Enter the amount to send, the recipient’s Solana address, and click Private send.
  1. Scans your spendable UTXOs
  2. Generates a ZK proof selecting the UTXOs to spend
  3. Submits the transaction with the recipient address embedded in the proof
The recipient receives funds directly without any onchain link to your wallet address.
You must top up your private balance before you can send. The Private send button is disabled until you have a positive shielded balance for the selected token.

Public vs. private balance

Your public wallet SOL balance is your standard Solana account balance, visible on any block explorer. Your private (shielded) balance lives inside the PrivacyCash UTXO pool and is only readable by someone who holds your encryption key. When you shield funds, they move from your public balance into the pool. When you send privately, the pool pays out directly to the recipient. Your public balance is used only to cover the deposit and gas fees, not to fund the private send.

Two-step flow

The intended flow is always:
  1. Top up — Shield funds from your wallet into the PrivacyCash pool
  2. Private send — Spend from the shielded pool to a recipient
You cannot skip the top-up step. If you attempt to send more than your current shielded balance, an error is shown.

Error reference

ErrorWhat to do
Insufficient wallet balance for this top upAdd more SOL or the selected SPL token to your wallet before shielding
Need at least 0.002 SOL in wallet for network costEnsure your wallet holds at least 0.002 SOL for transaction fees
No spendable private balance yetWait for your top-up transaction to confirm, then retry
Withdrawal amount too lowIncrease the send amount; PrivacyCash enforces a minimum withdrawal
Network/RPC issueA Solana RPC endpoint returned an error; wait a few seconds and retry

Frequently asked questions

HideMyTx uses the Solana Wallet Adapter, so any compatible wallet works.
No. The encryption key is derived entirely from your wallet signature. Neither the key nor the signature is ever sent to HideMyTx’s server.
No. The recipient sees only a standard Solana transaction from a PrivacyCash pool address. There is no on-chain connection between your wallet and the recipient.