Advanced Compressed NFT Calculator
The cost of creating Compressed NFTs is based on three parameters set at tree creation:
max depth, max buffer size, and canopy depth
--- SOL
maxDepth | 3 |
maxBufferSize | 8 |
canopyDepth | 0 |
proof size | 3 |
proof bytes | 96 |
Uncompressed equivalent
A tree depth of 3 can store up to 8 assets
vs~0.192 SOL
for the uncompressed equivalentEach uncompressed NFT costs approximately 0.024 SOL for on-chain storage and Metaplex protocol fees. And a tree with proof size of 3 has the same composability level as its uncompressed NFT counterpart.
*plus the transaction costs of ~0 SOL to mint all 8 NFTs.