The Cove dashboard gives you a running view of every deposit you have made from the current browser. You can check whether a recipient has claimed their payment, re-copy a claim link you have already sent, filter the list by status, and export a compliance-safe CSV — all without connecting a wallet.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.
What the dashboard shows
Visit https://cove-cash.vercel.app/dashboard to open your dashboard. At the top you will see three summary cards:- Tracked deposits — the total number of deposits stored in this browser.
- Pending claims — deposits whose claim links have not been redeemed yet.
- Claimed — deposits that have been successfully claimed by a recipient.
| Column | What it shows |
|---|---|
| Amount | The deposited amount and token symbol (SOL, USDC, or USDT) |
| Mint | The token mint address, shortened to the first and last four characters |
| Status | A badge showing the current claim state (see below) |
| Deposit tx | A shortened transaction signature, linked to Solscan |
| Actions | A Copy claim link button for re-sharing the link |
Status badges
Each row displays one of three status badges while the dashboard checks the Solana chain:- Checking — the dashboard is querying the network to determine whether the deposit has been claimed.
- Pending claim — the deposit exists on-chain but the claim link has not been redeemed yet.
- Claimed — the recipient has successfully claimed the payment.
Filtering by status
You can filter the table to show only the deposits you care about. Click the Status column header dropdown in the deposit activity table and select All, Claimed, or Pending. The table updates immediately.Re-copying a claim link
If you need to resend a claim link, click Copy claim link on any row. The link is copied to your clipboard.If the cryptographic data needed to reconstruct a claim link is not fully stored locally, Cove automatically contacts its servers to recover it using the other values saved in your browser. No private key or sensitive secret leaves your device in this process.
Where your data lives
Cove stores all deposit data in your browser’slocalStorage. No deposit history is written to a server or synced across devices.
This has an important implication: your deposit history only exists in the browser where you made the deposits. If you open the dashboard on a different device or browser, you will see no deposits.
