{"id":13154,"date":"2025-04-20T21:38:30","date_gmt":"2025-04-20T21:38:30","guid":{"rendered":"https:\/\/tokpie.io\/blog\/?p=13154"},"modified":"2026-05-29T21:02:13","modified_gmt":"2026-05-29T21:02:13","slug":"list-solana-token-on-cmc-and-coingecko","status":"publish","type":"post","link":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/","title":{"rendered":"How to List a Solana Token on CMC and CoinGecko"},"content":{"rendered":"\n<p>Crypto entrepreneurs, startup founders, and blockchain project leaders often strive to get their tokens featured on major aggregators like CoinMarketCap (CMC) and CoinGecko. Listing on these platforms can significantly boost visibility, credibility, and investor interest. Moreover, if you aim to list the Solana token on CMC or list the Solana token on Coingecko, you will find actionable strategies throughout this guide. The following sections also cover Phantom wallet setup, Raydium DEX listing, and recommended practices to ensure a smooth journey. Also, teams preparing a Solana meme token can use this <a href=\"https:\/\/tokpie.io\/blog\/launching-a-meme-coin-data-strategy\/\">data-backed meme coin launch guide<\/a> to plan positioning, transparency, liquidity communication, and listing readiness before applying to CoinMarketCap or CoinGecko.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"363\" src=\"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2025\/04\/steps-list-Solana-token-CMC-CG-trackers.webp\" alt=\"Steps for listing Solana-based asset on CMC and Coingecko\" class=\"wp-image-13182\" srcset=\"https:\/\/b3776367.smushcdn.com\/3776367\/wp-content\/uploads\/2025\/04\/steps-list-Solana-token-CMC-CG-trackers.webp?size=168x95&amp;lossy=2&amp;strip=1&amp;webp=1 168w, https:\/\/b3776367.smushcdn.com\/3776367\/wp-content\/uploads\/2025\/04\/steps-list-Solana-token-CMC-CG-trackers-300x170.webp?lossy=2&amp;strip=1&amp;webp=1 300w, https:\/\/b3776367.smushcdn.com\/3776367\/wp-content\/uploads\/2025\/04\/steps-list-Solana-token-CMC-CG-trackers.webp?size=504x286&amp;lossy=2&amp;strip=1&amp;webp=1 504w, https:\/\/b3776367.smushcdn.com\/3776367\/wp-content\/uploads\/2025\/04\/steps-list-Solana-token-CMC-CG-trackers.webp?lossy=2&amp;strip=1&amp;webp=1 640w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px\" \/><figcaption class=\"wp-element-caption\">Step-by-step: from token creation on Solana to CMC and CG.<\/figcaption><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-launching-a-token-on-the-solana-blockchain-spl-token-creation\">Launching a Token on the Solana Blockchain (SPL Token Creation)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-overview-before-you-list-solana-token-on-cmc-or-coingecko\">Overview: Before You List Solana Token on CMC or Coingecko<\/h3>\n\n\n\n<p>Before you attempt to list the Solana token on CMC or list the Solana token on Coingecko, it is necessary to deploy your token on the Solana blockchain. Solana tokens follow the SPL standard, which is similar to ERC-20 on Ethereum. This section outlines each critical step. Anyone seeking additional insights into Solana may <a href=\"https:\/\/tokpie.io\/blog\/exploring-solana-sol-ultimate-guide\/\" target=\"_blank\">explore the Solana blockchain in depth<\/a>. However, remember that a strong foundation is crucial for successful listings down the line.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-step-1-set-up-solana-cli-tools\">Step 1: Set Up Solana CLI Tools<\/h4>\n\n\n\n<p>Begin by <a href=\"https:\/\/solana.com\/developers\/guides\/getstarted\/how-to-create-a-token\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">installing the Solana Command Line Tools<\/a>, which include solana and spl-token for token creation and management. Keeping your environment secure is vital; besides, you should maintain updates regularly. Those wishing to explore additional blockchains can reference the <a href=\"https:\/\/tokpie.io\/blog\/ultimate-guide-base-blockchain-list-base-token\/\" target=\"_blank\">instructions for listing a token on the Base blockchain<\/a> guide.<\/p>\n\n\n\n<p>Begin by installing the Solana command-line tools and the SPL Token program. Using the Solana CLI, generate a keypair and configure it to use the correct network (e.g., mainnet-beta). For example, you can set the RPC URL to Solana\u2019s mainnet endpoint with<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> <code>solana config set --url https:\/\/api.mainnet-beta.solana.com<\/code><\/code><\/pre>\n\n\n\n<p>Once configured, create your token mint and token account using the SPL Token CLI commands. For instance, the following commands create a new token mint and an associated token account, then mint an initial supply to that account:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>rubyCopyEdit<code>$ spl-token create-token  \nCreating token AQoKYV7tYpTrFZN6P5oUufbQKAUr9mNYGe1TTJC9wajM  \nSignature: 47hsLFxWRC...Q5qYrsRG4&amp;#8203;:contentReference&#91;oaicite:4]{index=4}\n\n$ spl-token create-account AQoKYV7tYpTrFZN6P5oUufbQKAUr9mNYGe1TTJC9wajM  \nCreating account 7UX2i7SucgLMQcfZ75s3VXmZZY4YRUyJN9X1RgfMoDUi  \nSignature: 42Sa5eK9dM...RLVikvkHkyfy&amp;#8203;:contentReference&#91;oaicite:5]{index=5}\n\n$ spl-token mint AQoKYV7tYpTrFZ...wajM 100  \nMinting 100 tokens  \n  Token: AQoKYV7tY...wajM  \n  Recipient: 7UX2i7Su...MoDUi&amp;#8203;:contentReference&#91;oaicite:6]{index=6}\n<\/code><\/code><\/pre>\n\n\n\n<p>Each command\u2019s output includes the new token\u2019s <strong>mint address<\/strong> and a transaction signature as confirmation. Be sure to save your token mint address. This unique identifier will be used to register the token\u2019s info and request listings.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-step-2-create-a-wallet-and-keypair\">Step 2: Create a Wallet and Keypair<\/h4>\n\n\n\n<p>Generate a new Solana wallet (keypair), which will function as the mint authority for your token. Protect the private key at all times, and fund this wallet with a small amount of SOL to cover transaction fees. Developers looking to extend their reach across other chains can use the <a href=\"https:\/\/tokpie.io\/blog\/list-polygon-token-coinmarketcap-coingecko\/\">guide to list a Polygon token<\/a> on CMC and CG, or <a href=\"https:\/\/tokpie.io\/blog\/list-trc20-token-cmc-coingecko-tokpie-tron-integration\/\" target=\"_blank\">take similar steps with a TRC20 token<\/a>. Therefore, a multi-chain approach often enhances project visibility.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-step-3-create-the-token-mint\">Step 3: Create the Token Mint<\/h4>\n\n\n\n<p>Use the SPL token CLI to create your token, generating a unique mint address. Keep that address on hand, as it is required for wallet integrations and exchange listings. Developers interested in broader ecosystems should review how to <a href=\"https:\/\/tokpie.io\/blog\/list-arbitrum-token\/\" target=\"_blank\">list an Arbitrum-based token<\/a> or <a href=\"https:\/\/tokpie.io\/blog\/list-ton-token\/\" target=\"_blank\">add a Ton-based token to top trackers<\/a>. Furthermore, ensuring correct token parameters at this stage prevents future complications.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-step-4-create-a-token-account-and-mint-tokens\">Step 4: Create a Token Account and Mint Tokens<\/h4>\n\n\n\n<p>After creating the token, configure an associated token account to hold it. Next, mint your initial supply of tokens to that account using the spl-token CLI. Keep decimals in mind, which typically range from six to nine for Solana tokens. Once minted, you may <a href=\"https:\/\/tokpie.io\/blog\/add-token-logo-to-uniswap-step-by-step-guide\/\">show a token logo on Uniswap<\/a> if you anticipate cross-chain operations to Ethereum (though Uniswap DEX currently lacks Solana support). Hence, planning ahead can simplify expansions.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-step-5-set-token-metadata\">Step 5: Set Token Metadata<\/h4>\n\n\n\n<p>To ensure a proper name, symbol, and logo in wallets, apply either the Token Metadata program or the Solana token registry. Otherwise, your token will only be identifiable by its mint address. So, <a href=\"https:\/\/tokpie.io\/blog\/how-to-add-token-logo-to-solscan\/\">discover how to place your token logo on Solscan<\/a>.<\/p>\n\n\n\n<p>In cases where visibility in user wallets requires a partial token migration from Solana to Ethereum-compatible networks, <a href=\"https:\/\/tokpie.io\/blog\/display-token-price-in-metamask-guide\/\" target=\"_blank\">display your token\u2019s price on Metamask<\/a> and <a href=\"https:\/\/tokpie.io\/blog\/how-to-add-token-logo-metamask\/\" target=\"_blank\">add a token logo to Metamask<\/a>. Besides, these guides often clarify best practices for multi-network tokens.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-step-6-secure-your-token-s-authorities\">Step 6: Secure Your Token\u2019s Authorities<\/h4>\n\n\n\n<p>Finally, determine whether to renounce the mint authority to prevent future token issuance. Some DEXs, including Raydium, also require the freeze authority to be disabled. Thus, align these decisions with your project\u2019s broader objectives.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-setting-up-a-phantom-wallet-for-solana\">Setting Up a Phantom Wallet for Solana<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-installation-and-configuration\">Installation and Configuration<\/h3>\n\n\n\n<p>Phantom is a well-known <a href=\"https:\/\/tokpie.io\/blog\/exploring-solana-sol-ultimate-guide\/#How_to_create_a_wallet_on_Phantom\">browser extension and mobile app wallet for Solana<\/a>. Install Phantom from its official website and safeguard your wallet by properly backing up the Secret Recovery Phrase. Moreover, to enhance purchase methods for users, see how to <a href=\"https:\/\/tokpie.io\/blog\/sell-more-tokens-add-bank-card-and-apple-pay\/\" target=\"_blank\">enable bank card and Apple Pay Solana token sales<\/a> to expand adoption. However, remember that stable user access to your token fosters trust.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-funding-and-adding-your-token\">Funding and Adding Your Token<\/h3>\n\n\n\n<p>After Phantom is installed, fund the wallet with SOL to cover transaction fees. If the token registry recognizes your asset, it should appear automatically in Phantom. Otherwise, manually add it by entering the mint address. For those seeking broader wallet compatibility, consider <a href=\"https:\/\/tokpie.io\/blog\/add-token-trust-wallet\/\" target=\"_blank\">displaying a Solana-based token in Trust Wallet<\/a> or <a href=\"https:\/\/tokpie.io\/blog\/how-to-add-token-to-trezor-list\/\" target=\"_blank\">including it in Trezor\u2019s list<\/a>. Therefore, giving users multiple storage options can boost accessibility.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-verifying-token-details\">Verifying Token Details<\/h3>\n\n\n\n<p>Verify that your token\u2019s name, symbol, and icon are properly displayed. If not, update the Solana token registry or incorporate on-chain metadata. Double-check the freeze authority settings before listing on DEXs. To dive deeper into cross-chain listing tactics, <a href=\"https:\/\/tokpie.io\/blog\/token-listing-cmc-cg-liquidity-outsource\/\" target=\"_blank\">explore liquidity outsourcing options for CMC and CG listing<\/a>. So, thoughtful planning reduces friction during future expansions. Additionally, if you want Phantom to show your Solana token icon and track its price, use the <a href=\"https:\/\/tokpie.io\/blog\/how-to-add-solana-token-logo-to-phantom-wallet-with-price-tracking\/\">Phantom wallet logo and price checklist<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-listing-solana-token-on-exchanges-to-eventually-list-solana-token-on-cmc-and-coingecko\">Listing Solana Token on Exchanges to Eventually List Solana Token on CMC and Coingecko<\/h2>\n\n\n\n<p>Exchanging your Solana-based token on credible platforms is crucial if you plan to list Solana token on CMC or list Solana token on Coingecko. Below are two affordable choices\u2014Raydium (DEX) and Tokpie (CEX)\u2014plus a reference to a <a href=\"https:\/\/tokpie.io\/blog\/token-listing-on-tokpie-exchange\/\" target=\"_blank\">comprehensive guide to Tokpie Exchange<\/a> for a deeper look at centralized listings.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-raydium-dex\">Raydium DEX<\/h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"441\" src=\"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2025\/04\/Raydium-dex-for-solana.webp\" alt=\"Dashboard of Raydium decentralized exchange for solana assets.\" class=\"wp-image-13177\" srcset=\"https:\/\/b3776367.smushcdn.com\/3776367\/wp-content\/uploads\/2025\/04\/Raydium-dex-for-solana.webp?size=168x116&amp;lossy=2&amp;strip=1&amp;webp=1 168w, https:\/\/b3776367.smushcdn.com\/3776367\/wp-content\/uploads\/2025\/04\/Raydium-dex-for-solana-300x207.webp?lossy=2&amp;strip=1&amp;webp=1 300w, https:\/\/b3776367.smushcdn.com\/3776367\/wp-content\/uploads\/2025\/04\/Raydium-dex-for-solana.webp?size=504x347&amp;lossy=2&amp;strip=1&amp;webp=1 504w, https:\/\/b3776367.smushcdn.com\/3776367\/wp-content\/uploads\/2025\/04\/Raydium-dex-for-solana.webp?lossy=2&amp;strip=1&amp;webp=1 640w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px\" \/><figcaption class=\"wp-element-caption\">Raydium DEX<\/figcaption><\/figure><\/div>\n\n\n<p>What&#8217;s Raydium? It&#8217;s <a href=\"https:\/\/raydium.io\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">a decentralized exchange (DEX) on Solana<\/a>, offering an automated market maker (AMM) and substantial liquidity. Listing on Raydium makes your token accessible for trading without centralized oversight. Users create liquidity pools, typically pairing the new token with SOL or USDC. This pairing provides direct market exposure. Raydium also supports yield farming and staking features, rewarding liquidity providers. Its user-friendly interface and versatile tools make Raydium a powerful option for projects launching on Solana. Furthermore, building a strong DEX presence is a cornerstone for aggregator listings.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-why-choose-raydium\">Why Choose Raydium<\/h4>\n\n\n\n<p>CoinMarketCap and CoinGecko both require active, public trading on at least one recognized exchange. Raydium meets this criterion and is tracked by popular data aggregators. Projects eager to reach more platforms might <a href=\"https:\/\/tokpie.io\/blog\/how-to-add-token-to-coinlore\/\" target=\"_blank\">follow a guide for listing on Coinlore<\/a> or <a href=\"https:\/\/tokpie.io\/blog\/add-token-to-coincheckup-ultimate-guide\/\" target=\"_blank\">use the ultimate guide for Coincheckup<\/a> to expand visibility. Hence, diversifying exchange listings can reinforce liquidity and pave the way to list Solana token on CMC or list Solana token on Coingecko more smoothly.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-steps-to-create-a-liquidity-pool\">Steps to Create a Liquidity Pool<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open Raydium\u2019s interface and connect your Phantom wallet.<\/li>\n\n\n\n<li>Select \u201cCreate Pool,\u201d specifying your token\u2019s mint address and a quote token (often USDC).<\/li>\n\n\n\n<li>Set an initial price, then deposit enough tokens from both sides to encourage trading.<\/li>\n\n\n\n<li>Confirm the transaction. Your token becomes tradable on Raydium once finalized.<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-verifying-live-trading\">Verifying Live Trading<\/h4>\n\n\n\n<p>Perform a small test swap to confirm the trading pair works correctly. To attract more liquidity, you may launch a yield farm, although that requires planning for reward distribution. Additional tips can be found in <a href=\"https:\/\/tokpie.io\/blog\/add-token-to-coindataflow-ultimate-guide\/\" target=\"_blank\">the CoinDataflow integration guide<\/a> and <a href=\"https:\/\/tokpie.io\/blog\/ultimate-guide-on-how-to-add-token-into-coincodex\/\" target=\"_blank\">a tutorial for adding tokens to CoinCodex<\/a>. Therefore, a seamless DEX experience can boost user trust before you aim to list Solana token on CMC or list Solana token on Coingecko.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tokpie-cex\">Tokpie CEX<\/h3>\n\n\n\n<p>While Raydium covers a decentralized approach, Tokpie caters to those who <a href=\"https:\/\/tokpie.io\/\">prefer a centralized exchange (CEX)<\/a>. CEXs often attract users seeking a more traditional trading experience, including higher liquidity, diverse order types, and simpler interfaces. Listing your token on both a DEX like Raydium and a CEX such as Tokpie broadens your audience. Get further insights into the <a href=\"https:\/\/tokpie.io\/blog\/how-to-trade-on-tokpie-ultimate-guide\/\">Tokpie\u2019s trading environment<\/a>. Thus, combining both exchange types strengthens a project\u2019s market appeal.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-why-choose-tokpie\">Why Choose Tokpie<\/h4>\n\n\n\n<p>Tokpie offers a streamlined listing process, robust trading infrastructure, and a large user base to accelerate adoption. It is known for strong security measures and compliance, reassuring investors. Additionally, Tokpie provides promotional support, including social media announcements and built-in marketing channels, which can enhance your reach. Because of this ecosystem, listing with Tokpie can lend credibility to your project and integrate it into a network of reputable platforms that track Tokpie\u2019s markets.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-steps-to-create-a-market\">Steps to Create a Market<\/h4>\n\n\n\n<p>Listing your token on Tokpie involves the following:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Click the Apply Button<\/strong>: Submit <a href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSfTdrz7-eSYaA6NaXc9FttDdIaTW92BqhuunZSD9dgmbM7vBQ\/viewform\">a listing application<\/a> via Tokpie\u2019s official site. <a href=\"https:\/\/tokpie.io\/blog\/token-listing-on-tokpie-exchange\/#A_Simple_Three-Step_Listing_Process\">Check each step of the listing procedure<\/a> and provide all required details.<\/li>\n\n\n\n<li><strong>Wait for a Reply<\/strong>: Tokpie\u2019s team typically responds within one to seven hours. Monitor your inbox for any follow-up questions or confirmation.<\/li>\n\n\n\n<li><strong>Integrate<\/strong>: After approval, Tokpie\u2019s managers handle the technical integration (24-96 hours). This setup includes deposits, withdrawals, and trading functionalities.<\/li>\n\n\n\n<li><strong>Listing<\/strong>: Upon integration completion, your token is officially tradable, with deposits and withdrawals active.<\/li>\n\n\n\n<li><strong>Promote Your Listing<\/strong>: Use Tokpie\u2019s promotional tools to announce your token. Encourage your community to join token-voting sites to amplify reach.<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-verifying-live-trading-0\">Verifying Live Trading<\/h4>\n\n\n\n<p>Once your token is live, place a few buy and sell orders to ensure everything functions properly. Keep an eye on volume trends, and use social channels to gather feedback. If any issues surface, contact Tokpie\u2019s support team. Cross-promotion of your Raydium listing alongside Tokpie can drive liquidity across both platforms and strengthen your community base. Consistent trading activity also helps when you eventually list the Solana token on CMC or list the Solana token on Coingecko.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-minimum-requirements-to-list-solana-token-on-cmc-or-to-list-solana-token-on-coingecko\">Minimum Requirements to List Solana Token on CMC or to List Solana Token on Coingecko<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-checklists-and-key-considerations\">Checklists and Key Considerations<\/h3>\n\n\n\n<p>Both CMC and CoinGecko have overlapping requirements to ensure legitimacy and sufficient market activity. At a minimum, confirm you have the following:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Active trading on at least one recognized exchange (e.g., Raydium).<\/li>\n\n\n\n<li>A functioning project website and a valid block explorer link.<\/li>\n\n\n\n<li>Clear token details (name, symbol, contract address, launch date, total supply, and circulating supply).<\/li>\n\n\n\n<li>A professional point of contact with an official email domain.<\/li>\n\n\n\n<li>Community engagement, although not strictly necessary, often enhances credibility.<\/li>\n\n\n\n<li>A high-quality logo for display on platforms.<\/li>\n<\/ol>\n\n\n\n<p>Lacking any of these elements may result in delays or rejections. For broader market presence, <a href=\"https:\/\/tokpie.io\/blog\/how-to-add-token-to-coinpaprika\/\" target=\"_blank\">find steps to appear on Coinpaprika<\/a> or <a href=\"https:\/\/tokpie.io\/blog\/how-to-add-token-to-coinranking\/\" target=\"_blank\">learn how to display your token on Coinranking<\/a>. Furthermore, thorough preparation ensures a smoother acceptance process.<\/p>\n\n\n\n<p>To integrate with even more external trackers, you can <a href=\"https:\/\/tokpie.io\/blog\/add-token-livecoinwatch-tracker\/\" target=\"_blank\">add your coin to Livecoinwatch<\/a> and <a href=\"https:\/\/tokpie.io\/blog\/add-token-digitalcoinprice-ultimate-guide\/\" target=\"_blank\">seek listing on Digitalcoinprice<\/a>. Besides, <a href=\"https:\/\/tokpie.io\/blog\/list-token-coinbase-free\/\" target=\"_blank\">pursuing a Coinbase listing<\/a> could be an additional growth avenue, though stricter requirements apply.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-essential-steps-to-list-solana-token-on-cmc-coinmarketcap\">Essential Steps to List Solana Token on CMC (CoinMarketCap)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-1-eligibility-confirmation\">Step 1: Eligibility Confirmation<\/h3>\n\n\n\n<p>Therefore, if you want to list Solana token on CMC, ensure that <a href=\"https:\/\/tokpie.io\/blog\/list-token-coinmarketcap-cmc-fast\/\">your token meets all CMC guidelines<\/a>. Failure to comply\u2014such as lacking an active trading pair or having an incomplete website\u2014results in immediate rejection.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-2-gather-data-and-documentation\">Step 2: Gather Data and Documentation<\/h3>\n\n\n\n<p>Compile details on tokenomics, block explorer links, and official social media. Prepare a concise project description that highlights genuine utility. To learn more about advanced liquidity measures, see how to <a href=\"https:\/\/tokpie.io\/blog\/add-token-blockspot-ultimate-guide\/\" target=\"_blank\">list your token on Blockspot<\/a> or <a href=\"https:\/\/tokpie.io\/blog\/add-token-coincost-ultimate-guide\/\" target=\"_blank\">include it on Coincost<\/a>. Remarkably, <a href=\"https:\/\/tokpie.io\/blog\/how-to-list-token-on-coincarp-for-free\/\">publish your cryptocurrency on CoinCarp for free<\/a> in just a few steps. Furthermore, organized data can expedite acceptance.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-3-access-the-coinmarketcap-application-form\">Step 3: Access the CoinMarketCap Application Form<\/h3>\n\n\n\n<p>Go to the official CMC site, locate the \u201cNew Listing\u201d form for tokens, and log in or create an account. Maintain factual and neutral wording. For more tips, visit <a href=\"https:\/\/tokpie.io\/blog\/list-token-coinmarketcap-cmc-fast\/\" target=\"_blank\">the quick CMC listing guide<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-4-fill-out-the-form-thoroughly\">Step 4: Fill Out the Form Thoroughly<\/h3>\n\n\n\n<p>Provide your token\u2019s name, symbol, mint address, website, social links, and market data. Include references to your Raydium or any additional exchange listings. Hence, robust proof of market activity is essential to list Solana token on CMC successfully.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-5-submit-and-wait\">Step 5: Submit and Wait<\/h3>\n\n\n\n<p>So, once you have submitted the forms to list Solana token on CMC, remain patient. CMC\u2019s review can take several weeks. If any questions arise, respond swiftly to expedite feedback. To further expand your aggregator portfolio, consult <a href=\"https:\/\/tokpie.io\/blog\/how-to-add-token-to-coindar\/\" target=\"_blank\">instructions on adding your asset to Coindar<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-6-fast-track-options\">Step 6: Fast-Track Options<\/h3>\n\n\n\n<p>CoinMarketCap does offer paid, expedited reviews, although such payments do not guarantee approval. Projects seeking additional reach may benefit from listing on <a href=\"https:\/\/tokpie.io\/blog\/how-to-add-token-to-bitdegree\/\" target=\"_blank\">BitDegree<\/a> to engage broader audiences.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-key-stages-to-list-solana-token-on-coingecko\">Key Stages to List Solana Token on Coingecko<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-1-satisfy-coingecko-s-requirements\">Step 1: Satisfy CoinGecko\u2019s Requirements<\/h3>\n\n\n\n<p>Hence, if you plan to <strong>list Solana token on Coingecko<\/strong>, be aware that active trading on a recognized exchange is mandatory. Review all details in <a href=\"https:\/\/tokpie.io\/blog\/list-token-coingecko-ultimate-guide\/\">the comprehensive Coingecko listing guide<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-2-create-a-coingecko-account\">Step 2: Create a CoinGecko Account<\/h3>\n\n\n\n<p>Register on CoinGecko to access its listing request form, allowing you to track application progress. For more sophisticated marketing, <a href=\"https:\/\/tokpie.io\/blog\/chatgpt-enhancing-crypto-projects-with-ai\/\" target=\"_blank\">use AI-driven strategies like ChatGPT<\/a> to streamline community engagement.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-3-locate-the-listing-request-form\">Step 3: Locate the Listing Request Form<\/h3>\n\n\n\n<p>CoinGecko\u2019s platform provides a dedicated listing form where you specify whether your token is actively trading or only in the pre-launch stage. On the other hand, be clear and concise with your data to avoid delays.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-4-provide-complete-token-information\">Step 4: Provide Complete Token Information<\/h3>\n\n\n\n<p>Supply essential details like your Solana mint address, official website, social channels, and a concise project description. <a href=\"https:\/\/tokpie.io\/blog\/top-smart-contract-audit-providers\/\">Include any security audits<\/a> or unique features to strengthen your case.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-5-logo-upload-and-additional-details\">Step 5: Logo Upload and Additional Details<\/h3>\n\n\n\n<p>Upload a high-quality logo to present a professional appearance on CoinGecko. Focus on highlighting any distinct advantages or collaborations your project has secured. Besides, a polished brand image can impact how you list Solana token on Coingecko successfully.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-step-6-submit-and-await-verification\">Step 6: Submit and Await Verification<\/h3>\n\n\n\n<p>Finally, once you submit your form to <strong>list Solana token on Coingecko<\/strong>, anticipate a review period of at least several business days. Should the CoinGecko team request clarifications, respond thoroughly to avoid delays. Thus, proactive communication can smooth the approval path.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-tips-and-common-pitfalls-to-avoid\">Tips and Common Pitfalls to Avoid<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-maintaining-healthy-trading-volume\">Maintaining Healthy Trading Volume<\/h3>\n\n\n\n<p>Most aggregators reject tokens with negligible trading activity or liquidity. Sustain a sensible marketing campaign or liquidity program to generate consistent volumes. Furthermore, active markets demonstrate credibility to both CMC and CoinGecko.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-providing-accurate-information\">Providing Accurate Information<\/h3>\n\n\n\n<p>Thoroughly verify each detail\u2014contract addresses, websites, supply data\u2014before submission. Errors or omissions may prolong the review or lead to outright denial.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-avoiding-spam-tactics\">Avoiding Spam Tactics<\/h3>\n\n\n\n<p>Overwhelming aggregator support teams with repetitive messages or calls for listings can backfire, leading to blacklists. Instead, broaden your reach naturally, for instance, by referencing <a href=\"https:\/\/tokpie.io\/blog\/top-coin-trackers-free-token-listing\/\" target=\"_blank\">the top coin trackers for free token listing<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-staying-alert-for-scams\">Staying Alert for Scams<\/h3>\n\n\n\n<p>Be wary of anyone who claims guaranteed listings through private deals or unverified channels. Official fast-track services may shorten wait times, but they never promise acceptance.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-emphasizing-project-value\">Emphasizing Project Value<\/h3>\n\n\n\n<p>Major trackers look favorably upon tokens that have unique utilities, active communities, and transparent leadership. Underscore these attributes in your application. Additionally, consider <a href=\"https:\/\/tokpie.io\/blog\/best-token-voting-platforms-free-listing\/\" target=\"_blank\">token-voting platforms<\/a> to build early momentum.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-patience-and-persistence\">Patience and Persistence<\/h3>\n\n\n\n<p>Receiving a rejection notice is not the end. Address any shortcomings\u2014ranging from trading volume to community engagement\u2014and reapply once your project is stronger. For comprehensive transformation ideas, <a href=\"https:\/\/tokpie.io\/blog\/make-successful-cryptocurrency-ultimate-guide\/\">consult the ultimate guide to creating a best cryptocurrency<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Data-First Culture<\/h2>\n\n\n\n<p>The <a href=\"https:\/\/tokpie.io\/blog\/token-sale-confidence-index\/\">crowd sentiment datapoint<\/a> keeps teams aligned by replacing opinions with numbers. Over time, a data-driven culture improves execution and reduces internal friction.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p>Bringing a Solana token onto CoinMarketCap and CoinGecko involves a balance of technical preparation and thorough documentation. Begin with an SPL token deployment, manage it using Phantom, and add liquidity on Raydium. Once your market meets the basic prerequisites, present your data-driven listing applications to the aggregators. A successful listing often boosts a project\u2019s visibility and opens doors for additional growth opportunities in the rapidly evolving crypto space. For those seeking multi-chain solutions, explore the <a href=\"https:\/\/tokpie.io\/token-listing-fundraising\" target=\"_blank\">fundraising tool for new tokens<\/a> and <a href=\"https:\/\/tokpie.io\/blog\/list-token-on-binance-free\/\" target=\"_blank\">list your token on Binance for free<\/a> to reach broader audiences.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Step-by-step guide to list your Solana token on CoinMarketCap and CoinGecko \u2014 from creation and Phantom wallet setup to final listing.<\/p>\n","protected":false},"author":2,"featured_media":13185,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[7,12,16,358,395,1755,1940,1941,1942,1943],"class_list":["post-13154","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-announcements","tag-listing","tag-token","tag-crypto","tag-cmc","tag-coingecko","tag-solana","tag-raydium","tag-spl","tag-cli","tag-phantom"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.7 (Yoast SEO v23.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to List Solana Token on CMC and CoinGecko: Guide<\/title>\n<meta name=\"description\" content=\"Learn how to list a Solana token on CMC and CoinGecko. This step-by-step guide covers coin creation, Phantom wallet setup, and listing.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to List a Solana Token on CMC and CoinGecko\" \/>\n<meta property=\"og:description\" content=\"Learn how to list a Solana token on CMC and CoinGecko. This step-by-step guide covers coin creation, Phantom wallet setup, and listing.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/\" \/>\n<meta property=\"og:site_name\" content=\"Tokpie Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tokpie.io\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-20T21:38:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-29T21:02:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2025\/04\/Listing-Solana-token-on-CMC-Coingecko.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"tokpie\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@TokpieE\" \/>\n<meta name=\"twitter:site\" content=\"@TokpieE\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"tokpie\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/\"},\"author\":{\"name\":\"tokpie\",\"@id\":\"https:\/\/tokpie.io\/blog\/#\/schema\/person\/825d691ed21f457c2fe53e4e39fa0ed1\"},\"headline\":\"How to List a Solana Token on CMC and CoinGecko\",\"datePublished\":\"2025-04-20T21:38:30+00:00\",\"dateModified\":\"2026-05-29T21:02:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/\"},\"wordCount\":2710,\"publisher\":{\"@id\":\"https:\/\/tokpie.io\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2025\/04\/Listing-Solana-token-on-CMC-Coingecko.webp\",\"keywords\":[\"listing\",\"token\",\"crypto\",\"CMC\",\"coingecko\",\"Solana\",\"raydium\",\"spl\",\"cli\",\"phantom\"],\"articleSection\":[\"Announcements\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/\",\"url\":\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/\",\"name\":\"How to List Solana Token on CMC and CoinGecko: Guide\",\"isPartOf\":{\"@id\":\"https:\/\/tokpie.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2025\/04\/Listing-Solana-token-on-CMC-Coingecko.webp\",\"datePublished\":\"2025-04-20T21:38:30+00:00\",\"dateModified\":\"2026-05-29T21:02:13+00:00\",\"description\":\"Learn how to list a Solana token on CMC and CoinGecko. This step-by-step guide covers coin creation, Phantom wallet setup, and listing.\",\"breadcrumb\":{\"@id\":\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#primaryimage\",\"url\":\"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2025\/04\/Listing-Solana-token-on-CMC-Coingecko.webp\",\"contentUrl\":\"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2025\/04\/Listing-Solana-token-on-CMC-Coingecko.webp\",\"width\":1200,\"height\":628,\"caption\":\"All about Listing Solana token on CMC and Coingecko, through adding it to Tokpie CEX and Raydium DEX\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tokpie.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Announcements\",\"item\":\"https:\/\/tokpie.io\/blog\/category\/announcements\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to List a Solana Token on CMC and CoinGecko\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tokpie.io\/blog\/#website\",\"url\":\"https:\/\/tokpie.io\/blog\/\",\"name\":\"Tokpie Blog\",\"description\":\"Tokpie News\",\"publisher\":{\"@id\":\"https:\/\/tokpie.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tokpie.io\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/tokpie.io\/blog\/#organization\",\"name\":\"Tokpie Exchange\",\"url\":\"https:\/\/tokpie.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tokpie.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2019\/12\/tokpie_exchange.png\",\"contentUrl\":\"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2019\/12\/tokpie_exchange.png\",\"width\":537,\"height\":240,\"caption\":\"Tokpie Exchange\"},\"image\":{\"@id\":\"https:\/\/tokpie.io\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/tokpie.io\",\"https:\/\/x.com\/TokpieE\",\"https:\/\/www.linkedin.com\/company\/tokpie\",\"https:\/\/www.pinterest.ie\/TokpieExchange\/\",\"https:\/\/en.bitcoinwiki.org\/wiki\/Tokpie\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/tokpie.io\/blog\/#\/schema\/person\/825d691ed21f457c2fe53e4e39fa0ed1\",\"name\":\"tokpie\",\"url\":\"https:\/\/tokpie.io\/blog\/author\/tokpie\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to List Solana Token on CMC and CoinGecko: Guide","description":"Learn how to list a Solana token on CMC and CoinGecko. This step-by-step guide covers coin creation, Phantom wallet setup, and listing.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/","og_locale":"en_US","og_type":"article","og_title":"How to List a Solana Token on CMC and CoinGecko","og_description":"Learn how to list a Solana token on CMC and CoinGecko. This step-by-step guide covers coin creation, Phantom wallet setup, and listing.","og_url":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/","og_site_name":"Tokpie Blog","article_publisher":"https:\/\/www.facebook.com\/tokpie.io","article_published_time":"2025-04-20T21:38:30+00:00","article_modified_time":"2026-05-29T21:02:13+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2025\/04\/Listing-Solana-token-on-CMC-Coingecko.webp","type":"image\/webp"}],"author":"tokpie","twitter_card":"summary_large_image","twitter_creator":"@TokpieE","twitter_site":"@TokpieE","twitter_misc":{"Written by":"tokpie","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#article","isPartOf":{"@id":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/"},"author":{"name":"tokpie","@id":"https:\/\/tokpie.io\/blog\/#\/schema\/person\/825d691ed21f457c2fe53e4e39fa0ed1"},"headline":"How to List a Solana Token on CMC and CoinGecko","datePublished":"2025-04-20T21:38:30+00:00","dateModified":"2026-05-29T21:02:13+00:00","mainEntityOfPage":{"@id":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/"},"wordCount":2710,"publisher":{"@id":"https:\/\/tokpie.io\/blog\/#organization"},"image":{"@id":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#primaryimage"},"thumbnailUrl":"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2025\/04\/Listing-Solana-token-on-CMC-Coingecko.webp","keywords":["listing","token","crypto","CMC","coingecko","Solana","raydium","spl","cli","phantom"],"articleSection":["Announcements"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/","url":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/","name":"How to List Solana Token on CMC and CoinGecko: Guide","isPartOf":{"@id":"https:\/\/tokpie.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#primaryimage"},"image":{"@id":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#primaryimage"},"thumbnailUrl":"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2025\/04\/Listing-Solana-token-on-CMC-Coingecko.webp","datePublished":"2025-04-20T21:38:30+00:00","dateModified":"2026-05-29T21:02:13+00:00","description":"Learn how to list a Solana token on CMC and CoinGecko. This step-by-step guide covers coin creation, Phantom wallet setup, and listing.","breadcrumb":{"@id":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#primaryimage","url":"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2025\/04\/Listing-Solana-token-on-CMC-Coingecko.webp","contentUrl":"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2025\/04\/Listing-Solana-token-on-CMC-Coingecko.webp","width":1200,"height":628,"caption":"All about Listing Solana token on CMC and Coingecko, through adding it to Tokpie CEX and Raydium DEX"},{"@type":"BreadcrumbList","@id":"https:\/\/tokpie.io\/blog\/list-solana-token-on-cmc-and-coingecko\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tokpie.io\/blog\/"},{"@type":"ListItem","position":2,"name":"Announcements","item":"https:\/\/tokpie.io\/blog\/category\/announcements\/"},{"@type":"ListItem","position":3,"name":"How to List a Solana Token on CMC and CoinGecko"}]},{"@type":"WebSite","@id":"https:\/\/tokpie.io\/blog\/#website","url":"https:\/\/tokpie.io\/blog\/","name":"Tokpie Blog","description":"Tokpie News","publisher":{"@id":"https:\/\/tokpie.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tokpie.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/tokpie.io\/blog\/#organization","name":"Tokpie Exchange","url":"https:\/\/tokpie.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tokpie.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2019\/12\/tokpie_exchange.png","contentUrl":"https:\/\/tokpie.io\/blog\/wp-content\/uploads\/2019\/12\/tokpie_exchange.png","width":537,"height":240,"caption":"Tokpie Exchange"},"image":{"@id":"https:\/\/tokpie.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tokpie.io","https:\/\/x.com\/TokpieE","https:\/\/www.linkedin.com\/company\/tokpie","https:\/\/www.pinterest.ie\/TokpieExchange\/","https:\/\/en.bitcoinwiki.org\/wiki\/Tokpie"]},{"@type":"Person","@id":"https:\/\/tokpie.io\/blog\/#\/schema\/person\/825d691ed21f457c2fe53e4e39fa0ed1","name":"tokpie","url":"https:\/\/tokpie.io\/blog\/author\/tokpie\/"}]}},"_links":{"self":[{"href":"https:\/\/tokpie.io\/blog\/wp-json\/wp\/v2\/posts\/13154","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tokpie.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tokpie.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tokpie.io\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tokpie.io\/blog\/wp-json\/wp\/v2\/comments?post=13154"}],"version-history":[{"count":35,"href":"https:\/\/tokpie.io\/blog\/wp-json\/wp\/v2\/posts\/13154\/revisions"}],"predecessor-version":[{"id":14884,"href":"https:\/\/tokpie.io\/blog\/wp-json\/wp\/v2\/posts\/13154\/revisions\/14884"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tokpie.io\/blog\/wp-json\/wp\/v2\/media\/13185"}],"wp:attachment":[{"href":"https:\/\/tokpie.io\/blog\/wp-json\/wp\/v2\/media?parent=13154"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tokpie.io\/blog\/wp-json\/wp\/v2\/categories?post=13154"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tokpie.io\/blog\/wp-json\/wp\/v2\/tags?post=13154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}