Verification of Tokens and NFT Collections
How to verify token (jetton) or NFT collections?
To remove the 'Unverified Token' or 'Unverified NFT' label, the creator of the token or NFT collection must submit a Pull Request on the GitHub: https://github.com/tonkeeper/ton-assets. All communication regarding the Pull Request, including feedback and status updates, will take place on the request page.
How to submit a Pull Request?
To create a Pull Request on GitHub:
1. Fork the repository: Click the 'Fork' button in the upper-right corner of the repository page to create your personal copy of the repository, which allows you to make changes.
2. Clone your fork: Open your terminal (command line interface) and run the following command to clone your forked repository: git clone https://github.com/your-username/ton-assets.git
(replace your-username
with your GitHub username).
3. Edit the .yaml
files in the accounts/
, collections/
, or jettons/
directories. DO NOT modify the automatically generated .json
files.
4. Create a pull request: Go to your forked repository on GitHub, click the 'New Pull Request' button, and follow the example provided in the repository. Follow the example of a correctly submitted pull request: https://github.com/tonkeeper/ton-assets/blob/main/jettons/FNZ.yaml.
5. Double-check the changes before submitting: The Pull Request should not include duplicates of existing collections or token tickers, nor should it contain any prohibited or offensive content related to gender, race, nationality, religion, or other characteristics.
Tonkeeper reserves the right to refuse verification without any explanation.
The Tonkeeper Team does not take responsibility for NFTs, tokens, and/or other projects verified through pull requests.