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/sequence-anomaly",
"description": "Returns an anomaly score (0-100), novelty rating, and story label like 'Supply Expansion' with the exact event sequence that triggered it. Use it to catch coordinated stablecoin mint/redeem cycles, liquidity events, or exploit chains before they hit news feeds — ask 'is anything unusual happening on Base right now?'",
"maxAmountRequired": "50000",
"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": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://anomaly.forgemesh.io/api/sequence-anomaly",
"mimeType": "application/json",
"description": "Returns an anomaly score (0-100), novelty rating, and story label like 'Supply Expansion' with the exact event sequence that triggered it. Use it to catch coordinated stablecoin mint/redeem cycles, liquidity events, or exploit chains before they hit news feeds — ask 'is anything unusual happening on Base right now?'"
},
"x402Version": 2
},
"extensions": {
"sample": {
"chain": "ethereum",
"story": "Supply Expansion",
"notice": "Free sample showing a placeholder anomaly score. Pay for real-time scoring on your chosen chain and window.",
"sample": true,
"novelty": "medium",
"product": "sequence_anomaly",
"coverage": 0.34,
"withheld": [
"peak_window",
"possible_failure_modes",
"historical_matches",
"live event data"
],
"delayMinutes": 1440,
"window_hours": 24,
"sequence_score": 42,
"events_collected": 0
}
},
"x402Version": 1,
"x402_status": 402,
"recommendations": {
"docs": "https://ads.forgemesh.io/llms.txt",
"items": [
{
"id": "house-kronos",
"link": "https://ads.forgemesh.io/r/10a4975af86c",
"type": "sponsored",
"price": "$0.01",
"title": "Need market signals?",
"endpoint": "https://x402.coinopai.com/api/kronos/signals",
"description": "Kronos foundation-model trading signals, forecasts, and decision audits. From $0.01/call."
},
{
"id": "house-notary",
"link": "https://ads.forgemesh.io/r/2b787aade776",
"type": "sponsored",
"price": "$0.001",
"title": "Need proof it happened?",
"endpoint": "https://notary.forgemesh.io",
"description": "x402 Notary: hash-anchored timestamping and receipts for agent outputs, $0.001 per notarization."
}
],
"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.05 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
- 50000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xE295B6641b32998537Ae0f8E61Babf729EAEd6E5",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "POST",
"queryParams": {
"chain": "ethereum",
"domain": "financial",
"window": "24h"
}
},
"output": {
"type": "json",
"example": {
"chain": "ethereum",
"story": "Supply Expansion",
"domain": "financial",
"novelty": "high",
"coverage": 0.34,
"peak_window": [
"STABLECOIN_MINT",
"STABLECOIN_REDEEM",
"STABLECOIN_MINT",
"STABLECOIN_REDEEM"
],
"window_hours": 24,
"sequence_score": 66,
"events_collected": 29,
"historical_matches": 2,
"possible_failure_modes": [
"supply_expansion"
]
}
}
},
"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"
},
"domain": {
"type": "string",
"description": "Event domain (currently: financial)"
},
"window": {
"type": "string",
"description": "Lookback window: 1h, 4h, 24h, or 168h"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"chain": {
"type": "string"
},
"story": {
"type": "string",
"description": "Human-readable anomaly label"
},
"novelty": {
"enum": [
"low",
"medium",
"high",
"extreme"
],
"type": "string"
},
"coverage": {
"type": "number"
},
"peak_window": {
"type": "array",
"items": {
"type": "string"
}
},
"window_hours": {
"type": "integer"
},
"sequence_score": {
"type": "integer",
"description": "0=normal, 100=highly anomalous"
},
"events_collected": {
"type": "integer"
},
"historical_matches": {
"type": "integer"
},
"possible_failure_modes": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
},
"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": "50000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1782883659,
"resourceUrl": "https://anomaly.forgemesh.io/api/sequence-anomaly"
},
"signature": "0x444f5472fbbb7882d4873bc75ce3e936e1b44b62e79de6af550e7f21ad7407ca33f595f9fec6d3d0e72f879cd32c62d88f737ffcb1b5bdaff0d78d5348c496dd1b",
"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-07-01 05:22Z
- Last indexed by Roundhouse
- 2026-07-16 20:50Z
- Last enriched (probe, favicon, geo)
- 2026-09-11 03:45Z
- 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
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/sequence-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.