{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"Assuming we need to create a compressed NFT collection containing 10,000 NFTs, what size tree would be needed to store all the NFTs?","a":"Assuming we need to create a compressed NFT collection containing 10,000 NFTs, then based on the compression algorithm and the tree structure, we might need a size equal to log(10,000) to store all the NFTs. Here we assume we are using a binary tree, where  each node can represent an NFT. In this case, the relationship between the tree height h and the number of nodes n is: n = 2^h. Therefore, when we have 10,000 NFTs, the tree height h should satisfy log(10,000) ≈ 10, so we need a tree of height log(10) ≈ 10."}]}],"pr":"f4735b067d3ae7b88a9cf3505b0b738fc2d046c2768f4f5be2d1f6f3d7cdfa71"}