Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.49 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.49 KB

This repository is now deprecated and any and all current or future PRs and issues will be ignored and won't be merged. Please use this repository from now on.

Requirements

  • Make sure your token has a pool with at least 100 ADA TVL
  • Make sure your token has a logo added in the Cardano Token Registry or CIP-68 metadata
  • A token that has been verified but doesn't meet the requirements in the future would be unverified

How to verify your token

  1. Create Pull Request with following information to tokens.json file:
{
  "$policyId": {
    "project": string,
    "categories": string[], // some of the following: "DeFi", "RealFi" |  "GameFi" |  "Meme" |  "Bridge" |  "Metaverse" |  "Wallet" |  "NFT" |  "Oracle" |  "AI" |  "Launchpad" |  "DAO" | "Stablecoin" | "Social" | "Media" | "Risk Ratings" | "Index Vaults" | "Other"
    "socialLinks"?: {
      "website"?: string,
      "twitter"?: string,
      "discord"?: string,
      "telegram"?: string,
      "coinMarketCap"?: string,
      "coinGecko"?: string
    }
  }
}

If you don't know how to create pull request, create an issue with above information and our team will update. A PR will be processed faster.

  1. Post your policy ID on Twitter or display your policy ID on your landing page.
  2. Our team will verify and approve in first-in-first-out order.