# Token Verification

### Tokens

By removing the "Only verified" filter on the markets page it is possible to trade **any** token on Cardano **without** being verified.

However, verification will give you more visibility and increase the trust of the community.\
To account for processing each verification manually and to prevent people from spamming requests we require a verification fee of **50 ADA**.\
Additionally tokens that want to be verified have to be registered in the [Cardano Token Registry](https://developers.cardano.org/docs/native-tokens/cardano-token-registry/).

### How can I get verified?

&#x20;Submit a Pull Request to the following repository:

{% embed url="<https://github.com/MuesliSwapTeam/muesliswap-token-verification>" %}

The verification requires the following steps, which are explained in greater detail in the Github repository.

📄 A correct JSON token description of the token \
🖼️ An image for the token \
💸 A comment, with the transaction id showing you submitted 50 ADA

Note that there are specific minimum requirements to get verified, such as:

🌐 A website\
📝 A token description \
📊 Tokenomics\
✉️ Contact information (e.g., twitter, email)

If you do not know how to implement these, check out our MILK token or contact us.

Upon receiving the verification request, we will perform some due diligence, such as checking the minting policy of the token, to make sure the token can't be rug pulled. Note that this does not imply any legal responsibilities from the team towards verified tokens.

Please note that a token being verified doesn’t guarantee that it will be listed on the featured page. Moreover, the team has the possibility to reject a token during the verification process in which case we will refund you 40 ADA of the verification fee. If you are a charitable project please leave a comment in the pull request and we will consider waving the 50 ada fee.

Please open a Github issue if you have any questions our team is here to help!&#x20;

### NFTs

For verification of NFTs we recommend submitting a Pull Request at the [CNFT-NFT repo](https://github.com/Cardano-NFTs/policyIDs). Our dApp automatically verifies policy IDs based on the policy IDs that have been accepted by the CNFT.io team.


---

# 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/token-verification.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.
