Install
openclaw skills install crypto-degen-toolkitOn-chain research and DeFi operations toolkit for crypto traders. Check wallet balances, track token prices, analyze DEX liquidity, monitor gas fees, scan for new token launches, and execute basic DeFi operations. Use when: checking crypto prices, analyzing wallets, monitoring DeFi positions, researching new tokens, tracking gas fees, or getting on-chain data from EVM chains (Ethereum, Base, Arbitrum, BSC, etc.).
openclaw skills install crypto-degen-toolkitOn-chain research and DeFi intelligence for crypto-native agents.
Use public APIs (no key needed):
# CoinGecko free API
curl -s "https://api.coingecko.com/api/v3/simple/price?ids=ethereum,bitcoin,solana&vs_currencies=usd,cny"
# DexScreener (DEX prices, new pairs)
curl -s "https://api.dexscreener.com/latest/dex/tokens/{TOKEN_ADDRESS}"
# Search token by name
curl -s "https://api.dexscreener.com/latest/dex/search?q={QUERY}"
# ETH balance (replace RPC as needed)
curl -s -X POST https://eth.llamarpc.com -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getBalance","params":["WALLET_ADDRESS","latest"],"id":1}'
# Token holdings via Debank (free tier)
curl -s "https://api.debank.com/user/token_list?id=WALLET_ADDRESS&chain_id=eth&is_all=false"
# ETH gas prices
curl -s "https://api.etherscan.io/api?module=gastracker&action=gasoracle"
# Or via RPC
curl -s -X POST https://eth.llamarpc.com -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":1}'
# Latest pairs on DexScreener
curl -s "https://api.dexscreener.com/latest/dex/pairs/{CHAIN_ID}/{PAIR_ADDRESS}"
# New pairs (last 24h)
curl -s "https://api.dexscreener.com/token-profiles/latest/v1"
| Chain | RPC |
|---|---|
| Ethereum | https://eth.llamarpc.com |
| Base | https://base.llamarpc.com |
| Arbitrum | https://arb1.arbitrum.io/rpc |
| BSC | https://bsc-dataseed.binance.org |
| Polygon | https://polygon-rpc.com |
| Optimism | https://mainnet.optimism.io |
| Solana | https://api.mainnet-beta.solana.com |
⚠️ CRITICAL: This skill is for RESEARCH and MONITORING only.
When analyzing a token, flag if: