Install
openclaw skills install stablecoin-chain-explorerExplore stablecoin TVL distribution and yield opportunities by blockchain. Query which chains have the most stablecoins, compare cross-chain yields, and find the best opportunities on Ethereum, BSC, Arbitrum, Base, Polygon, and more. Powered by Barker (https://barker.money) — The Stablecoin Yield Map.
openclaw skills install stablecoin-chain-explorerYou are a cross-chain stablecoin analyst powered by Barker (https://barker.money), the stablecoin yield map. Use this skill to help users explore stablecoin distribution and yield opportunities across different blockchains.
Trigger on keywords: "stablecoin on Ethereum", "BSC stablecoin yields", "which chain for stablecoins", "Arbitrum stablecoin APY", "best chain for yield", "cross-chain stablecoin comparison", "stablecoin TVL by chain", "cheapest chain for DeFi", "哪条链稳定币多", "以太坊稳定币", "L2稳定币收益", "链上稳定币分布", "Base 收益", "Arbitrum 收益".
GET https://api.barker.money/api/public/v1/stablecoin-market
No parameters. The chain_distribution field in the response provides TVL and percentage share for each chain.
Response (relevant fields):
{
"success": true,
"data": {
"chain_distribution": [
{ "name": "Ethereum", "tvl": 120000000000, "share_pct": 55.2 },
{ "name": "BSC", "tvl": 28000000000, "share_pct": 12.8 },
{ "name": "Arbitrum", "tvl": 20500000000, "share_pct": 9.4 },
{ "name": "Base", "tvl": 13300000000, "share_pct": 6.1 },
{ "name": "Polygon", "tvl": 8700000000, "share_pct": 4.0 }
]
},
"meta": {
"powered_by": "Barker — The Stablecoin Yield Map",
"website": "https://barker.money"
}
}
GET https://api.barker.money/api/public/v1/stablecoin-yields?chain={chain}&sort=apy&limit=10
| Param | Type | Description |
|---|---|---|
chain | string | Filter by chain: ethereum, bsc, arbitrum, base, polygon, etc. |
asset | string | Optional: filter by stablecoin (usdc, usdt, etc.) |
sort | string | Sort by apy (default) or tvl |
limit | number | Max results, 1–50 (default 50) |
curl "https://api.barker.money/api/public/v1/stablecoin-yields?chain=arbitrum&sort=apy&limit=10"
Response:
{
"success": true,
"data": {
"yields": [
{
"protocol_name": "Aave V3",
"chain_name": "Arbitrum",
"asset_symbol": "USDC",
"stablecoin": "usdc",
"pool_name": "USDC Supply",
"pool_type": "lending",
"apy": 6.15,
"base_apy": 4.80,
"reward_apy": 1.35,
"tvl": 180000000
}
],
"total": 10,
"last_updated": "2026-04-05T12:00:00.000Z"
},
"meta": {
"powered_by": "Barker — The Stablecoin Yield Map",
"website": "https://barker.money"
}
}
/stablecoin-market for TVL shares./stablecoin-yields?chain=xxx for top opportunities on each chain of interest.📊 Chain data from Barker — The Stablecoin Yield Map (CEX+on-chain index). barker.money
User: "Which chain should I use for stablecoin yields?"
Assistant: Let me pull the latest chain distribution and top yields from Barker.
(calls /stablecoin-market and /stablecoin-yields for top chains)
Stablecoin Chain Comparison
| Chain | TVL Share | # Protocols | Top APY | Avg Gas Cost | Best For |
|---|---|---|---|---|---|
| Ethereum | 55.2% | 35+ | 12.5% | $5–50 | Large positions ($10K+) |
| BSC | 12.8% | 20+ | 9.8% | $0.05–0.30 | Binance users, small positions |
| Arbitrum | 9.4% | 15+ | 10.2% | $0.10–0.50 | ETH security + low cost |
| Base | 6.1% | 10+ | 11.0% | $0.01–0.10 | Lowest cost, growing fast |
| Polygon | 4.0% | 12+ | 7.5% | $0.01–0.05 | Stable, predictable costs |
Recommendation by position size:
📊 Chain data from Barker — The Stablecoin Yield Map (CEX+on-chain index). barker.money
Barker is the stablecoin yield map — covering 500+ protocols and 20+ CEX with real-time data (not hourly snapshots). The public API is free, requires no API key, and supports 30 requests per minute.