# Token Listing Guide

Token listing is an easy and free method for projects to list any token on Algodex — plus, it's completely free and permissionless!

## Creating a Token

The first step is to create an Algorand Standard Asset (ASA) if your project has not done so already. The Algorand Foundation has guides for the creation of each type of Token:

* [NFTs](https://developer.algorand.org/docs/get-started/tokenization/nft/)
* [Fungible Tokens](https://developer.algorand.org/docs/get-started/tokenization/ft/)
* [Securitized Tokens](https://developer.algorand.org/docs/get-started/tokenization/security_token/)

## Allocating Tokens to Algodex

The next step is to allocate tokens to Algodex by placing limit sell orders of your project's token at varying price points. To do this, first connect the wallet with the tokens to Algodex. Next, use the search bar to search for your projects token ID.&#x20;

![](/files/L4FambQisPsL9gwLoxuv)

Finally, use panel on the right side of the screen to set a price in ALGO, and set how many tokens you would like to list at that price point.

![](/files/tcYhi80hc8gNjPtQ0WZ4)

Once successfully completing those steps, you will see the order placed in the order book.

![](/files/VmHxR4f94OpnG6KdItm9)

Your projects token will now be listed on Algodex and will be tradable in countries that do not have restrictions. The next step is to share the Algodex trading link (URL) to social media and to your projects website or documentation so users know that trading is active!&#x20;

![URL of an example token on Algodex (Testnet)](/files/s9KhQb317KbBk27G827K)


---

# 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.algodex.com/algodex/token-listing-guide.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.
