How to Make a Meme Coin on Solana in 2025

How to Make a Meme Coin on Solana in 2025

Introduction: The Meme Coin Gold Rush Continues

Are you ready to ride the next wave of crypto innovation? In the ever-evolving landscape of digital currencies, meme coins have carved out their own unique niche. From DOGE to BONK to the next big thing—YOU could create—Solana has become the go-to blockchain for launching viral token projects that capture the internet’s imagination.

With Solana’s lightning-fast transactions, minimal fees, and growing ecosystem, 2025 is THE perfect time to launch your meme coin. This comprehensive guide will walk you through every step of the process—from conceptualization to launch and beyond.

Disclaimer: This guide is for educational purposes only. Creating a token involves financial and legal considerations. Always consult with legal professionals before launching any financial product. Not financial advice.

How to Make a Meme Coin on Solana in 2025
Photo by Bastian Riccardi on Pexels.com

Why Solana Remains the Meme Coin King in 2025

Before we dive into the how-to, let’s understand why Solana continues to dominate the meme coin space in 2025:

  • Speed & Cost: Solana processes 65,000+ transactions per second with fees under $0.01
  • Vibrant Ecosystem: Thriving DEXs, launchpads, and marketing platforms specifically for meme coins
  • Community Engagement: Active social networks of traders, developers, and influencers ready to embrace the next viral token
  • Lower Entry Barriers: Creating tokens on Solana requires less technical expertise than most blockchains
  • Proven Track Record: Multiple 100x+ success stories originated on Solana in the past 3 years

Step 1: Conceptualize Your Meme Coin

Every successful meme coin starts with a concept that resonates. Here’s how to develop yours:

Finding Your Niche

The most successful meme coins of 2025 aren’t just random dog pictures—they tap into specific cultural moments, internet phenomena, or emerging trends. Consider:

  • Cultural Relevance: What’s capturing the internet’s attention right now?
  • Community Interest: Which communities are underserved by existing coins?
  • Unique Angle: How can you put a fresh spin on established meme coin tropes?

Naming Your Token

Your token’s name and ticker symbol are crucial for memorability and virality:

  • Keep it Short: 1-2 syllable names perform best (DOGE, PEPE, BONK)
  • Make it Memorable: Easy to say, spell, and remember
  • Consider SEO: Research search volumes for related terms
  • Check Availability: Ensure the name isn’t already taken by searching Solscan and major DEXs

Developing Your Narrative

Every successful meme coin tells a story. Your narrative should:

  • Be easily explainable in one sentence
  • Evoke emotion (humor, nostalgia, excitement)
  • Have potential for ongoing development (“lore”)
  • Connect with current cultural conversations

Step 2: Technical Setup – Creating Your Token

Now for the technical part. Don’t worry—Solana makes this easier than you might think!

Tools You’ll Need

  • Solana CLI or SPL Token UI
  • Phantom Wallet or Solflare (funded with at least 1 SOL)
  • Python or JavaScript knowledge (beneficial but not required)
  • GitHub account

Token Creation Methods

Option 1: No-Code Solutions

Several platforms now offer token creation without coding:

  1. SolanaTokenCreator: A user-friendly interface to create SPL tokens with customizable parameters
  2. TokenMint: Integrated with major Solana wallets for seamless deployment
  3. MemeLabz: Specifically designed for meme coin creation with built-in marketing tools

Option 2: Solana Program Library (SPL) Token CLI

For more control, use the CLI:

# Install Solana CLI tools
sh -c "$(curl -sSfL https://release.solana.com/v1.17.0/install)"

# Create a new keypair
solana-keygen new --outfile ~/my-token-keypair.json

# Create token
spl-token create-token --decimals 9 ~/my-token-keypair.json

# Create token account
spl-token create-account <TOKEN_ADDRESS>

# Mint initial supply (example: 1 billion tokens)
spl-token mint <TOKEN_ADDRESS> 1000000000 <TOKEN_ACCOUNT>

Option 3: Programming Your Token (Advanced)

For advanced features like reflection mechanisms or custom tokenomics:

