# Soulbound (Non-transferable NFTs)

**Soulbound tokens (SBT)** are NFTs "bound" to the buyer/minter. Therefore, once minted they **can't be transferred** to another wallet. There are a bunch of case uses where this can be useful, like non transferable membership tokens (bound to the user), giving special personal rights to specific wallets, avoiding art reselling...

{% hint style="info" %}
Soulbound collections can be very useful combined with [Token Gating](/features/token-gating.md). Is a way to limit reselling of memberships. Of course, non Soulbound collections have their own advantages as well.
{% endhint %}

You can choose to mint specific Soulbound Tokens while keeping a regular (transferable) collection using the airdrop and whitelist options.

{% hint style="success" %}
Using Soulbound tokens in Airdrops is a great way of giving something to your users that avoiding reselling of non-buyers .
{% endhint %}

Check more at <https://nfts2me.com/#why-choose-us>


---

# 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.nfts2me.com/features/soulbound-non-transferable-nfts.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.
