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/token-scan",
"description": "Returns an anomaly score, story label like 'Distribution Event', and raw transfer list for one token by address or symbol. Use it to check if a token is being dumped, spot coordinated wallet distribution ahead of a price move, or confirm unusual buying pressure before it shows up on a chart.",
"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/token-scan",
"mimeType": "application/json",
"description": "Returns an anomaly score, story label like 'Distribution Event', and raw transfer list for one token by address or symbol. Use it to check if a token is being dumped, spot coordinated wallet distribution ahead of a price move, or confirm unusual buying pressure before it shows up on a chart."
},
"x402Version": 2
},
"extensions": {
"sample": {
"story": "No Data",
"notice": "Free sample showing placeholder token scan. Pay for real anomaly scoring of any token.",
"sample": true,
"novelty": "low",
"product": "token_scan",
"withheld": [
"live token events",
"peak_window",
"transfer list"
],
"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-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."
}
],
"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 30 minutes.
- Paid to
- 0xE295…Ed6E5
- USD Coin contract
- 0x8335…02913
- Payment window
- 30 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": 1800
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "POST",
"queryParams": {
"chain": "ethereum",
"token": "usdt",
"window": "24h"
}
},
"output": {
"type": "json",
"example": {
"chain": "ethereum",
"story": "Distribution Event",
"token": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"domain": "financial",
"novelty": "medium",
"peak_window": [
"CEX_INFLOW",
"CEX_INFLOW",
"WHALE_BUY"
],
"sequence_score": 42,
"events_collected": 18
}
}
},
"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"
},
"token": {
"type": "string",
"description": "Token contract address (0x...) or symbol (usdt, usdc, weth, link, uni, pepe, arb, etc.)"
},
"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"
},
"token": {
"type": "string"
},
"novelty": {
"type": "string"
},
"transfers": {
"type": "array",
"items": {
"type": "object"
}
},
"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": 1782883644,
"resourceUrl": "https://anomaly.forgemesh.io/api/token-scan"
},
"signature": "0xe85baad3fe2d16a55cd02b2e75534c7d9a7db243189184d7fc3d1fe3315bf41b5954e6d2dec887112593c6456f0372112951a36f5cbde1c4be58fc714b6871991c",
"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 06:15Z
- 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/token-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.