# Minting (Buy)

On this page, we'll explore the process of minting (purchasing) a bonding curve token.

1\) On the token detail page, view the complete bonding curve set by the creator on the left graph panel, and conduct buy/sell transactions on the right panel.

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

2\) Ensure your wallet is on the correct blockchain network where the token is issued. If not, switch networks easily by clicking the network selection button at the top right.

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

3\) Some tokens may have Creator Royalties set by their creator. You can review this information by clicking the info button.

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

4\) To mint (buy) the token, click the "Buy" tab, and enter the desired token amount. The required base asset amount will be automatically calculated based on the bonding curve.

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

{% hint style="info" %}
The bonding curve graph will indicate your intended minting position on the curve. Adjust the buy amount and observe the change in the colored area on the graph.
{% endhint %}

5\) After deciding on the mint amount, click the Mint button. First-time buyers will need to approve spending. When you click Mint, a transaction confirmation pop-up will appear in your wallet. Proceed with the transaction to complete the minting.

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

6\) You can add the minted tokens to your Metamask wallet by clicking the Add to Metamask button in the token page header section.

<figure><img src="/files/7ILyoKl9COxNNSpCA1dD" alt=""><figcaption></figcaption></figure>


---

# 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.mint.club/mintburn/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.
