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

# Overview

> Backup your NFT collections to Pinata

Pin all IPFS content from your NFT collections to your Pinata account.

## Two Ways to Backup

<CardGroup cols={2}>
  <Card title="Manual Sync" icon="rotate">
    Sync your wallet on-demand and choose which CIDs to backup. Best for one-time backups or when you want full control over what gets pinned.
  </Card>

  <Card title="Automated Backups" icon="clock">
    Enable auto-backup to automatically pin new CIDs whenever you sync. Set it and forget it—your NFTs stay protected.
  </Card>
</CardGroup>

## How It Works

1. **Connect** - Add your wallet address
2. **Sync** - Pinata scans your wallet across supported chains and extracts IPFS CIDs
3. **Backup** - Pin CIDs to your Pinata account (manually or automatically)

Own multiple NFTs from the same collection? Shared assets are only pinned once, so you won't pay for duplicates.

<iframe src="https://www.youtube.com/embed/vbc5-0lfssw" title="YouTube video player" frameborder="0" className="w-full aspect-video rounded-xl" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />

## Supported Chains

|           |          |           |
| --------- | -------- | --------- |
| Ethereum  | Base     | Polygon   |
| Flow      | Zora     | Arbitrum  |
| Monad     | Optimism | Avalanche |
| Blast     | Sei      | B3        |
| Berachain | ApeChain | Ronin     |
| Abstract  | Shape    | Unichain  |
| Gunzilla  | HyperEVM | Somnia    |

## Next Steps

<CardGroup cols={3}>
  <Card title="Wallets" icon="wallet" href="/files/nft-backup/wallets">
    Add and sync wallets
  </Card>

  <Card title="Collections" icon="grid-2" href="/files/nft-backup/collections">
    View your collections
  </Card>

  <Card title="Sync" icon="cloud-arrow-up" href="/files/nft-backup/sync">
    Sync CIDs
  </Card>
</CardGroup>
