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

# Migrate from Web3.storage (Storacha)

> Jackal Pin supports migration from other IPFS providers

<Steps>
  <Step title="Access CID">
    To migrate the desired collection from Storacha, first access your Storacha
    account and navigate to the directory you would like to migrate.

    <img src="https://mintcdn.com/test-1f221df8/i5glYxYtfc1hfTiV/images/storacha.png?fit=max&auto=format&n=i5glYxYtfc1hfTiV&q=85&s=7b1dc533aa97fef6f24ddea3f1af69e2" width="2940" height="1594" data-path="images/storacha.png" />
  </Step>

  <Step title="Import CID">
    <img src="https://mintcdn.com/test-1f221df8/i5glYxYtfc1hfTiV/images/storacha-migration.png?fit=max&auto=format&n=i5glYxYtfc1hfTiV&q=85&s=5686f511b4773c1c1f472457d0583b0c" width="2940" height="1406" data-path="images/storacha-migration.png" />
  </Step>

  <Step title="Verify Migration">
    Done! Now you should see your cloned files and collections, stored on Jackal Pin.

    <img src="https://mintcdn.com/test-1f221df8/i5glYxYtfc1hfTiV/images/ipfs-collection.png?fit=max&auto=format&n=i5glYxYtfc1hfTiV&q=85&s=76a74189f46ed1c85e0dd54660bdcca5" width="2940" height="610" data-path="images/ipfs-collection.png" />
  </Step>
</Steps>

## Using Your Collection CID

Once you've successfully uploaded your collection, you can use the CID in various ways:

* **For NFT Assets**: Use the collection CID to reference your entire asset folder in NFT projects
* **In NFT Metadata Files**: Include the CID in your NFT metadata JSON files to link to images and other assets
* **For NFT Marketplaces**: Use the CID when minting or listing NFTs on platforms like [Stargaze](https://www.stargaze.zone).
* **For NFT Smart Contracts**: Reference the CID in your smart contracts for on-chain verification of assets
* **For NFT Galleries**: Create decentralized galleries that display your NFT collections using the CID

The CID serves as a permanent, content-addressed identifier for your entire NFT collection, ensuring your digital assets remain accessible and verifiable on the IPFS network for collectors and marketplaces.

### Files stored locally

If you have your files stored locally, you can refer to: [Import Collection](/import-collection)
