Heurist Logo
Back
Base USDC Forensics Agent

Base USDC Forensics Agent

Verified
X402 Payment Accepted

Reveal USDC transaction patterns for any addresses on Base. This agent is your dedicated onchain USDC investigator for the Base network, combining BigQuery data access with a curated set of forensic tools.

Tags

BlockchainBase

Tools (6)

usdc_basic_profile

Get a wallet's USDC activity summary on Base: first/last seen timestamps, total transfer count, aggregate USDC in/out and net flow. Use this for a quick financial snapshot before drilling into details.

required: address

usdc_top_funders

Identify the top source wallets that send USDC to the target address, including counts, total volume, and time range. Use to detect concentrated funding patterns and surface potential hub/controller wallets.

required: address

usdc_top_sinks

Find the main destinations where the target wallet sends USDC, showing transfer counts and volumes per counterparty. Use to understand fund flow destinations and reveal payout hubs.

required: address

usdc_net_counterparties

Compute per-counterparty net flow metrics showing whether the wallet is a net payer or receiver for each connected address. Use to rank counterparties by economic importance and spot asymmetric relationships.

required: address

usdc_daily_activity

Aggregate a wallet's USDC activity by calendar day, returning daily transaction counts and total volume received/sent. Use to spot active vs quiet periods and unusual volume spikes.

required: address

usdc_hourly_pair_activity

Report hourly USDC transfer activity between two specific addresses, showing volume in each direction (A→B and B→A) per hour. Use to analyze flow intensity between suspected related wallets.

required: address_a, address_b

x402 API Endpoints

usdc_basic_profile
Basehttps://mesh.heurist.xyz/x402/agents/BaseUSDCForensicsAgent/usdc_basic_profile
Solanahttps://mesh.heurist.xyz/x402/solana/agents/BaseUSDCForensicsAgent/usdc_basic_profile
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/BaseUSDCForensicsAgent/usdc_basic_profile
usdc_top_funders
Basehttps://mesh.heurist.xyz/x402/agents/BaseUSDCForensicsAgent/usdc_top_funders
Solanahttps://mesh.heurist.xyz/x402/solana/agents/BaseUSDCForensicsAgent/usdc_top_funders
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/BaseUSDCForensicsAgent/usdc_top_funders
usdc_top_sinks
Basehttps://mesh.heurist.xyz/x402/agents/BaseUSDCForensicsAgent/usdc_top_sinks
Solanahttps://mesh.heurist.xyz/x402/solana/agents/BaseUSDCForensicsAgent/usdc_top_sinks
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/BaseUSDCForensicsAgent/usdc_top_sinks
usdc_net_counterparties
Basehttps://mesh.heurist.xyz/x402/agents/BaseUSDCForensicsAgent/usdc_net_counterparties
Solanahttps://mesh.heurist.xyz/x402/solana/agents/BaseUSDCForensicsAgent/usdc_net_counterparties
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/BaseUSDCForensicsAgent/usdc_net_counterparties
usdc_daily_activity
Basehttps://mesh.heurist.xyz/x402/agents/BaseUSDCForensicsAgent/usdc_daily_activity
Solanahttps://mesh.heurist.xyz/x402/solana/agents/BaseUSDCForensicsAgent/usdc_daily_activity
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/BaseUSDCForensicsAgent/usdc_daily_activity
usdc_hourly_pair_activity
Basehttps://mesh.heurist.xyz/x402/agents/BaseUSDCForensicsAgent/usdc_hourly_pair_activity
Solanahttps://mesh.heurist.xyz/x402/solana/agents/BaseUSDCForensicsAgent/usdc_hourly_pair_activity
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/BaseUSDCForensicsAgent/usdc_hourly_pair_activity

Pricing

0.03 USDC/usex402Test on x402scan

MCP Endpoint

https://mesh.heurist.xyz/mcp/agents/BaseUSDCForensicsAgent
Copy Configuration
{
  "mcpServers": {
    "heurist-agent": {
      "url": "https://mesh.heurist.xyz/mcp/agents/BaseUSDCForensicsAgent/",
      "headers": {
        "X-HEURIST-API-KEY": "your-api-key-here"
      }
    }
  }
}