# Mint Authority

### What is Mint Authority in Solana?

When trading tokens on the Solana blockchain, understanding mint authority is crucial. Here's a simple breakdown:

**Definition:**

{% hint style="info" %}
**Mint Authority:** This refers to the power held by the creator to mint (create) new tokens. Basically, if Mint Authority is on, the dev/the creator of the token is able to mint as many tokens as they want, increasing the supply.&#x20;
{% endhint %}

### **Example of Mint Authority:**

**Bad Actors:** Some developers/creators might abuse mint authority by creating a large number of new tokens unexpectedly. This sudden increase in supply can devalue the tokens you hold, similar to how printing more money can lead to inflation, especially when the devs sell it all.

***

### **How to Protect Yourself from Misuse of Mint Authority:**

To avoid getting affected by the misuse of mint authority, follow these steps:

1. **Check for Mint Authority:**

   * Before buying into any token, use tools thats available like rugcheck to see if the mint authority is still active.

   <figure><img src="/files/WAkloooFwn9maFFNbPbr" alt=""><figcaption><p>This means that no one held Mint Authority</p></figcaption></figure>

   * If the mint authority is still in place, the creator can potentially mint more tokens.
   * Check in Birdeye, it should be in the info of the token.

   <figure><img src="/files/r2jtAFndt3hsEf1EUjZ7" alt=""><figcaption><p>This means that no one holds Mint Authority, thus its not mintable</p></figcaption></figure>
2. **Monitor Token Supply:**
   * Keep an eye on the token’s total supply. Sudden increases in supply can indicate new tokens being minted, which could affect the token’s value.

**By understanding and checking for mint authority, you can make more informed decisions and protect yourself.**


---

# 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.bonkbot.io/bonkbot/safety-and-security/how-to-trade-safely/mint-authority.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.
