# Execute (Burn, Send, Logo Updated, etc)

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

Type down your CW20 token contract address.

'Message Type' on the below will be activated.

<figure><img src="/files/LMqHDJ9QX6gmdrI4Qhnq" alt="" width="375"><figcaption></figcaption></figure>

* **Burn**: Remove some amount of tokens from **your** balance and reduce the total token supply by the same amount.
* **Burn From**: Make use of an allowance and remove some amount of tokens from the balance of **another** address.
* **Increase Allowance**: Increase the allowance of an address based on your balance.
* **Decrease Allowance**: Decrease the allowance of an address based on your balance.
* **Transfer**: Move some amount of tokens from one address to another address.
* **Transfer From**: Make use of an allowance and move some amount of tokens from one address to another address. Your address must be given an allowance from another address to use this.
* **Send**: Move some amount of tokens from one address to another address and execute a message in the end.
* **Send From**: Make use of an allowance and move some amount of tokens from one address to another address and execute a message at the end.
* **Update Marketing**: Update marketing information related to your token contract.
* **Update Logo**: Update token logo URL.

## Token Burn

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

Let's try out for the burning.

Select 'Burn' on the drop-down menu.

Type down the amount of the token that you want to burn.

Click 'Execute' to proceed.

<figure><img src="/files/DmCJD7JMuXBg9svbYse5" alt="" width="363"><figcaption></figcaption></figure>

Burn executed.


---

# 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.dexlab.space/products/supertools-for-xpla/cw20-token-creation/execute-burn-send-logo-updated-etc.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.
