> For the complete documentation index, see [llms.txt](https://docs.liquidcollectibles.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liquidcollectibles.io/tutorials/tokenizing.md).

# Tokenizing

## Why tokenize an NFT?

By tokenizing an NFT you get NFT Indexes (NFTi). NFTi are liquid fungible tokens that have a 105:1 claim on an NFT from a given collection. You can use your tokenized NFTi to:

* Add liquidity (LP), stake, and earn yield rewards
* Collect an NFT from a collection (105 NFTi : 1 NFT)
* Trade for other tokens in AMM like ApeSwap

{% hint style="danger" %}
Please be aware that **the exact same NFT you deposit in a collection may not be available later** if you want to recover it since someone else could have collected it.
{% endhint %}

## How can I tokenize NFTs?

Tokenizing NFTs is easy, just follow the steps below to become the happy #HODLer of some NFT Indexes.

1. Visit the [***Collections page***](https://liquidcollectibles.io/collections)
2. Connect your wallet
3. Choose your NFT collection\*
4. Click "Your wallet" tab
5. Select the NFTs you want to tokenize
6. Click "Sell selected", and confirm

Can't find a collection? Projects can [***fill this form***](https://docs.google.com/forms/d/e/1FAIpQLScERj_1dkw1jBl446guUvDchjZBrBhUAK5MM0IZiC7SOyHPKQ/viewform) to be listed at Liquid Collectibles.

Happy tokenizing 👋


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.liquidcollectibles.io/tutorials/tokenizing.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.
