silverback-defiDeFi intelligence powered by Silverback — 19 x402 endpoints on Base chain. Market data, swap quotes, technical analysis, yield opportunities, token audits, whale tracking, and AI chat. Pay per call with USDC.
Install via ClawdBot CLI:
clawdbot install RidingLiquid/silverback-defiRequires:
19 x402-paid DeFi endpoints on Base chain. Pay per call with USDC — no API keys, no subscriptions. All endpoints use the x402 micropayment protocol.
Base URL: https://x402.silverbackdefi.app
AI chat with all 19 intelligence tools. Ask any DeFi question.
curl -s -X POST https://x402.silverbackdefi.app/api/v1/chat \
-H "Content-Type: application/json" \
-d '{"message": "What are the top coins right now?"}'
# Top coins by market cap
curl -s -X POST https://x402.silverbackdefi.app/api/v1/top-coins \
-H "Content-Type: application/json" -d '{}'
# Top liquidity pools on Base
curl -s -X POST https://x402.silverbackdefi.app/api/v1/top-pools \
-H "Content-Type: application/json" -d '{}'
# Top DeFi protocols by TVL
curl -s -X POST https://x402.silverbackdefi.app/api/v1/top-protocols \
-H "Content-Type: application/json" -d '{}'
# Trending tokens
curl -s -X POST https://x402.silverbackdefi.app/api/v1/trending-tokens \
-H "Content-Type: application/json" -d '{}'
# Base gas prices
curl -s -X POST https://x402.silverbackdefi.app/api/v1/gas-price \
-H "Content-Type: application/json" -d '{}'
# Token details
curl -s -X POST https://x402.silverbackdefi.app/api/v1/token-metadata \
-H "Content-Type: application/json" -d '{"token": "ETH"}'
# Swap quote with routing ($0.002)
curl -s -X POST https://x402.silverbackdefi.app/api/v1/swap-quote \
-H "Content-Type: application/json" \
-d '{"fromToken": "ETH", "toToken": "USDC", "amount": "1"}'
# Technical analysis — RSI, MACD, Bollinger ($0.02)
curl -s -X POST https://x402.silverbackdefi.app/api/v1/technical-analysis \
-H "Content-Type: application/json" \
-d '{"token": "ETH"}'
# Backtest a strategy ($0.10)
curl -s -X POST https://x402.silverbackdefi.app/api/v1/backtest \
-H "Content-Type: application/json" \
-d '{"token": "ETH", "strategy": "rsi", "days": 30}'
# Token correlation matrix ($0.005)
curl -s -X POST https://x402.silverbackdefi.app/api/v1/correlation-matrix \
-H "Content-Type: application/json" \
-d '{"tokens": ["ETH", "BTC", "VIRTUAL"]}'
# Yield opportunities ($0.02)
curl -s -X POST https://x402.silverbackdefi.app/api/v1/defi-yield \
-H "Content-Type: application/json" \
-d '{"token": "USDC"}'
# Pool health analysis ($0.005)
curl -s -X POST https://x402.silverbackdefi.app/api/v1/pool-analysis \
-H "Content-Type: application/json" \
-d '{"pool": "ETH/USDC"}'
# Token contract audit ($0.01)
curl -s -X POST https://x402.silverbackdefi.app/api/v1/token-audit \
-H "Content-Type: application/json" \
-d '{"token": "0x558881c4959e9cf961a7E1815FCD6586906babd2"}'
# Whale movement tracking ($0.01)
curl -s -X POST https://x402.silverbackdefi.app/api/v1/whale-moves \
-H "Content-Type: application/json" \
-d '{"token": "VIRTUAL"}'
# Arbitrage scanner ($0.005)
curl -s -X POST https://x402.silverbackdefi.app/api/v1/arbitrage-scanner \
-H "Content-Type: application/json" -d '{}'
# Agent reputation — ERC-8004 ($0.001)
curl -s -X POST https://x402.silverbackdefi.app/api/v1/agent-reputation \
-H "Content-Type: application/json" \
-d '{"agentId": "13026"}'
# Discover agents by capability ($0.002)
curl -s -X POST https://x402.silverbackdefi.app/api/v1/agent-discover \
-H "Content-Type: application/json" \
-d '{"capability": "defi"}'
Returns unsigned EIP-712 Permit2 data for client-side signing.
curl -s -X POST https://x402.silverbackdefi.app/api/v1/swap \
-H "Content-Type: application/json" \
-d '{"fromToken": "USDC", "toToken": "ETH", "amount": "10", "walletAddress": "0xYOUR_WALLET"}'
All endpoints return HTTP 402 with a USDC payment requirement. Your agent handles payment using @x402/fetch or any x402-compatible client with its own wallet.
Prices range from $0.001 to $0.10 per call. The exact amount is specified in the 402 response.
# Health check
curl -s https://x402.silverbackdefi.app/api/v1/health
# Pricing info
curl -s https://x402.silverbackdefi.app/api/v1/pricing
# Endpoint list
curl -s https://x402.silverbackdefi.app/api/v1/endpoints
For Claude Desktop, Cursor, or Claude Code:
npm install -g silverback-x402-mcp
https://www.npmjs.com/package/silverback-x402-mcp
Generated Mar 1, 2026
A trader uses the market data endpoints to monitor top coins, trending tokens, and gas prices on Base chain, then performs technical analysis on ETH to inform trading decisions. This provides real-time insights without managing API keys.
A yield farmer queries yield opportunities for USDC and analyzes pool health for ETH/USDC to identify high-return, low-risk DeFi strategies on Base chain. This helps optimize capital allocation across protocols.
An investor audits a token contract for security risks and tracks whale movements for VIRTUAL token to assess market sentiment and avoid scams before making investment decisions on Base chain.
A developer uses the arbitrage scanner to find price discrepancies and backtests an RSI strategy over 30 days for ETH to build and refine automated trading bots targeting Base chain opportunities.
A developer integrates the AI chat endpoint into an AI agent, allowing users to ask natural language questions about DeFi, such as top coins or swap quotes, with responses powered by all 19 intelligence tools.
Charges users per API call via the x402 protocol with USDC, ranging from $0.001 to $0.10. This eliminates subscription fees and API keys, making it accessible for infrequent users while scaling with usage.
Offers an MCP server for integration into Claude Desktop, Cursor, or Claude Code, enabling developers to easily embed DeFi intelligence into their applications. This drives adoption through developer-friendly tooling.
Provides free endpoints like health checks, pricing info, and endpoint lists to attract users, then monetizes through paid endpoints for advanced features like swaps, audits, and analysis. This lowers entry barriers.
💬 Integration Tip
Use an x402-compatible client like @x402/fetch for automatic payment handling, and start with free endpoints to test connectivity before implementing paid calls.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.