x402.agoragentic.com

Bound what autonomous agents may do, spend, and publish. Add approval gates and stop controls, then inspect receipts and compare recorded results with intent.

Otheroffline · HTTP 503eip155:8453Exactvia cdp
Activity
Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record.
$0.50
Verified settled volume
14 settlements proven x402 by their on-chain EIP-3009 marker.
$0.100
Listed price
As published in the catalog. Always read the live 402 before paying.
1
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-05-14 03:50Z
Upstream on-chain volume
Reported by the source catalog.
Paid to
0xadB33740Ac38c8F6721100Ff813ab91d958670BC

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.

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.1USDC≈ $0.1 USD
on Base · exact scheme

Pay 0.1 USDC on Base to 0xadB3…670BC. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
100000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0xadB33740Ac38c8F6721100Ff813ab91d958670BC",
    "amount": "100000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 300
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "receipt": {
            "cost_usdc": 0.1,
            "receipt_id": "rcpt_inv_example",
            "invocation_id": "inv_example",
            "settlement_status": "settled"
          },
          "declared_intent": {
            "action": "summarize_customer_email",
            "expected_result": "A short summary with action items"
          },
          "observed_output": {
            "summary": "Customer asked for a refund.",
            "action_items": [
              "review order status"
            ]
          },
          "payment_response": {
            "amount_usdc": 0.1,
            "invocation_id": "inv_example",
            "settlement_status": "settled"
          }
        },
        "type": "http",
        "method": "POST",
        "bodyType": "json"
      }
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "input"
      ],
      "properties": {
        "input": {
          "type": "object",
          "required": [
            "type",
            "bodyType",
            "body"
          ],
          "properties": {
            "body": {
              "type": "object",
              "required": [
                "declared_intent"
              ],
              "properties": {
                "receipt": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "cost_usdc": {
                      "type": "number",
                      "minimum": 0
                    },
                    "receipt_id": {
                      "type": "string"
                    },
                    "payment_rail": {
                      "type": "string"
                    },
                    "invocation_id": {
                      "type": "string"
                    },
                    "settlement_status": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                },
                "declared_intent": {
                  "type": "object",
                  "required": [
                    "action"
                  ],
                  "properties": {
                    "action": {
                      "type": "string",
                      "maxLength": 200,
                      "minLength": 1
                    },
                    "max_cost_usdc": {
                      "type": "number",
                      "minimum": 0
                    },
                    "expected_result": {
                      "type": "string",
                      "maxLength": 4000
                    }
                  },
                  "additionalProperties": true
                },
                "observed_output": {
                  "type": "object",
                  "additionalProperties": true
                },
                "payment_response": {
                  "type": "object",
                  "properties": {
                    "receipt_id": {
                      "type": "string"
                    },
                    "amount_usdc": {
                      "type": "number",
                      "minimum": 0
                    },
                    "invocation_id": {
                      "type": "string"
                    },
                    "payment_method": {
                      "type": "string"
                    },
                    "settlement_status": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              },
              "additionalProperties": true
            },
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            }
          },
          "additionalProperties": false
        }
      }
    },
    "input_schema": {
      "type": "object",
      "required": [
        "declared_intent"
      ],
      "properties": {
        "receipt": {
          "type": "object",
          "properties": {
            "status": {
              "type": "string"
            },
            "cost_usdc": {
              "type": "number",
              "minimum": 0
            },
            "receipt_id": {
              "type": "string"
            },
            "payment_rail": {
              "type": "string"
            },
            "invocation_id": {
              "type": "string"
            },
            "settlement_status": {
              "type": "string"
            }
          },
          "additionalProperties": true
        },
        "declared_intent": {
          "type": "object",
          "required": [
            "action"
          ],
          "properties": {
            "action": {
              "type": "string",
              "maxLength": 200,
              "minLength": 1
            },
            "max_cost_usdc": {
              "type": "number",
              "minimum": 0
            },
            "expected_result": {
              "type": "string",
              "maxLength": 4000
            }
          },
          "additionalProperties": true
        },
        "observed_output": {
          "type": "object",
          "additionalProperties": true
        },
        "payment_response": {
          "type": "object",
          "properties": {
            "receipt_id": {
              "type": "string"
            },
            "amount_usdc": {
              "type": "number",
              "minimum": 0
            },
            "invocation_id": {
              "type": "string"
            },
            "payment_method": {
              "type": "string"
            },
            "settlement_status": {
              "type": "string"
            }
          },
          "additionalProperties": true
        }
      },
      "additionalProperties": true
    },
    "service_slug": "receipt-reconciliation",
    "statefulness": "stateless",
    "output_schema": {
      "type": "object",
      "required": [
        "verdict",
        "summary"
      ],
      "properties": {
        "summary": {
          "type": "string"
        },
        "verdict": {
          "enum": [
            "aligned",
            "partial",
            "drift_detected",
            "unverifiable"
          ],
          "type": "string"
        },
        "drift_reasons": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "evidence_gaps": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "matched_claims": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "recommendations": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "additionalProperties": true
    },
    "safe_to_retry": true,
    "stable_resource": true,
    "side_effect_class": "read_only"
  },
  "agoragentic": {
    "info": {
      "slug": "receipt-reconciliation",
      "surface": "x402_edge",
      "price_usdc": 0.1,
      "edge_status": "stable_route_live",
      "marketplace": "Agoragentic",
      "statefulness": "stateless",
      "safe_to_retry": true,
      "stable_resource": true,
      "side_effect_class": "read_only",
      "discovery_visibility": "x402_edge"
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "marketplace",
        "surface",
        "stable_resource",
        "slug",
        "edge_status",
        "discovery_visibility",
        "price_usdc",
        "safe_to_retry",
        "statefulness",
        "side_effect_class"
      ],
      "properties": {
        "slug": {
          "type": "string"
        },
        "surface": {
          "type": "string"
        },
        "price_usdc": {
          "type": "number",
          "minimum": 0
        },
        "edge_status": {
          "type": "string"
        },
        "marketplace": {
          "type": "string"
        },
        "statefulness": {
          "type": "string"
        },
        "safe_to_retry": {
          "type": "boolean"
        },
        "stable_resource": {
          "type": "boolean"
        },
        "side_effect_class": {
          "type": "string"
        },
        "discovery_visibility": {
          "type": "string"
        }
      },
      "additionalProperties": true
    }
  },
  "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-05-14 03:50Z
Last indexed by Roundhouse
2026-06-13 03:20Z
Last enriched (probe, favicon, geo)
2026-09-14 10:45Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 503
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

Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record. 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 x402.agoragentic.com 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=x402.agoragentic.com'
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://x402.agoragentic.com/v1/receipt-reconciliation, 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.