Skip to content

Commit

Permalink
proofread
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYJLiu authored Dec 11, 2023
1 parent 14a18db commit 9e9ec13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/guides/token-2022/non-transferable.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ altRoutes:
- /developers/guides/non-transferable-tokens
---

The "soul-bound" token concept involves creating digital assets that are
intrinsically linked to an individual. The `NonTransferable` extension makes it
possible to create tokens that cannot be transferred. While tokens cannot be
The `NonTransferable` extension makes it possible to create tokens that cannot
be transferred. This enables the creation of "soul-bound" tokens, where digital
assets are intrinsically linked to an individual. While tokens cannot be
transferred, the owner can still burn tokens and close the Token Account. This
prevents users from being "stuck" with an unwanted asset.

Expand Down Expand Up @@ -118,7 +118,7 @@ const mintLen = getMintLen([ExtensionType.NonTransferable]);
const lamports = await connection.getMinimumBalanceForRentExemption(mintLen);
```

With Token Extensions, the size of the mint account will vary based on the
With Token Extensions, the size of the Mint Account will vary based on the
extensions enabled.

## Build Instructions
Expand Down

0 comments on commit 9e9ec13

Please sign in to comment.