// Sample code for a basic Solana token with reflection mechanism
const anchor = require('@project-serum/anchor');
const { TOKEN_PROGRAM_ID } = require('@solana/spl-token');

// Initialize program
const provider = anchor.AnchorProvider.env();
anchor.setProvider(provider);
const program = anchor.workspace.MemeToken;

// Create mint
const mint = await createMint(
  provider.connection,
  provider.wallet.payer,
  provider.wallet.publicKey,
  null,
  9
);

// Configure token with reflection
await program.rpc.initializeToken({
  accounts: {
    mint,
    payer: provider.wallet.publicKey,
    systemProgram: anchor.web3.SystemProgram.programId,
    tokenProgram: TOKEN_PROGRAM_ID,
  },
  // Custom reflection parameters
  reflectionRate: new anchor.BN(5), // 5% reflection
  marketingFee: new anchor.BN(2),  // 2% marketing
});

Critical Token Parameters

Regardless of your creation method, you’ll need to determine:

  • Total Supply: Most successful meme coins issue between 100 million and 100 billion tokens
  • Decimals: Typically 9 (Solana standard) or 6
  • Token Authority: Consider making it immutable by renouncing ownership or using a multi-sig
  • Tokenomics: Distribution of tokens (team, marketing, liquidity, community)
  • Transaction Tax: Optional fees for reflection, burn, or marketing (if implemented)
How to Make a Meme Coin on Solana in 2025

Step 3: Building Your Tokenomics

Tokenomics can make or break your meme coin. In 2025, these models perform best:

Distribution Models

  1. Community-Focused (Most Popular in 2025)
  • 70% for public (50% liquidity, 20% airdrops/rewards)
  • 15% marketing and development
  • 10% team (vested over 6-12 months)
  • 5% strategic partnerships
  1. Fair Launch
  • 90% for public (80% liquidity, 10% airdrops)
  • 5% marketing
  • 5% team (vested)
  • No pre-sale or private allocation
  1. Hybrid Model
  • 50% for public (30% liquidity, 20% for public sale)
  • 20% marketing and ecosystem growth
  • 15% team (vested)
  • 15% treasury/DAO

Utility Considerations

Even meme coins benefit from basic utility. Consider:

  • Staking rewards
  • DAO governance for community decisions
  • Integration with existing Solana DeFi protocols
  • Exclusive community access or benefits
  • Real-world partnerships or use cases

Step 4: Setting Up Liquidity

Liquidity is the lifeblood of your token. Here’s how to set it up correctly:

Choosing Your DEX

In 2025, the major Solana DEXs for meme coins are:

  1. Jupiter – Largest aggregator with best routing
  2. Raydium – Established AMM with strong liquidity
  3. Orca – User-friendly with concentrated liquidity options
  4. OpenBook – Order book model for more stability
  5. MemeSwap – New in 2024, specifically for meme tokens

Adding Initial Liquidity

For a successful launch, follow these guidelines:

  1. Prepare at least $5,000-$10,000 worth of SOL for initial liquidity
  2. Match with appropriate amount of your token (typically 30-40% of supply)
  3. Use liquidity locking services like Sollocker to build trust
  4. Consider time-locked liquidity (minimum 6 months, ideally 1 year+)

Step-by-Step Liquidity Addition on Raydium:

  1. Connect your wallet to Raydium
  2. Navigate to “Liquidity” then “Add Liquidity”
  3. Select SOL and your token
  4. Enter amounts and review the pair creation
  5. Confirm transaction and save your LP token information
  6. Lock liquidity using a third-party service

Step 5: Building Your Community and Marketing

This is where meme coins live or die. Your community strategy must be comprehensive:

Pre-Launch Community Building

  1. Social Media Presence
  • Twitter/X (primary platform for crypto)
  • Telegram (announcement and community channels)
  • Discord (more engaged community building)
  • Reddit (for organic community growth)
  1. Content Strategy
  • Memes and visuals that capture your token’s essence
  • Educational content about your project
  • Regular updates and roadmap sharing
  • Community-generated content competitions
  1. Influencer Strategy
  • Micro-influencers (10k-50k followers) for authentic reach
  • Crypto-native content creators for credibility
  • Consider non-crypto influencers for broader reach
  • Transparent partnerships (avoid paid shills without disclosure)

