# Burning (Sell)

This page delves into the process of burning (selling) a bonding curve token.

1\) On the token detail page, the bonding curve set by the creator is displayed on the left graph panel, with buy/sell transaction options on the right panel.

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

2\) Make sure your wallet is connected to the correct blockchain network for the token. If not, you can switch networks by clicking the network selection button in the top right corner.

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

3\) Some tokens may include Creator Royalties. Click the info button to review this detail.

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

4\) To burn (sell) your token, select the "Sell" tab and enter the amount you wish to burn. The system will automatically calculate the base asset amount you'll receive, based on the bonding curve.

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

{% hint style="info" %}
The graph will show your selling position on the curve. Adjust the sell amount and note the changes indicated by the vertical dotted lines.
{% endhint %}

5\) Once you've decided on the amount to burn, click the Burn button. If it's your first time selling, you’ll need to approve spending. Clicking Burn prompts a transaction confirmation pop-up in your wallet. Complete the transaction to burn the tokens. The tokens will be burned, and you will receive the corresponding base asset in your wallet.

<figure><img src="/files/cLDYtKNHAp0hNEnvskuC" 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/burning.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.
