Page cover image

Utility

Minting New NFTs is Simple!

You do need to to have some $TEV in you wallet before getting started so make sure you have some !

Minting Cost

Minting new NFTs requires you to burn $TEV. The mint cost is always listed above the mint button and is based on a Bonding Curve. Each time a new NFT is minted the price of the next NFT 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);

NFTs Details

There are 7 different rarities of 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 NFT has a unique id, can be traded, and will work inside the The Era Voider ecosystem unless it is burnt.

Last updated