Liberty-Chris / muesliswap-token-verification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MuesliSwap Token Verification πŸͺ™βœ”

The official repository to verify your token @ AdaMuesliSwap
Verification means we checked the token description, tokenomics, and the minting policy of the token.
Note that this does not imply any legal responsibilities from the team towards verified tokens.
Always DYOR (Do Your Own Research)! 🧐
Please also read the corresponding section in our documentation.

Fees

Using the Community section, 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.

How can I get verified?

You need to submit a pull request to this repository. If you don't know how to do that, no problem!
Please continue reading the next sections and follow our tutorial at the end.

Your pull request needs to add three things:

πŸ“„ A correct JSON token description in the tokens folder
πŸ–ΌοΈ An image for the token in the images folder.
πŸ’Έ A comment, with the transaction id showing you submitted 50 ADA to the payment address

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

🌐 A website
πŸ“ A token description
πŸ“Š Tokenomics
βœ‰οΈ Contact information (e.g., twitter, email)

Please make sure that your policy id is somewhere on your website!
If you do not know how to implement these requirements, you can get some inspiration by looking at our MILK token or contact us.

JSON token description

The folder tokens contains JSON files that describe each verified token listed at AdaMuesliSwap. Each file contains information on what the coin is called, its supply and other important information. The name of the file is the string <policy_id>.<name>.json.

Field Description Example
policyId The policy id of the token 8a1cfae21368b8bebbbed9800fec304e95cce39a2a57dc35e2e3ebaa
name The asset name of the token MILK
symbol A trading symbol of the token MILK or CDOG
website Homepage of the corresponding token https://ada.muesliswap.com
description A very short description of the token Your favorite pre-sale token, making you stronger

Images

In the folder images, an image is listed for each token that should be traded. This is required so that an image can be displayed for the token on the website. The name of the file is the string <policy_id>.<name>.png.

Payment

The payment address is addr1q80tpha9tdm7rkw4enp3drad0l05wx5tjvn0qf4pa4peprzf23273axsqshqwlp9he0nq9tjf8yuf4tu4eej64277yzskzqlf2
we can only complete the verification once we receive the payment. Please include a message with your token name or other identifying information in your transaction.

Example

See tokens/8f52f6a88acf6127bc4758a16b6047afc4da7887feae121ec217b75a.SNOW.json for an example file. Also check the token on cardanoscan.io if you are unsure about some values.

How can I submit a pull request?

About