🪙Token Listing on AGNI

Github :https://github.com/agni-protocol/tokensarrow-up-right Required Materials:

1.Token icon

Requirements:

Plaintext File format: PNG, please do not capitalize PNG

File name: token.png

Size: 200px X 200px

Icon background: A transparent background is recommended

Tips: You can use the following tools to crop the icon size:

1)onlinepngtoolsarrow-up-right can crop the image size to 200 x 200

2)TinyPNGarrow-up-right can compress and optimize the image size

2. Token Information File

Requirements:

Plaintext File format: JSON, please do not capitalize JSON

File name: token.json

Content: The token.json file must contain the following information. Please ensure that the details are correct and follow the format requirements. The contract address should follow the checksum address format (please refer to the example below).

Note: If the file format is incorrect, it will not pass the review!

Plaintext { "name": "Wrapped Mantle", "website": "https://www.mantle.xyz/zh", "description": "Wrapped Mantle", "explorer": "https://explorer.mantle.xyz/token/0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8", "type": "ERC20", "symbol": "WMNT", "decimals": 18, "status": "active", "id": "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8" }

3. Using Checksum Format Contract Address

A checksum address is a contract address on the Ethereum network that includes both uppercase and lowercase letters. You can find the checksum format contract address by searching for the token's contract address on the Mantle Explorerarrow-up-right. After the search is completed, the address in the top left corner is the checksum format address.

For example, the checksum format contract address for USDT is:

0x201EBa5CC46D216Ce6DC03F6a759e8E766e956aE.

Alternatively, you can use a conversion tool to convert the contract address to a checksum format address.

Submission Tutorial

Fork the Repository

https://github.com/agni-protocol/tokens/fork

Prepare Files

In your repository, create a folder named after the token's contract address (in checksum format), then add the token.json and token.png files to this folder.

Submit Pull Request

Last updated