legit.gonna.bond
LEGIT: trust scores and organic demand intelligence for the x402 agentic economy. Created by GONNA.
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-SIGNATURE header is required",
"accepts": [
{
"asset": "31566704",
"extra": {
"tag": "x402-global-challenge",
"name": "USDC",
"symbol": "USDC",
"feePayer": "ZMFK2OI7ZBD2U27ISERZC4S6LKM6WMFJPZQ4MYNJDZ2VNBNMBA67RA22AA"
},
"payTo": "LGT47RVH6STHJF5PWU3BX2S5D4M5UN2TFXOESL34KDFRXMEYDCDVQWCM6M",
"amount": "4000",
"scheme": "exact",
"network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",
"maxTimeoutSeconds": 300
},
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xd7D28a47f673E6c2288B2C4A86A3D6C039673756",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://legit.gonna.bond/v1/arena",
"tags": [
"trust",
"x402",
"agents",
"scores"
],
"mimeType": "application/json",
"description": "LEGIT: trust scores and organic demand intelligence for the x402 agentic economy. Created by GONNA.",
"serviceName": "LEGIT"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"network": "base-mainnet"
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"generated_at",
"window_hours",
"chains",
"large_inflows_24h",
"leader",
"narrative"
],
"properties": {
"chains": {
"type": "array",
"items": {
"type": "object",
"required": [
"network",
"settles_24h",
"volume_usdc_24h",
"rank"
],
"properties": {
"rank": {
"type": "integer"
},
"network": {
"type": "string",
"description": "Chain slug, e.g. base-mainnet."
},
"settles_24h": {
"type": "integer"
},
"chain_family": {
"type": [
"string",
"null"
]
},
"network_name": {
"type": [
"string",
"null"
]
},
"tx_count_24h": {
"type": "integer"
},
"verifies_24h": {
"type": "integer"
},
"latency_p50_ms": {
"type": [
"number",
"null"
]
},
"avg_trust_score": {
"type": [
"number",
"null"
]
},
"volume_usdc_24h": {
"type": "number"
},
"large_inflows_24h": {
"type": "integer"
},
"merchants_tracked": {
"type": "integer"
},
"avg_settlement_time": {
"description": "Facilitator-reported settlement time; null when unknown."
},
"avg_ticket_usdc_24h": {
"type": [
"number",
"null"
],
"description": "Mean settle size in USDC; null when no settles."
},
"settles_onchain_24h": {
"type": "integer"
},
"settles_facilitator_24h": {
"type": "integer"
}
}
},
"description": "One entry per chain with any signal, ranked by settle count (volume breaks ties)."
},
"leader": {
"type": [
"string",
"null"
],
"description": "Leading chain slug, or null while the arena is still gathering its first data."
},
"narrative": {
"type": "string",
"description": "One plain-English sentence about the leader."
},
"generated_at": {
"type": "string",
"description": "ISO-8601 UTC timestamp of this snapshot."
},
"window_hours": {
"type": "integer",
"description": "Benchmark window in hours (currently 24)."
},
"large_inflows_24h": {
"type": "integer",
"description": "Ecosystem-wide atypical on-chain inflows, visible but never counted as x402 settles."
}
}
},
"example": {
"chains": [
{
"rank": 1,
"network": "base-mainnet",
"settles_24h": 120,
"chain_family": "evm",
"network_name": "Base",
"tx_count_24h": 150,
"verifies_24h": 30,
"latency_p50_ms": 240,
"avg_trust_score": 76.4,
"volume_usdc_24h": 61.25,
"large_inflows_24h": 0,
"merchants_tracked": 8,
"avg_settlement_time": "2s",
"avg_ticket_usdc_24h": 0.51,
"settles_onchain_24h": 2,
"settles_facilitator_24h": 118
}
],
"leader": "base-mainnet",
"narrative": "Base leads x402 settlement: 120 settles totaling 61.25 USDC in 24h.",
"generated_at": "2026-01-01T00:00:00+00:00",
"window_hours": 24,
"large_inflows_24h": 0
}
},
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"network": {
"type": "string",
"description": "Optional chain slug filter, e.g. ?network=base-mainnet: the benchmark is narrowed to that one network. Omit it for the full cross-chain arena; an unknown slug is an honest 400 listing the valid slugs."
}
},
"description": "No required parameters: GET returns the full 24h cross-chain settlement arena; pass ?network=<slug> to benchmark one chain."
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input",
"output"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"queryParams"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type",
"example"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"schema": {
"type": "object"
},
"example": {
"type": "object"
}
},
"additionalProperties": false
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
}
},
"x402-merchant": {
"info": {
"logo": "https://legit.gonna.bond/favicon.png",
"name": "LEGIT",
"website": "https://legit.gonna.bond",
"categories": [
"trust",
"x402",
"agents",
"scores"
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"name"
],
"properties": {
"logo": {
"type": "string"
},
"name": {
"type": "string"
},
"website": {
"type": "string"
},
"categories": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
},
"x402Version": 2
}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.005 USDC on Base to 0xd7D2…73756. The signed payment is good for 5 minutes.
- Paid to
- 0xd7D2…73756
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 5000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xd7D28a47f673E6c2288B2C4A86A3D6C039673756",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Provenance
- Seen in the source catalog
- 2026-08-13 21:43Z
- Last indexed by Roundhouse
- 2026-09-24 12:45Z
- Last enriched (probe, favicon, geo)
- 2026-09-16 13:45Z
- 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 legit.gonna.bond 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=legit.gonna.bond' 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://legit.gonna.bond/v1/arena, 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.