# Minting Powerups

![Power up minting interface](https://3120909323-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Mfsin4JUliWq0zR6fvK%2F-MhsFOZB0gUzymR1Fqal%2F-MhsFY3_rVeHE1pXq-H7%2Fimage.png?alt=media\&token=0df5a1d7-319f-47e9-b9db-52086fe68961)

### Minting Powerups is Simple!&#x20;

\
You do need to to have some $MOOLAH in you wallet before getting started so make sure you check check out our [guide](https://block-creatures.gitbook.io/block-creatures/getting-started/how-to-buy-usdmoolah) and grab some on Pancakeswap first! \ <br>

#### MINTING COST

Minting new POWERUP 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 POWERUP is minted the price of the next POWERUP increases slightly. This does two things, rewards early users & helps to control inflation.<br>

*Bonding Curve Logic*

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

#### POWERUP DETAILS

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

![Slide of available powerups](https://3120909323-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Mfsin4JUliWq0zR6fvK%2F-MhsFbH-Gd4RKW0vb488%2F-MhsFrWDD2aSwm3OeaX-%2Fpowerups.gif?alt=media\&token=d4465186-b5f3-4c21-aece-b5c166341214)

**Drop Rates:**

* Godlike = 0.1%
* Mythic = 1%
* Legendary = 3.5%
* Epic = 5%
* Rare = 10%
* Uncommon = 20%
* Common = 60%

**Boost Rates:**

* Godlike = 20
* Mythic = 15
* Legendary = 10
* Epic = 8
* Rare = 4
* Uncommon = 2
* Common = 1

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://block-creatures.gitbook.io/block-creatures/minting-powerups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
