anomaly.forgemesh.io
Anomaly scan for a DeFi protocol — unusual flows through major lending/DEX contracts
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": "payment_required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xE295B6641b32998537Ae0f8E61Babf729EAEd6E5",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "https://anomaly.forgemesh.io/api/defi-scan",
"description": "Returns an anomaly score, story label, and event sequence for one DeFi protocol (Uniswap, Aave, Curve, Compound) — flags unusual flow patterns like exchange stress or liquidity drain.",
"maxAmountRequired": "30000",
"maxTimeoutSeconds": 1800
}
],
"message": "Payment required",
"provider": {
"name": "ForgeMesh Labs",
"fleet": "11 x402 services and counting, 500+ paid endpoints, from $0.001 — one wallet, no signup, atomic USDC settlement on Base. Free index: https://x402.forgemesh.io/llms.txt",
"catalog": "POST https://x402.forgemesh.io/fleet-products ($0.05)"
},
"challenge": {
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xE295B6641b32998537Ae0f8E61Babf729EAEd6E5",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://anomaly.forgemesh.io/api/defi-scan",
"mimeType": "application/json",
"description": "Returns an anomaly score, story label, and event sequence for one DeFi protocol (Uniswap, Aave, Curve, Compound) — flags unusual flow patterns like exchange stress or liquidity drain."
},
"x402Version": 2
},
"extensions": {
"sample": {
"story": "No Data",
"notice": "Free sample showing placeholder DeFi scan. Pay for real protocol anomaly scoring.",
"sample": true,
"novelty": "low",
"product": "defi_scan",
"withheld": [
"live DeFi events",
"peak_window",
"protocol details"
],
"sequence_score": 0
}
},
"x402Version": 1,
"x402_status": 402,
"recommendations": {
"docs": "https://ads.forgemesh.io/llms.txt",
"items": [
{
"id": "house-imagegen",
"link": "https://ads.forgemesh.io/r/ca7c4e951c73",
"type": "sponsored",
"price": "$0.05",
"title": "Need image generation?",
"endpoint": "https://imagegen.coinopai.com/api/generate",
"description": "Agent-ready image generation, 4 quality tiers, pay per image in USDC."
},
{
"id": "house-utility-grid",
"link": "https://ads.forgemesh.io/r/1c91835bce9c",
"type": "sponsored",
"price": "$0.001",
"title": "Need cheap utility APIs?",
"endpoint": "https://x402.forgemesh.io",
"description": "ForgeMesh Utility Grid: 130+ endpoints across 70+ capabilities from $0.001 — text, data, crypto, vision, audio. One origin, one wallet."
}
],
"provider": "ForgeMesh x402 Ads"
}
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.03 USDC on Base to 0xE295…Ed6E5. The signed payment is good for 5 minutes.
- Paid to
- 0xE295…Ed6E5
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 30000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xE295B6641b32998537Ae0f8E61Babf729EAEd6E5",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "POST",
"queryParams": {
"chain": "ethereum",
"window": "24h",
"protocol": "aave_v3"
}
},
"output": {
"type": "json",
"example": {
"chain": "ethereum",
"story": "Exchange Stress",
"domain": "financial",
"address": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
"novelty": "high",
"protocol": "aave_v3",
"peak_window": [
"CEX_INFLOW",
"WHALE_SELL",
"CEX_INFLOW"
],
"sequence_score": 61
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"chain": {
"type": "string",
"description": "Blockchain: ethereum, base, or arbitrum"
},
"window": {
"type": "string",
"description": "Lookback window: 1h, 4h, 24h, or 168h"
},
"protocol": {
"type": "string",
"description": "Protocol name (uniswap_v3, aave_v3, aave_v2, curve_3pool, compound_v3) or contract address (0x...)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"chain": {
"type": "string"
},
"story": {
"type": "string"
},
"address": {
"type": "string"
},
"novelty": {
"type": "string"
},
"protocol": {
"type": "string"
},
"peak_window": {
"type": "array",
"items": {
"type": "string"
}
},
"sequence_score": {
"type": "integer"
},
"events_collected": {
"type": "integer"
}
}
}
}
}
}
}
},
"builder-code": {
"info": {
"a": "bc_4ypyymtf"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"a": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "App builder code"
},
"s": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$"
},
"description": "Service builder codes"
},
"w": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "Wallet builder code"
}
},
"additionalProperties": false
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xE295B6641b32998537Ae0f8E61Babf729EAEd6E5",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1782440515,
"resourceUrl": "https://anomaly.forgemesh.io/api/defi-scan"
},
"signature": "0xeb81fd3163e7d42f9d1f4a505f98c1bcb6b9a9f8f186e9c0aecf9bc5bdd77182721a7bdba6e8988d15b6d240a1509dffc0f810d63e47efcaf082eb5192d578e71b",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-06-26 02:16Z
- Last indexed by Roundhouse
- 2026-07-16 20:50Z
- Last enriched (probe, favicon, geo)
- 2026-09-13 00:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service anomaly.forgemesh.io and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=anomaly.forgemesh.io' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://anomaly.forgemesh.io/api/defi-scan, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.