Launch Phase Marketing

The first 72 hours are critical. Have these ready:

  1. Launch Announcement Strategy
  • Coordinated posts across all platforms
  • Live launch events (Twitter Spaces, Discord voice chats)
  • Real-time updates and community engagement
  1. Initial Market Making
  • Consider professional market makers for stability
  • Manual buy support if needed
  • Monitor and respond to early trading patterns
  1. Listing and Tracking Sites
  • Submit to CoinGecko and CoinMarketCap immediately
  • Get listed on Solana explorers (Solscan, Explorer)
  • Submit to tracking bots (Dexscreener, Birdeye)

Post-Launch Sustainability

To avoid being just another pump-and-dump:

  1. Community Engagement Program
  • Regular AMAs with team
  • Governance votes on project direction
  • Community rewards and competitions
  • Collaborative events with other projects
  1. Continuous Development
  • Regular updates on roadmap progress
  • New features or integrations
  • Partnerships announcements
  • Utility expansion
  1. Market Presence Maintenance
  • Regular trading competitions
  • Liquidity incentives
  • Strategic token burns
  • Staking rewards

Step 6: Legal and Compliance Considerations

Don’t ignore the legal side. In 2025, regulations are much stricter:

Regulatory Landscape

  • Understand securities laws in relevant jurisdictions
  • Consider geo-blocking users from restricted countries
  • Implement KYC if required for certain features
  • Consult with crypto-specialized legal counsel

Documentation Requirements

  • Terms of service and privacy policy
  • Token disclaimer statement
  • Clear tokenomics documentation
  • Transparent team information (consider doxxing for credibility)

DAO Structure Options

Many successful meme coins in 2025 utilize DAO structures:

  • Consider Solana-native DAO frameworks (Squads, Realms)
  • Implement transparent governance mechanisms
  • Document decision-making processes
  • Ensure compliance with DAO-specific regulations

Step 7: Launch Day and Beyond

The big day has arrived! Here’s your launch checklist:

Pre-Launch Final Checks

  • Test token transfers and functions
  • Verify liquidity pool setup
  • Confirm team token locks are in place
  • Prepare all announcement materials
  • Brief community moderators on launch procedures
  • Test trading on testnet

Launch Sequence

  1. Add liquidity to your chosen DEX
  2. Make launch announcement across all channels
  3. Share contract address and trading links
  4. Begin scheduled marketing activities
  5. Monitor and engage with early traders
  6. Address any issues immediately

Post-Launch Metrics to Track

  • Price movement patterns
  • Liquidity depth and stability
  • Holder growth and distribution
  • Social sentiment analysis
  • Trading volume by exchange
  • Wallet interaction patterns

Advanced Strategies for 2025

To truly stand out in the crowded meme coin space of 2025:

Cross-Chain Expansion

  • Bridge to Ethereum, Binance Smart Chain, or other chains
  • Implement wrapped versions of your token
  • Explore multi-chain liquidity strategies

AI Integration

  • AI-powered community moderation
  • Predictive tokenomics adjustments
  • Personalized holder engagement

Real-World Collaborations

  • Partner with non-crypto brands or artists
  • Sponsor events or content creators
  • Create physical merchandise or experiences

Metaverse and Gaming Presence

  • Create simple blockchain games featuring your meme
  • Develop metaverse assets or experiences
  • Partner with existing game developers

Common Pitfalls to Avoid

Learn from others’ mistakes:

  1. Insufficient Liquidity: Starting with too little liquidity leads to high volatility and whale manipulation
  2. Poor Contract Security: Always get a professional audit
  3. Unrealistic Promises: Over-promising and under-delivering kills community trust
  4. Neglecting Community: Engaged communities are essential for longevity
  5. No Long-Term Vision: Plan beyond the initial hype cycle
  6. Ignoring Regulations: Legal troubles can destroy even the most promising projects

