> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chipperg.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Export

> Download wallets as a file.

## Exporting

Select wallets or folders, open **Export**, and confirm. Chipper downloads a CSV with the private keys.

<Frame caption="Exporting wallets as a CSV">
  <video autoPlay src="https://mintcdn.com/chipper/IV3zXQ3wrbTXdJwj/assets/wallets/export-wallets.mp4?fit=max&auto=format&n=IV3zXQ3wrbTXdJwj&q=85&s=2228387b5a1d5a073f42183e2b213bcc" data-path="assets/wallets/export-wallets.mp4" />
</Frame>

## What the file contains

Every export is a CSV with these columns:

| Column        | What it is                      |
| ------------- | ------------------------------- |
| `name`        | Wallet display name             |
| `address`     | Public address                  |
| `network`     | Solana or EVM                   |
| `private_key` | The private key for that wallet |

One wallet downloads as a single-wallet filename. Multiple wallets download as one CSV with a row per wallet.

## Handling the file safely

Treat the CSV as a secret. Anyone with the file can control those wallets. Store it somewhere private, and delete it when you are done.
