LEGIT
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/compare",
"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": {
"addresses": "ADDRESS_A,ADDRESS_B"
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"generated_at",
"entries",
"winner",
"rationale"
],
"properties": {
"winner": {
"type": [
"string",
"null"
],
"description": "Winning address, or null when no tracked entry has a score."
},
"entries": {
"type": "array",
"items": {
"type": "object",
"required": [
"address",
"score",
"tracked"
],
"properties": {
"name": {
"type": [
"string",
"null"
]
},
"grade": {
"type": [
"string",
"null"
]
},
"score": {
"type": [
"number",
"null"
],
"description": "Trust score 0-100; null when the address is untracked or has never been scored."
},
"address": {
"type": "string"
},
"network": {
"type": [
"string",
"null"
]
},
"tracked": {
"type": "boolean",
"description": "False for untracked addresses: score=null and ineligible to win."
},
"uptime_pct": {
"type": [
"number",
"null"
]
},
"provisional": {
"type": "boolean"
},
"sample_size": {
"type": "integer",
"description": "Independent measurements behind the score."
},
"explorer_url": {
"type": [
"string",
"null"
]
},
"settle_count": {
"type": "integer",
"description": "Real x402 payments settled (adoption signal)."
},
"latency_p50_ms": {
"type": [
"number",
"null"
]
}
}
},
"description": "One entry per compared address, in request order."
},
"rationale": {
"type": "string",
"description": "One plain-English sentence naming the winner and deciding factor(s)."
},
"generated_at": {
"type": "string",
"description": "ISO-8601 UTC timestamp of this comparison."
},
"defaults_applied": {
"type": "array",
"items": {
"type": "string"
},
"description": "Wave 41c: query parameters LEGIT defaulted because the call omitted them ('addresses' when the default ranking supplied the compared addresses, echoed by the entries). Absent on calls with explicit parameters."
}
}
},
"example": {
"winner": "ADDRESS_A",
"entries": [
{
"name": "Merchant A",
"grade": "B",
"score": 82.5,
"address": "ADDRESS_A",
"network": "algorand-mainnet",
"tracked": true,
"uptime_pct": 99.5,
"provisional": false,
"sample_size": 12,
"explorer_url": "https://allo.info/account/ADDRESS_A",
"settle_count": 340,
"latency_p50_ms": 210
},
{
"name": null,
"grade": null,
"score": null,
"address": "ADDRESS_B",
"network": null,
"tracked": false,
"uptime_pct": null,
"provisional": false,
"sample_size": 0,
"explorer_url": null,
"settle_count": 0,
"latency_p50_ms": null
}
],
"rationale": "Merchant A wins: highest trust score (82.5 vs 71.0).",
"generated_at": "2026-01-01T00:00:00+00:00"
}
},
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"addresses": {
"type": "string",
"maxLength": 2000,
"minLength": 1,
"description": "Comma-separated list of 2 to 5 merchant addresses to compare head-to-head, e.g. ?addresses=ADDR_A,ADDR_B. Optional: when omitted, LEGIT compares the top merchants of the current default ranking and discloses the choice in the defaults_applied response field. Untracked addresses are reported with score=null and cannot win."
}
}
}
},
"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
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"addresses": "ADDRESS_A,ADDRESS_B"
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"generated_at",
"entries",
"winner",
"rationale"
],
"properties": {
"winner": {
"type": [
"string",
"null"
],
"description": "Winning address, or null when no tracked entry has a score."
},
"entries": {
"type": "array",
"items": {
"type": "object",
"required": [
"address",
"score",
"tracked"
],
"properties": {
"name": {
"type": [
"string",
"null"
]
},
"grade": {
"type": [
"string",
"null"
]
},
"score": {
"type": [
"number",
"null"
],
"description": "Trust score 0-100; null when the address is untracked or has never been scored."
},
"address": {
"type": "string"
},
"network": {
"type": [
"string",
"null"
]
},
"tracked": {
"type": "boolean",
"description": "False for untracked addresses: score=null and ineligible to win."
},
"uptime_pct": {
"type": [
"number",
"null"
]
},
"provisional": {
"type": "boolean"
},
"sample_size": {
"type": "integer",
"description": "Independent measurements behind the score."
},
"explorer_url": {
"type": [
"string",
"null"
]
},
"settle_count": {
"type": "integer",
"description": "Real x402 payments settled (adoption signal)."
},
"latency_p50_ms": {
"type": [
"number",
"null"
]
}
}
},
"description": "One entry per compared address, in request order."
},
"rationale": {
"type": "string",
"description": "One plain-English sentence naming the winner and deciding factor(s)."
},
"generated_at": {
"type": "string",
"description": "ISO-8601 UTC timestamp of this comparison."
},
"defaults_applied": {
"type": "array",
"items": {
"type": "string"
},
"description": "Wave 41c: query parameters LEGIT defaulted because the call omitted them ('addresses' when the default ranking supplied the compared addresses, echoed by the entries). Absent on calls with explicit parameters."
}
}
},
"example": {
"winner": "ADDRESS_A",
"entries": [
{
"name": "Merchant A",
"grade": "B",
"score": 82.5,
"address": "ADDRESS_A",
"network": "algorand-mainnet",
"tracked": true,
"uptime_pct": 99.5,
"provisional": false,
"sample_size": 12,
"explorer_url": "https://allo.info/account/ADDRESS_A",
"settle_count": 340,
"latency_p50_ms": 210
},
{
"name": null,
"grade": null,
"score": null,
"address": "ADDRESS_B",
"network": null,
"tracked": false,
"uptime_pct": null,
"provisional": false,
"sample_size": 0,
"explorer_url": null,
"settle_count": 0,
"latency_p50_ms": null
}
],
"rationale": "Merchant A wins: highest trust score (82.5 vs 71.0).",
"generated_at": "2026-01-01T00:00:00+00:00"
}
},
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"addresses": {
"type": "string",
"maxLength": 2000,
"minLength": 1,
"description": "Comma-separated list of 2 to 5 merchant addresses to compare head-to-head, e.g. ?addresses=ADDR_A,ADDR_B. Optional: when omitted, LEGIT compares the top merchants of the current default ranking and discloses the choice in the defaults_applied response field. Untracked addresses are reported with score=null and cannot win."
}
}
}
},
"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
}
}
}Provenance
- Seen in the source catalog
- 2026-09-19 16:00Z
- Last indexed by Roundhouse
- 2026-09-24 07:45Z
- Last enriched (probe, favicon, geo)
- 2026-09-19 17: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 LEGIT 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' 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/compare, 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.