# Minting

MintStakeShare introduces a groundbreaking token minting system designed with three core principles in mind:

**Fairness:** Everyone has equal access with 100% fairness—no developer tokens are reserved.

**Stability:** Tokens can be minted indefinitely, with the minting price increasing as the total supply grows. Notably, 75% of all BNB received from mints is instantly added to liquidity, ensuring price stability over time.

### Minting & Mint Price

The token starts with a total supply of 0.  As the total supply increases, the cost to mint will increase by 25% for each million the supply increases.

<figure><img src="/files/fGrlgQKBNxCrLwQN4QCX" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
75% of all BNB/ETH from mints is immediately used to add liquidity.
{% endhint %}

{% hint style="success" %}
All liquidity provider tokens (LP Tokens) created via minting is immediately sent to the dead address.
{% endhint %}


---

# 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://docs.mintstakeshare.com/minting.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.
