2. Permanent storage before launch
Permanent storage is part of every 1/1/x launch. The Studio uses your IPFS folder as the source, then stores the final artwork links and generated metadata on permanent storage after the wrapper is created and before the mint page goes live.
What happens
The storage service receives the verified CID and generated metadata JSON from the Studio. It fetches the matched asset files, stores the assets and metadata permanently, then returns the final metadata base URI used by the wrapper contract.
- Read the source files from your IPFS folder CID.
- Create final token JSON files from your CSV.
- Store assets and metadata on permanent storage.
- Attach the final metadata URI to the wrapper before launch.
Why there is a cost
Permanent storage networks charge to store data long-term. The price depends on total asset size, metadata size, provider fees, and current network pricing. This is separate from Ethereum gas and separate from the 1/1/x per-mint fee collectors pay during minting.
- Small image collections usually cost less than video-heavy collections.
- The quote is calculated before the mint page goes live.
- The creator reviews and pays the storage cost during launch.
- The final metadata URI is saved with the creation record.
What artists need to do
Use Pinata or another IPFS provider to prepare the source folder. Keep it public until permanent storage completes. After wrapper creation, review the storage quote during launch, pay it, then wait for the Studio to attach the final metadata URI before registering the extension and opening the mint page.
Further reading: IPFS pinning guide, Arweave permanent storage, and ArDrive upload guide.