Case Studies: Successful Solana Meme Coins of 2024-2025

Case Study 1: BARK Token

  • Concept: AI-generated dog breeds as NFT companions
  • Launch Strategy: 50 new AI dog breeds released weekly
  • Success Factors: Combined meme appeal with AI trend and NFT utility
  • Results: 120x return in first month, stable community of 50,000+ holders

Case Study 2: FOMO Coin

  • Concept: First “regret-minimizing” token with automatic DCA features
  • Launch Strategy: Viral Twitter campaign asking “What’s your biggest crypto FOMO?”
  • Success Factors: Tapped into universal crypto emotion, added practical utility
  • Results: Featured on major crypto news sites, reached $50M market cap

Case Study 3: META

  • Concept: Meta-meme coin poking fun at the meme coin phenomenon itself
  • Launch Strategy: Reddit-first approach with humorous “meme coin starter pack” content
  • Success Factors: Self-aware humor, strong Reddit community, minimal initial hype
  • Results: Slow but steady growth to $100M market cap over 6 months
How to Make a Meme Coin on Solana in 2025

Conclusion: Your Meme Coin Journey

Creating a successful meme coin on Solana in 2025 is both art and science. While technical setup is easier than ever, community building and marketing creativity remain the true differentiators.

Remember these key principles:

  • Authenticity wins: The community can sense genuine projects
  • Community above all: Nurture and value your early supporters
  • Think long-term: Plan for sustainability beyond initial hype
  • Stay adaptable: The landscape evolves rapidly; your project should too
  • Have fun: It’s called a meme coin for a reason!

Whether you’re creating a lighthearted community token or aiming to build the next billion-dollar meme phenomenon, the tools and knowledge are now in your hands.

Ready to start your meme coin journey? Join our free Discord community [disclaimer: this is a hypothetical example] where thousands of creators are sharing tips and supporting each other’s launches.


This guide is for educational purposes only. Creating and trading cryptocurrency tokens involves significant risk. Always do your own research and consult with legal and financial professionals before proceeding.

Author

  • Darren Protheroe / Founder of CryptoDaz

    Welsh-based web developer, blogger, Bitcoin trader, crypto enthusiast, loves crypto and pizza and spending time with my beautiful wife and kids.

    View all posts

Leave a Comment

