πŸ„Overview

Clusters

Clustersarrow-up-right are a way of grouping Spores and are optional unless using a protocolarrow-up-right that requires it.

Minting Clusters

Clusters can be used in various ways, but the default nature is it contains a name, and description field.

When choosing to use a Cluster, you will Mint a Private Clusterarrow-up-right which can NOT be melted.

Default Cluster Structure

{
  name: "My Next Digital Asset!",
  description: "This is a rare capture of the mystical Pepe caught in the wild!",
}

IPFS Data

All thumbnails and banners associated with a Cluster are stored off-chain, to keep Clusters at a minimal Capacityarrow-up-right. All images are platform based and stored with IPFSarrow-up-right regardless.

By default, the IPFS CIDarrow-up-right is not attached to the Cluster, but for a small increase in CKB (Capacity) you can have a dob-lite feature creating an object out of the Cluster Description.

Choosing to use this feature will incur a fee of 100 CKB and will flag the pinned CID as dob-lite.

Data Stored with IPFS attached

Description is self-nested as the Cluster expects name/description and is encoded with the image/banner fields attached.

The IPFS CID has ipfs:// prefixed to it, to identify it as using the IPFS protocol.

Spores

Sporesarrow-up-right are on-chain digital assets which holds most if not all data on-chain. Spores minted on imagiNation are not made immortalarrow-up-right can be melted at any time, returning any CKB and destroying the Spore.

Minting Spores

Spores are flexible following a simple structure of content and contentType, but anything can be encoded to be stored on-chain.

With this flexibility in mind, you can view all the different Storage Typesarrow-up-right and pick what best suits your needs.

Last updated