← Back to registry /

EruditePay Blockchain Intelligence

Non-standard A2A v0.3.0

EruditePay Blockchain Intelligence

v2.1.0 Erudite Intelligence LLC

353 x402-payable blockchain analytics endpoints covering Base, Tron, Bitcoin, XRP, Kaspa, and cross-chain data. Real-time token prices, whale tracking, DeFi analytics, wallet profiling, security scoring, NFT data, web extraction, gas tracking, and the only BTC/XRP/Kaspa transaction verification service in the x402 ecosystem. Pay-per-call with USDC on Base or USDT on Tron.

Launch agent website ↗

Skills

  • Base Chain Token Analytics

    Real-time token prices, metadata, holders, and market data on Base chain

    blockchainbasetokenpricedefianalytics
  • Tron Network Analytics

    Tron wallet analysis, whale tracking, portfolio valuation, stablecoin flows, and DeFi data. Only x402 provider with native Tron analytics.

    blockchaintronwhalewalletdefistablecoinanalytics
  • Multi-Chain Transaction Verification (MONOPOLY — No Competition)

    Verify BTC, XRP, and Kaspa transactions. Create payment requests. Check supported networks. The ONLY provider of these verification services in the entire x402 ecosystem.

    bitcoinxrpkaspaverificationtransactionmulti-chainexclusive
  • Security & Risk Intelligence

    Rugpull detection, contract risk scoring, MEV analysis, sanctions screening, address labeling via GoPlus and Blockscout

    securityriskrugpullmevsanctionsaudit
  • Whale & Large Transaction Monitoring

    Track whale wallets, large transfers, stablecoin flows across Base and Tron

    whalemonitoringstablecointransfersalerts
  • Cross-Chain Comparative Analytics

    Compare gas costs, TVL, stablecoin flows, and market stats between Base, Tron, BTC, XRP, and Kaspa

    cross-chaincomparisongastvlmulti-chain
  • Market Intelligence & Sentiment

    Fear/greed index, trending tokens, social sentiment, arbitrage opportunities, token unlock schedules, funding rounds

    marketsentimenttrendingarbitrageunlocksfunding
  • DeFi Protocol Analytics

    Lending rates, liquidity pools, yield farming, DEX volumes, protocol TVL on Base and Tron

    defilendingyieldliquiditydextvl
  • NFT Collection & Market Data

    NFT collection stats, floor prices, ownership data, and market trends on Base

    nftcollectionfloor-pricemarket
  • Data API - Crypto Analysis, Security & Extraction

    6 high-value endpoints: crypto price analysis with trend signals, token security scanning (honeypot/rugpull detection), wallet profiling, web page extraction, multi-chain gas prices, and trending tokens.

    cryptoanalysissecuritywalletgastrendingextraction

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("13f0cf52-b919-4137-919a-7c75bc89b182")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())