Minting Creatures

Minting New Creatures is Simple!

You do need to to have some $MOOLAH in you wallet before getting started so make sure you check check out our guide and grab some on Pancakeswap first!

MINTING COST

Minting new CREATURE NFTs requires you to burn $MOOLAH. The mint cost is always listed above the mint button and is based on a Bonding Curve. Each time a new CREATURE is minted the price of the next CREATURE increases slightly. This does two things, rewards early users & helps to control inflation.

Bonding Curve Logic

uint increase = amount.div(100000).mul(curveValue.mul(100));
mintCost = mintCost.add(increase);

CREATURE DETAILS

There are 7 different rarities of CREATURE NFTs that you have a chance to mint. Each one has unique look and properties and have different drop rates listed below:

Drop Rates:

  • Godlike = 0.1%

  • Mythic = 1%

  • Legendary = 3.5%

  • Epic = 5%

  • Rare = 10%

  • Uncommon = 20%

  • Common = 60%

Base Boost Rates:

  • Godlike = 25

  • Mythic = 15

  • Legendary = 10

  • Epic = 7

  • Rare = 4

  • Uncommon = 2

  • Common = 1

MAX Boost Rate - Via Powerups:

  • Godlike = 49

  • Mythic = 34

  • Legendary = 24

  • Epic = 14

  • Rare = 7

  • Uncommon = 4

  • Common = 2

Each Creature has a unique id, can be traded, and will work inside the Block Creatures ecosystem unless it is burnt.

Last updated