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

<figure><img src="https://4258708058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLgGUCteWrA9nM5I3ts-887967055%2Fuploads%2FLEqfvAKkHuxlQnvaqVjh%2FExecute.png?alt=media&#x26;token=fd2e4ab8-2938-4ede-9b6f-521334a817ef" alt=""><figcaption></figcaption></figure>

Type down your CW20 token contract address.

'Message Type' on the below will be activated.

<figure><img src="https://4258708058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLgGUCteWrA9nM5I3ts-887967055%2Fuploads%2F07U0PKITGuO5zKwM5YdS%2FScreen%20Shot%202023-05-03%20at%2016.29.01%20PM.png?alt=media&#x26;token=0ddb2c1a-ac6c-40e2-8f7f-cce9c22be0cf" 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="https://4258708058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLgGUCteWrA9nM5I3ts-887967055%2Fuploads%2FqQaYUBfK5B6n1N51Hbe9%2FBurn%20Mechanism.png?alt=media&#x26;token=64e01fe9-58ec-483c-a362-ad80c2c12267" 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="https://4258708058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLgGUCteWrA9nM5I3ts-887967055%2Fuploads%2FRWo1q9CCSyjhDwFgwXFn%2FBurn%20Result.png?alt=media&#x26;token=11837ef3-143e-4d62-a093-9c91b2f7be72" alt="" width="363"><figcaption></figcaption></figure>

Burn executed.
