Heurist Logo
Back to Library
Base USDC Forensics Agent

Base USDC Forensics Agent

Verified

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.

BlockchainBase

Pricing

0.005 USDC/use

Tools

6 callable

Author

0x7d9d...405D
Get a key
Syncing keys…
  • usdc_basic_profile

    1 param · 0.5 credits

    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.

  • usdc_top_funders

    2 params · 0.5 credits

    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.

  • usdc_top_sinks

    2 params · 0.5 credits

    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.

  • usdc_net_counterparties

    2 params · 0.5 credits

    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.

  • usdc_daily_activity

    1 param · 0.5 credits

    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.

  • usdc_hourly_pair_activity

    2 params · 0.5 credits

    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.

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