hyperd.budget.guardian
Check recent USDC spend from your wallet before initiating a paid x402 call. Returns total spend, destination breakdown, projected rate, and optional cap compliance.
Instructions
Agent spend visibility: aggregates recent outbound USDC transfers from a wallet over a configurable window (1h/24h/7d/30d). Returns total spend, by-destination breakdown, projected-24h rate, and an optional under_cap flag if cap_usd is provided. Use this BEFORE initiating the next paid x402 call to enforce a self-imposed budget. Bridged USDC.e variants are NOT counted. Costs $0.01 in USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | 0x EVM wallet address | |
| chain | No | Chain to compute spend on. Default 'base'. | |
| window | No | Lookback window. Default '24h'. | |
| cap_usd | No | Optional self-imposed USDC cap. When provided, response includes under_cap, remainingUsd, and anyTxExceedsTenthOfCap. |