Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions content/posts/2022-burn-freeze-thaw-tokens.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
publishedOn: 2022-08-23T04:33:22.525Z
title: How to burn, freeze and unfreeze tokens
subTitle: Understand how to understand burn, freeze and unfreeze tokens
featured: false
heroImg: /img/content/posts/metaverse-belongs-to-you.jpg
slug: burn-freeze-thaw-tokens
tags:
- blockchain
- meta-blocks
- candy-machine
relatedSlugs:
- mint-nft-candy-machine-v2
- how-to-make-upgradeable-nfts
author: srinivasvalekar
---
Let us walk through on how to burn, freeze and unfreeze tokens in Solana using **Anchor framework**.

## Outcome

By the end of this guide, you should be able to understand how to burn, freeze and unfreeze tokens in **anchor framework**.