legit.gonna.bond

LEGIT: trust scores and organic demand intelligence for the x402 agentic economy. Created by GONNA.

DataLiveeip155:8453Exactvia facilitator:payAI
Settlements · 30d
2→ 0%
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days.
$0.14
Verified settled volume
28 settlements proven x402 by their on-chain EIP-3009 marker.
$0.0050
Listed price
As published in the catalog. Always read the live 402 before paying.
Calls · 30d
Upstream's own call count for this endpoint, not ours.
Unique payers · 30d
Never called
Upstream on-chain volume
Reported by the source catalog.
Paid to
0xd7D28a47f673E6c2288B2C4A86A3D6C039673756

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

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/history",
    "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": {
            "address": "G7V7U7H6IYRP7BIZO2KV6ODGQPESMMRDCWBYT3GIMNHTNK3VCKWSSKD55A"
          }
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "generated_at",
              "address",
              "tracked",
              "window_days",
              "current",
              "series",
              "backstop"
            ],
            "properties": {
              "name": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "series": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "day",
                    "sample_count",
                    "ok_count",
                    "uptime_pct"
                  ],
                  "properties": {
                    "day": {
                      "type": "string"
                    },
                    "meta": {
                      "type": "object",
                      "required": [
                        "coverage",
                        "provenance"
                      ],
                      "properties": {
                        "coverage": {
                          "enum": [
                            "complete",
                            "partial"
                          ],
                          "type": "string"
                        },
                        "gap_kind": {
                          "enum": [
                            "compaction_hole",
                            "scoring_gap"
                          ],
                          "type": "string"
                        },
                        "provenance": {
                          "type": "object",
                          "required": [
                            "measurements",
                            "score"
                          ],
                          "properties": {
                            "score": {
                              "enum": [
                                "score_table",
                                "absent"
                              ],
                              "type": "string"
                            },
                            "measurements": {
                              "enum": [
                                "rollup",
                                "raw",
                                "absent"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      },
                      "description": "Wave 46: machine-readable provenance, always present and lean. coverage: complete (rollup-backed day) or partial (raw-only or score-only day). provenance: the real source of the measurements (rollup, raw or absent) and of the score (score_table or absent). gap_kind is omitted on healthy days and appears only when a measured day has no score row: compaction_hole (inside a stable run) or scoring_gap."
                    },
                    "grade": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "ok_count": {
                      "type": "integer"
                    },
                    "score_avg": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "score_max": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "score_min": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "uptime_pct": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "sample_count": {
                      "type": "integer"
                    },
                    "latency_avg_ms": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "latency_max_ms": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "latency_min_ms": {
                      "type": [
                        "number",
                        "null"
                      ]
                    }
                  }
                },
                "description": "Chronological daily series, at most window_days rows; days with no evidence are absent, never invented."
              },
              "address": {
                "type": "string"
              },
              "current": {
                "type": "object",
                "properties": {
                  "tier": {
                    "type": "string"
                  },
                  "grade": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "score": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "provisional": {
                    "type": "boolean"
                  },
                  "sample_size": {
                    "type": "integer"
                  },
                  "last_probe_at": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "uptime_pct_7d": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "latency_p50_ms": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "uptime_pct_30d": {
                    "type": [
                      "number",
                      "null"
                    ]
                  }
                },
                "description": "Latest trust snapshot of the merchant."
              },
              "network": {
                "type": "string"
              },
              "tracked": {
                "type": "boolean"
              },
              "backstop": {
                "type": "object",
                "required": [
                  "queued",
                  "note"
                ],
                "properties": {
                  "note": {
                    "type": "string"
                  },
                  "queued": {
                    "type": "boolean"
                  }
                },
                "description": "Whether this call queued an on-demand re-probe for a stale merchant, disclosed honestly."
              },
              "window_days": {
                "type": "integer",
                "description": "History window in days (currently 30)."
              },
              "explorer_url": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "generated_at": {
                "type": "string"
              },
              "defaults_applied": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Wave 41c: query parameters LEGIT defaulted because the call omitted them ('address' when the default ranking rank-1 merchant supplied the target, echoed by the address field). Absent on calls with an explicit address."
              }
            }
          },
          "example": {
            "name": "AlgoPay Gateway",
            "series": [
              {
                "day": "2026-08-09",
                "meta": {
                  "coverage": "partial",
                  "provenance": {
                    "score": "score_table",
                    "measurements": "raw"
                  }
                },
                "grade": "A+",
                "ok_count": 24,
                "score_avg": 97.4,
                "score_max": 97.8,
                "score_min": 97.1,
                "uptime_pct": 100,
                "sample_count": 24,
                "latency_avg_ms": 121.4,
                "latency_max_ms": 210,
                "latency_min_ms": 98
              }
            ],
            "address": "G7V7U7H6IYRP7BIZO2KV6ODGQPESMMRDCWBYT3GIMNHTNK3VCKWSSKD55A",
            "current": {
              "tier": "settling",
              "grade": "A+",
              "score": 97.4,
              "provisional": false,
              "sample_size": 512,
              "last_probe_at": "2026-08-09T23:45:00",
              "uptime_pct_7d": 99.8,
              "latency_p50_ms": 118,
              "uptime_pct_30d": 99.5
            },
            "network": "algorand-mainnet",
            "tracked": true,
            "backstop": {
              "note": "merchant is fresh for its probe tier",
              "queued": false
            },
            "window_days": 30,
            "explorer_url": "https://allo.info/account/G7V7U7H6IYRP7BIZO2KV6ODGQPESMMRDCWBYT3GIMNHTNK3VCKWSSKD55A",
            "generated_at": "2026-08-10T00:00:00"
          }
        },
        "inputSchema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "address": {
              "type": "string",
              "maxLength": 300,
              "minLength": 1,
              "description": "Merchant address (or base URL) exactly as tracked by LEGIT, e.g. ?address=ADDR. Optional: when omitted, the rank-1 merchant of the current default ranking is used and the choice is disclosed in the defaults_applied response field. Untracked addresses are an honest 404, never an invented series."
            }
          }
        }
      },
      "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.

0.005USDC≈ $0.005 USD
on Base · exact scheme

Pay 0.005 USDC on Base to 0xd7D2…73756. The signed payment is good for 5 minutes.

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-09-12 17:00Z
Last indexed by Roundhouse
2026-09-24 07:45Z
Last enriched (probe, favicon, geo)
2026-09-14 19:16Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 402
Report

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.

Open skill.md
Show 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/history, 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.