gmgn-token

gmgn token

gmgnai 396 ↓ 7.8k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • Chain — The blockchain network: sol = Solana, bsc = BNB Smart Chain, base = Base (Coinbase L2), eth = Ethereum mainnet, robinhood = Robinhood chain.
  • Liquidity — USD value of token reserves in the main trading pool. Low liquidity (< $10k) means high price impact / slippage when buying or selling.
  • Holder — A wallet that currently holds the token. token holders returns wallets ranked by current balance.
  • Smart money (smartdegen) — Wallets with a proven track record of profitable trading, tagged by GMGN's algorithm. High smartdegencount is a bullish signal.
  • KOL (renowned) — Known influencer, fund, or public figure wallets, tagged by GMGN. Their positions are publicly tracked.
  • gmgn-cli installed globally — if missing, run: npm install -g gmgn-cli
  • GMGNAPIKEY configured in ~/.config/gmgn/.env

Requirements & configuration

  • Use the gmgn-cli tool to query token information based on the user's request.
  • Token address — The on-chain contract address that uniquely identifies a token on its chain. Required for all token sub-commands. Format: base58 (SOL) or 0x... hex (BSC/Base).
  • Market cap — Not returned directly by token info. Calculate as price.price × circulatingsupply (price is a nested object; use price.price for the current USD price string).
  • Liquidity — USD value of token reserves in the main trading pool. Low liquidity (< $10k) means high price impact / slippage when buying or selling.
  • Holder — A wallet that currently holds the token. token holders returns wallets ranked by current balance.

Configuration: GMGN_API_KEYRATE_LIMIT_EXCEEDEDRATE_LIMIT_BANNEDUSDCTOP1TOP2

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

gmgn token

Source

Repository: https://github.com/gmgnai/gmgn-skills

gmgn-token FAQ

What does the gmgn-token skill do?

Research any crypto or meme token by address — real-time price, market cap, liquidity, holder list, trader list, top Smart Money and KOL positions, security audit (honeypot, rug pull risk, dev wallet, renounced status), social links (Twitter/X, website) via GMGN API on Solana, BSC, Base, or Ethereum. Use when user asks about a token's price, safety, holders, traders, smart money exposure, or wants due diligence before buying. Chain — The blockchain network: sol = Solana, bsc = BNB Smart Chain, base = Base (Coinbase L2), eth = Ethereum mainnet, robinhood = Robinhood chain. Liquidity — USD value of token reserves in the main trading pool. Low liquidity (< $10k) means high price impact / slippage when buying or selling.

What does gmgn-token require?

Use the gmgn-cli tool to query token information based on the user's request. Token address — The on-chain contract address that uniquely identifies a token on its chain. Required for all token sub-commands. Format: base58 (SOL) or 0x... hex (BSC/Base). Market cap — Not returned directly by token info. Calculate as price.price × circulatingsupply (price is a nested object; use price.price for the current USD price string). Liquidity — USD value of token reserves in the main trading pool. Low liquidity (< $10k) means high price impact / slippage when buying or selling. Holder — A wallet that currently holds the token. token holders returns wallets ranked by current balance. Configuration keys: GMGN_API_KEY, RATE_LIMIT_EXCEEDED, RATE_LIMIT_BANNED, USDC, TOP1, TOP2.

How do I install gmgn-token?

Run: npx -y skills add https://github.com/gmgnai/gmgn-skills --skill gmgn-token --agent claude-code — the source lives at github.com/gmgnai/gmgn-skills.

Maintain gmgn-token?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

gmgn-token on getagentictools
[![gmgn-token on getagentictools](https://getagentictools.com/badge/skills/gmgnai-gmgn-skills-gmgn-token.svg)](https://getagentictools.com/skills/gmgnai-gmgn-skills-gmgn-token?ref=badge)
npx agentictools info skills/gmgnai-gmgn-skills-gmgn-token

The second line is the CLI lookup for this page — handy in READMEs and docs.