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.

The Cove dashboard lets you download your deposit history as a CSV file. This gives you a portable, human-readable record of every deposit made in the current browser — useful for bookkeeping, tax reporting, or compliance purposes.

How to export

1

Open the dashboard

Go to https://cove-cash.vercel.app/dashboard. Your deposits load automatically from your browser’s localStorage.
2

Click Export CSV

In the deposit activity section, click the Export CSV button. The button shows Exporting… while the dashboard fetches block timestamps for each deposit from the Solana network.
3

Save the file

Your browser downloads a file named cove-compliance-export.csv. Open it in any spreadsheet application or import it into your accounting tool.

What the CSV contains

Each row represents one deposit. The file includes the following columns:
ColumnDescription
dateISO 8601 timestamp of the deposit block, fetched from Solana
amount_solThe deposited amount in human-readable units (e.g., 1.5 for 1.5 SOL)
mintThe full token mint address
statusEither claimed or pending at the time of export
deposit_signatureThe Solana transaction signature for the deposit
claim_signatureReserved for the claim transaction signature (empty in the current version)
commitment_indexThe on-chain index of the commitment, used for internal verification
The deposit_signature value in each row links directly to Solscan when you prepend https://solscan.io/tx/ — for example, https://solscan.io/tx/<deposit_signature>.

Important limitations

The export only includes deposits from the current browser’s localStorage. Deposits made on other devices or browsers are not included. If you use Cove across multiple devices, export from each browser separately.
Clearing your browser’s site data or localStorage removes your deposit history permanently. Once the data is gone, it cannot be recovered from Cove’s servers because Cove does not store your deposit history server-side.
Export your CSV regularly — especially before clearing browser data, switching computers, or uninstalling your browser. Treat the export the same way you would treat a transaction log from any other financial tool.