Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cove-cash.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Below you will find answers to the most common questions about how Cove works, what tokens it supports, and what to do if something goes wrong. If your question is not covered here, open the app and use the Dashboard to check the status of your deposits.
Yes. Your sender wallet address and the recipient’s wallet address are never linked on-chain. When you deposit, your funds enter the Cloak shielded pool and a cryptographic commitment is posted — not a wallet address. When the recipient claims, a zero-knowledge proof verifies ownership without revealing the spending key or connecting the withdrawal to your deposit. No on-chain observer can trace the relationship between the two transactions.
No. The Cloak relay submits the claim transaction and covers the network fee on your behalf. You only need a Solana wallet to receive the funds. You do not need any existing SOL balance to claim.
Cove supports three tokens:
  • SOL — minimum 0.02 SOL per deposit
  • USDC — minimum 1.00 USDC per deposit
  • USDT — minimum 1.00 USDT per deposit
Support for additional tokens is planned for future releases.
You can use any wallet supported by the Solana wallet adapter. This includes Phantom, Solflare, and Backpack, among others. The recipient can claim to any of these wallets regardless of which wallet the sender used to deposit.
You pay a small Solana network fee of approximately 0.002 SOL when you submit the deposit transaction. The recipient pays nothing to claim — the Cloak relay covers the claim transaction fee entirely.
Cove saves your UTXO data — including the blinding factor needed to spend it — to local storage before making any network call. If your deposit confirmed on-chain and then your browser crashed or the page closed, open the Dashboard when you return. Your deposit will be listed there and you can re-copy the claim link without any additional steps.
Yes. The full source code is available on GitHub at github.com/namedfarouk/cove-cash.