# Token Listing

Every Cardano Native Token can be traded on the MuesliSwap platform.

{% hint style="info" %}
Every Cardano token is uniquely identified by 2 values: *policy id* and *token name*.
{% endhint %}

Tokens listed on the MuesliSwap platform typically have one of the following tags:\
\&#xNAN;*Verified, Unverified, Scam, Outdated, Onhold*

We do not closely moderate unverified tokens, so we encourage users to do due diligence on tokens that are marked as *Unverified*.

Tokens marked as *Outdated* or *Scam* should be traded at your own risk! This means that the team has identified that the project has either migrated to a new token (*outdated*) or the project/token is a scam.

Trading will only be stopped for tokens marked as *Onhold*.

### Verifying validity of a token

Always DYOR and compare the policy ID of the token with the policy ID of the project's official homepage.

![The policy ID of a project shown on a projects official website.](/files/WJ7v2hWf5oTQdoWfiiKi)

![The Policy ID of a token as displayed on Cardano Scan](/files/Q6E46S58LNnY1ZvBMcnX)

### Adding new tokens

Everyone can add a new token for trading on MuesliSwap, however any properly registered Cardano Native Asset should be tradeable within a day of registration.

Therefore the following is only relevant for token creators:

You will be needing the *policy ID* and the *name* of the token that you want to add. This information is usually displayed on a project's homepage. You should double check the information with Cardanoscan.

![](/files/myrNj7rjZ698eOac9b31)

We recommend registering your token with the [Cardano Token Registry](https://github.com/cardano-foundation/cardano-token-registry). They have a written step-by-step [guide](https://developers.cardano.org/docs/native-tokens/token-registry/how-to-submit-an-entry-to-the-registry/) to follow along. This will list your token automatically on Muesliswap and will also ensure valid metadata (decimal places, icon, description, homepage, etc.) as provided by you.

In case you are a token creator but don't plan on listing your token in the Cardano Token Registry, you can also list your token via our website.\
We do *not* recommend this, as alternatively, the metadata of a token is used. The intention behind this is primarily to support NFTs, that usually store their metadata in the on-chain metadata after minting. This information is used by MuesliSwap to list NFTs.\
Therefore your token will likely only have a *policy ID* and *name*, and will be missing out on support for decimal places and all the other metadata introduced with the Cardano Token Registry.

In case this is fine for your token, here is how to proceed:

* Go to <https://muesliswap.com/add-token>
* Enter the policyId and tokenname in the corresponding fields
* Click List New Token, this will place a transaction, causing the token to be listed without requiering a CTR entry


---

# 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.muesliswap.com/cardano/token-listing.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.
