# 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. This can be useful in a bunch of cases, like non-transferable membership tokens (bound to the user), giving special personal rights to specific wallets, avoiding art reselling, etc.

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

You can 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 an excellent way of giving your users something that avoids reselling to non-buyers.
{% endhint %}


---

# 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://mintpad.gitbook.io/docs/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.
