anomaly.forgemesh.io
Real-time anomaly detection: 5-second mempool scanning, stablecoin depeg monitoring, blockchain sequence analysis, aviation squawk alerts, and GitHub signal intelligence. NASA-derived algorithms. x402 micropayments.
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/mempool-anomaly",
"description": "Returns a real-time mempool anomaly score with current gas price vs 20-block median, pending whale swaps, and contract deploy counts. Poll every 5s to monitor mempool for MEV or sandwich attacks and catch gas spikes or large pending swaps as they happen, before they land on-chain.",
"maxAmountRequired": "10000",
"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": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://anomaly.forgemesh.io/api/mempool-anomaly",
"mimeType": "application/json",
"description": "Returns a real-time mempool anomaly score with current gas price vs 20-block median, pending whale swaps, and contract deploy counts. Poll every 5s to monitor mempool for MEV or sandwich attacks and catch gas spikes or large pending swaps as they happen, before they land on-chain."
},
"x402Version": 2
},
"extensions": {
"sample": {
"story": "No Data",
"notice": "Free sample showing placeholder mempool data. Pay for real-time mempool anomaly scores — poll every 5 seconds.",
"sample": true,
"novelty": "low",
"product": "mempool_anomaly",
"withheld": [
"live gas data",
"pending_stats",
"MEV signals",
"peak_window"
],
"delayMinutes": 1440,
"sequence_score": 0
}
},
"x402Version": 1,
"x402_status": 402,
"recommendations": {
"docs": "https://ads.forgemesh.io/llms.txt",
"items": [
{
"id": "house-travel",
"link": "https://ads.forgemesh.io/r/d25d4c2a0512",
"type": "sponsored",
"price": "$0.01",
"title": "Need travel planning?",
"endpoint": "https://travel.forgemesh.io",
"description": "Weather-aware day trips, weekend getaways, transit and creator experiences. From $0.01 per plan."
},
{
"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.01 USDC on Base to 0xE295…Ed6E5. The signed payment is good for 30 minutes.
- Paid to
- 0xE295…Ed6E5
- USD Coin contract
- 0x8335…02913
- Payment window
- 30 minutes
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xE295B6641b32998537Ae0f8E61Babf729EAEd6E5",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"chain": "ethereum"
}
},
"output": {
"type": "json",
"example": {
"gas": {
"current_gwei": 45.2,
"base_fee_gwei": 12.1,
"ratio_vs_median": 3.12,
"median_20block_gwei": 14.5
},
"chain": "ethereum",
"story": "MEV Attack",
"domain": "mempool",
"novelty": "high",
"peak_window": [
"GAS_SPIKE",
"BIG_SWAP",
"WHALE_PENDING",
"MEV_SIGNAL",
"PENDING_NORMAL"
],
"pending_count": 247,
"pending_stats": {
"big_swaps": 3,
"whale_pending": 1,
"total_value_eth": 1823.5,
"contract_deploys": 2
},
"sequence_score": 72
}
}
},
"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": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"chain": {
"type": "string",
"description": "Blockchain: ethereum or base (default: ethereum)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"gas": {
"type": "object"
},
"chain": {
"type": "string"
},
"story": {
"type": "string",
"description": "Human-readable mempool anomaly label"
},
"novelty": {
"enum": [
"low",
"medium",
"high",
"extreme"
],
"type": "string"
},
"peak_window": {
"type": "array",
"items": {
"type": "string"
}
},
"pending_count": {
"type": "integer"
},
"pending_stats": {
"type": "object"
},
"sequence_score": {
"type": "integer",
"description": "0=normal mempool, 100=highly anomalous"
}
}
}
}
}
}
}
},
"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": "10000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1790129718,
"resourceUrl": "https://anomaly.forgemesh.io/api/mempool-anomaly"
},
"signature": "0xce03f3cb4f129d17300bf0afd87d060d40107822fff9cc2ce2944eee8c84d6692f10c78119f66e84c490c4853ef79de1d4c093dd0d4d2c1b31a7b69fe70881a51c",
"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-09-23 02:10Z
- Last indexed by Roundhouse
- 2026-09-24 22:10Z
- Last enriched (probe, favicon, geo)
- 2026-09-11 17:46Z
- x402 version
- 2
- Max timeout
- 1800s
- 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
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 30 snapshots so far. 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/mempool-anomaly, 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.