Your email address will not be published. Required fields are marked *

  • bitcoinBitcoin (BTC) $ 104,345.00
  • ethereumEthereum (ETH) $ 2,554.18
  • tetherTether (USDT) $ 1.00
  • xrpXRP (XRP) $ 2.41
  • bnbBNB (BNB) $ 661.84
  • solanaSolana (SOL) $ 175.15
  • usd-coinUSDC (USDC) $ 0.999996
  • dogecoinDogecoin (DOGE) $ 0.242667
  • cardanoCardano (ADA) $ 0.823210
  • tronTRON (TRX) $ 0.265773
  • staked-etherLido Staked Ether (STETH) $ 2,557.25
  • suiSui (SUI) $ 4.17
  • wrapped-bitcoinWrapped Bitcoin (WBTC) $ 104,281.00
  • chainlinkChainlink (LINK) $ 17.38
  • avalanche-2Avalanche (AVAX) $ 25.58
  • pi-networkPi Network (PI) $ 1.51
  • wrapped-stethWrapped stETH (WSTETH) $ 3,059.43
  • shiba-inuShiba Inu (SHIB) $ 0.000017
  • stellarStellar (XLM) $ 0.312092
  • hedera-hashgraphHedera (HBAR) $ 0.213932
  • the-open-networkToncoin (TON) $ 3.49
  • hyperliquidHyperliquid (HYPE) $ 24.88
  • bitcoin-cashBitcoin Cash (BCH) $ 411.92
  • polkadotPolkadot (DOT) $ 5.23
  • leo-tokenLEO Token (LEO) $ 8.40
  • litecoinLitecoin (LTC) $ 102.51
  • usdsUSDS (USDS) $ 0.999969
  • wethWETH (WETH) $ 2,557.58
  • moneroMonero (XMR) $ 346.74
  • pepePepe (PEPE) $ 0.000015
  • wrapped-eethWrapped eETH (WEETH) $ 2,729.65
  • bitget-tokenBitget Token (BGB) $ 4.90
  • binance-bridged-usdt-bnb-smart-chainBinance Bridged USDT (BNB Smart Chain) (BSC-USD) $ 1.00
  • coinbase-wrapped-btcCoinbase Wrapped BTC (CBBTC) $ 104,484.00
  • ethena-usdeEthena USDe (USDE) $ 1.00
  • whitebitWhiteBIT Coin (WBT) $ 30.31
  • uniswapUniswap (UNI) $ 7.13
  • bittensorBittensor (TAO) $ 464.11
  • nearNEAR Protocol (NEAR) $ 3.22
  • aptosAptos (APT) $ 6.02
  • daiDai (DAI) $ 0.999873
  • ondo-financeOndo (ONDO) $ 1.08
  • kaspaKaspa (KAS) $ 0.128615
  • aaveAave (AAVE) $ 222.76
  • okbOKB (OKB) $ 55.35
  • internet-computerInternet Computer (ICP) $ 5.99
  • ethereum-classicEthereum Classic (ETC) $ 20.30
  • blackrock-usd-institutional-digital-liquidity-fundBlackRock USD Institutional Digital Liquidity Fund (BUIDL) $ 1.00
  • crypto-com-chainCronos (CRO) $ 0.101408
  • official-trumpOfficial Trump (TRUMP) $ 14.13
  • vechainVeChain (VET) $ 0.032484
  • render-tokenRender (RENDER) $ 5.33
  • mantleMantle (MNT) $ 0.820823
  • tokenize-xchangeTokenize Xchange (TKX) $ 34.38
  • gatechain-tokenGate (GT) $ 21.99
  • susdssUSDS (SUSDS) $ 1.05
  • ethenaEthena (ENA) $ 0.416259
  • cosmosCosmos Hub (ATOM) $ 5.37
  • polygon-ecosystem-tokenPOL (ex-MATIC) (POL) $ 0.265170
  • fetch-aiArtificial Superintelligence Alliance (FET) $ 0.892611
  • arbitrumArbitrum (ARB) $ 0.466167
  • filecoinFilecoin (FIL) $ 3.23
  • usd1-wlfiUSD1 (USD1) $ 1.00
  • lombard-staked-btcLombard Staked BTC (LBTC) $ 104,248.00
  • algorandAlgorand (ALGO) $ 0.245372
  • celestiaCelestia (TIA) $ 3.26
  • ethena-staked-usdeEthena Staked USDe (SUSDE) $ 1.17
  • sonic-3Sonic (prev. FTM) (S) $ 0.603328
  • bonkBonk (BONK) $ 0.000024
  • fasttokenFasttoken (FTN) $ 4.36
  • worldcoin-wldWorldcoin (WLD) $ 1.29
  • jupiter-exchange-solanaJupiter (JUP) $ 0.575450
  • jupiter-perpetuals-liquidity-provider-tokenJupiter Perpetuals Liquidity Provider Token (JLP) $ 4.59
  • binance-peg-wethBinance-Peg WETH (WETH) $ 2,554.00
  • blockstackStacks (STX) $ 1.01
  • makerMaker (MKR) $ 1,840.61
  • first-digital-usdFirst Digital USD (FDUSD) $ 1.00
  • quant-networkQuant (QNT) $ 100.41
  • optimismOptimism (OP) $ 0.877988
  • kelp-dao-restaked-ethKelp DAO Restaked ETH (RSETH) $ 2,666.22
  • binance-staked-solBinance Staked SOL (BNSOL) $ 184.10
  • eosEOS (EOS) $ 0.941387
  • kucoin-sharesKuCoin (KCS) $ 11.36
  • fartcoinFartcoin (FARTCOIN) $ 1.38
  • sei-networkSei (SEI) $ 0.269996
  • virtual-protocolVirtuals Protocol (VIRTUAL) $ 2.07
  • injective-protocolInjective (INJ) $ 13.75
  • immutable-xImmutable (IMX) $ 0.738160
  • story-2Story (IP) $ 4.82
  • flare-networksFlare (FLR) $ 0.019873
  • nexoNEXO (NEXO) $ 1.28
  • dogwifcoindogwifhat (WIF) $ 1.25
  • xdce-crowd-saleXDC Network (XDC) $ 0.076013
  • rocket-pool-ethRocket Pool ETH (RETH) $ 2,895.36
  • the-graphThe Graph (GRT) $ 0.121582
  • flokiFLOKI (FLOKI) $ 0.000119
  • solv-btcSolv Protocol BTC (SOLVBTC) $ 104,074.00
  • usdt0USDT0 (USDT0) $ 0.999838
  • curve-dao-tokenCurve DAO (CRV) $ 0.790714
  • theta-tokenTheta Network (THETA) $ 1.04
  • galaGALA (GALA) $ 0.022776
  • lido-daoLido DAO (LDO) $ 1.11
  • jasmycoinJasmyCoin (JASMY) $ 0.020551
  • wbnbWrapped BNB (WBNB) $ 661.30
  • mantle-staked-etherMantle Staked Ether (METH) $ 2,722.92
  • raydiumRaydium (RAY) $ 3.28
  • msolMarinade Staked SOL (MSOL) $ 226.02
  • paypal-usdPayPal USD (PYUSD) $ 0.999951
  • binance-bridged-usdc-bnb-smart-chainBinance Bridged USDC (BNB Smart Chain) (USDC) $ 0.999589
  • pudgy-penguinsPudgy Penguins (PENGU) $ 0.014299
  • the-sandboxThe Sandbox (SAND) $ 0.363910
  • jupiter-staked-solJupiter Staked SOL (JUPSOL) $ 194.11
  • coredaoorgCore (CORE) $ 0.871209
  • arbitrum-bridged-wbtc-arbitrum-oneArbitrum Bridged WBTC (Arbitrum One) (WBTC) $ 104,467.00
  • walrus-2Walrus (WAL) $ 0.671882
  • bitcoin-svBitcoin SV (BSV) $ 41.88
  • based-brettBrett (BRETT) $ 0.083224
  • bittorrentBitTorrent (BTT) $ 0.00000083
  • renzo-restaked-ethRenzo Restaked ETH (EZETH) $ 2,669.38
  • clbtcclBTC (CLBTC) $ 103,925.00
  • tether-goldTether Gold (XAUT) $ 3,237.78
  • solv-protocol-solvbtc-bbnSolv Protocol Staked BTC (XSOLVBTC) $ 102,957.00
  • ethereum-name-serviceEthereum Name Service (ENS) $ 23.74
  • pancakeswap-tokenPancakeSwap (CAKE) $ 2.45
  • polygon-bridged-usdt-polygonPolygon Bridged USDT (Polygon) (USDT) $ 1.00
  • iotaIOTA (IOTA) $ 0.260232
  • spx6900SPX6900 (SPX) $ 0.834736
  • dexeDeXe (DEXE) $ 13.50
  • pax-goldPAX Gold (PAXG) $ 3,237.91
  • kaiaKaia (KAIA) $ 0.127099
  • flowFlow (FLOW) $ 0.466577
  • heliumHelium (HNT) $ 4.01
  • official-foOfficial FO (FO) $ 0.731304
  • tezosTezos (XTZ) $ 0.688397
  • zcashZcash (ZEC) $ 44.33
  • stakewise-v3-osethStakeWise Staked ETH (OSETH) $ 2,672.43
  • thorchainTHORChain (RUNE) $ 2.03
  • pyth-networkPyth Network (PYTH) $ 0.195792
  • jito-governance-tokenJito (JTO) $ 2.13
  • decentralandDecentraland (MANA) $ 0.370098
  • usual-usdUsual USD (USD0) $ 0.998033
  • pendlePendle (PENDLE) $ 3.97
  • usdx-money-usdxStables Labs USDX (USDX) $ 0.998732
  • binance-peg-dogecoinBinance-Peg Dogecoin (DOGE) $ 0.243122
  • aerodrome-financeAerodrome Finance (AERO) $ 0.753248
  • aioz-networkAIOZ Network (AIOZ) $ 0.521895
  • chain-2Onyxcoin (XCN) $ 0.018036
  • reserve-rights-tokenReserve Rights (RSR) $ 0.010436
  • ondo-us-dollar-yieldOndo US Dollar Yield (USDY) $ 1.11
  • popcatPopcat (POPCAT) $ 0.608669
  • starknetStarknet (STRK) $ 0.189507
  • telcoinTelcoin (TEL) $ 0.006270
  • movementMovement (MOVE) $ 0.226339
  • dydx-chaindYdX (DYDX) $ 0.730160
  • elrond-erd-2MultiversX (EGLD) $ 20.01
  • apecoinApeCoin (APE) $ 0.701974
  • l2-standard-bridged-weth-baseL2 Standard Bridged WETH (Base) (WETH) $ 2,560.19
  • arweaveArweave (AR) $ 8.41
  • ousgOUSG (OUSG) $ 111.00
  • neoNEO (NEO) $ 7.72
  • super-oethSuper OETH (SUPEROETH) $ 2,558.22
  • mantle-restaked-ethMantle Restaked ETH (CMETH) $ 2,721.59
  • deepDeepBook (DEEP) $ 0.212574
  • cgeth-hashkey-cloudcgETH Hashkey Cloud (CGETH.HASH) $ 2,655.88
  • bitcoin-avalanche-bridged-btc-bAvalanche Bridged BTC (Avalanche) (BTC.B) $ 104,160.00
  • conflux-tokenConflux (CFX) $ 0.102129
  • berachain-beraBerachain (BERA) $ 4.31
  • axie-infinityAxie Infinity (AXS) $ 3.19
  • kavaKava (KAVA) $ 0.468974
  • ecasheCash (XEC) $ 0.000025
  • sonic-bridged-usdc-e-sonicSonic Bridged USDC.e (Sonic) (USDC.E) $ 0.999848
  • true-usdTrueUSD (TUSD) $ 0.999648
  • tbtctBTC (TBTC) $ 104,254.00
  • beam-2Beam (BEAM) $ 0.009337
  • wormholeWormhole (W) $ 0.105896
  • mog-coinMog Coin (MOG) $ 0.000001
  • pumpbtcpumpBTC (PUMPBTC) $ 101,930.00
  • chilizChiliz (CHZ) $ 0.048805
  • roninRonin (RON) $ 0.715656
  • beldexBeldex (BDX) $ 0.065319
  • bridged-usdc-polygon-pos-bridgeBridged USDC (Polygon PoS Bridge) (USDC.E) $ 0.999990
  • grassGrass (GRASS) $ 1.67
  • arbitrum-bridged-weth-arbitrum-oneArbitrum Bridged WETH (Arbitrum One) (WETH) $ 2,560.86
  • akash-networkAkash Network (AKT) $ 1.82
  • ether-fi-staked-ethether.fi Staked ETH (EETH) $ 2,554.30
  • morphoMorpho (MORPHO) $ 1.67
  • peanut-the-squirrelPeanut the Squirrel (PNUT) $ 0.439410
  • compound-governance-tokenCompound (COMP) $ 48.61
  • matic-networkPolygon (MATIC) $ 0.265235
  • apenftAPENFT (NFT) $ 0.00000044
  • saros-financeSaros (SAROS) $ 0.163832
  • ai16zai16z (AI16Z) $ 0.386119
  • turboTurbo (TURBO) $ 0.006149
  • mantra-daoMANTRA (OM) $ 0.436768
  • eigenlayerEigenlayer (EIGEN) $ 1.41
  • kaitoKAITO (KAITO) $ 1.74
  • hashnote-usycCircle USYC (USYC) $ 1.10
  • usdbUSDB (USDB) $ 1.01
  • ether-fi-staked-btcEther.fi Staked BTC (EBTC) $ 104,737.00
  • plumePlume (PLUME) $ 0.200487