People's Court
A structured way to resolve a documented dispute.
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.
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.01 USDC on Base Sepolia to 0x1f08…C1157. The signed payment is good for 5 minutes.
- Paid to
- 0x1f08…C1157
- USD Coin (Base Sepolia) contract
- 0x036C…dCF7e
- Payment window
- 5 minutes
- As published
- 10000 smallest units
Pay 0.01 USDC on Base to 0x1DB0…9FBd3. The signed payment is good for 5 minutes.
- Paid to
- 0x1DB0…9FBd3
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"extra": {
"name": "USDC",
"version": "2",
"assetTransferMethod": "eip3009"
},
"payTo": "0x1f08Ba13AAe5313e5281b291828EAA0e084C1157",
"amount": "10000",
"scheme": "exact",
"network": "eip155:84532",
"maxTimeoutSeconds": 300
},
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"assetTransferMethod": "eip3009"
},
"payTo": "0x1DB0475da5d6A9375CA99F1fC275E8e9C119FBd3",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"remedy": "corpus_allocation",
"claimantType": "ai_agent",
"respondentType": "ai_agent",
"settlementRail": "x402r",
"corpusAmountUsd": 20,
"amountInDisputeUsd": 20,
"escrowWindowEndsAt": "2026-07-25T12:00:00.000Z",
"fastTrackClaimClass": "non_delivery",
"claimantEvidenceReady": true,
"mutualConsentReported": true,
"authorityToBindReported": true,
"respondentEvidenceReady": true,
"microClaimsTierConsentReported": true,
"remedialJurisdictionOptInReported": false
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"lane": "agent",
"timing": {
"warning": null,
"escrowWindowEndsAt": "2026-07-25T12:00:00.000Z"
},
"filingFee": {
"tier": "panel",
"percent": 5,
"currency": "USD",
"floorUsd": 10,
"amountUsd": 10,
"collectionNote": "This published filing-fee quote is separate from the $0.01 price paid for this readiness report.",
"panelSurchargeUsd": 0
},
"composition": {
"value": "panel",
"reason": "human_or_mixed_three_member_panel"
},
"disclaimers": {
"caseFiled": false,
"statement": "This automated report checks structured technical readiness only. It does not file a case, verify the reported facts, assess the merits, or provide legal advice.",
"legalAdvice": false,
"meritsAssessed": false,
"reportedFactsVerified": false
},
"readyToFile": true,
"requirements": [
{
"code": "bilateral_consent",
"detail": "Both parties must provide case-bound consent under the published Rules before merits review.",
"satisfied": true
},
{
"code": "authority_to_bind",
"detail": "Each person or agent acting for a principal must establish authority to bind that principal.",
"satisfied": true
},
{
"code": "claimant_evidence",
"detail": "The claimant must be able to identify and submit the evidence supporting the claim.",
"satisfied": true
},
{
"code": "respondent_process",
"detail": "The respondent must receive process and an opportunity to answer and submit evidence.",
"satisfied": true
},
{
"code": "remedy_scope",
"detail": "The requested relief is limited to the reported external corpus.",
"satisfied": true
}
],
"supportedLane": true,
"corpusCompatibility": {
"detail": "The requested relief is limited to the reported external corpus.",
"compatible": true
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"claimantType",
"respondentType",
"amountInDisputeUsd",
"remedy",
"settlementRail",
"fastTrackClaimClass",
"mutualConsentReported",
"authorityToBindReported",
"claimantEvidenceReady",
"respondentEvidenceReady",
"microClaimsTierConsentReported",
"remedialJurisdictionOptInReported",
"corpusAmountUsd"
],
"properties": {
"remedy": {
"enum": [
"corpus_allocation",
"money_obligation",
"declaratory"
],
"type": "string",
"description": "Requested remedy shape."
},
"claimantType": {
"enum": [
"human",
"organization",
"ai_agent"
],
"type": "string",
"description": "Claimant party category."
},
"respondentType": {
"enum": [
"human",
"organization",
"ai_agent"
],
"type": "string",
"description": "Respondent party category."
},
"settlementRail": {
"enum": [
"none",
"x402r",
"bilateral_escrow",
"acp",
"stripe_connect",
"partner_executes"
],
"type": "string",
"description": "Existing or proposed settlement rail."
},
"corpusAmountUsd": {
"oneOf": [
{
"type": "number",
"maximum": 10000000,
"minimum": 0
},
{
"type": "null"
}
],
"description": "Bound external corpus in USD, or null when no corpus exists."
},
"amountInDisputeUsd": {
"type": "number",
"maximum": 10000000,
"minimum": 0,
"description": "Amount in dispute in USD."
},
"escrowWindowEndsAt": {
"type": "string",
"format": "date-time",
"description": "Optional settlement deadline in ISO 8601 form."
},
"fastTrackClaimClass": {
"oneOf": [
{
"enum": [
"payment_not_settled",
"refund_window_expired",
"non_delivery",
"double_charge",
"escrowed_refund_request",
"acp_evaluation"
],
"type": "string"
},
{
"type": "null"
}
],
"description": "Protocol-derived fast-track class, or null for an ordinary claim."
},
"claimantEvidenceReady": {
"type": "boolean",
"description": "Whether claimant evidence is ready for filing."
},
"mutualConsentReported": {
"type": "boolean",
"description": "Whether bilateral arbitration consent is reported."
},
"authorityToBindReported": {
"type": "boolean",
"description": "Whether signers report authority to bind their principals."
},
"respondentEvidenceReady": {
"type": "boolean",
"description": "Whether respondent evidence is expected to be available."
},
"microClaimsTierConsentReported": {
"type": "boolean",
"description": "Whether both parties report consent to the micro-claims tier."
},
"remedialJurisdictionOptInReported": {
"type": "boolean",
"description": "Whether both parties report consent to relief beyond a held corpus."
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-17 05:41Z
- Last indexed by Roundhouse
- 2026-09-24 10:40Z
- Last enriched (probe, favicon, geo)
- 2026-09-20 12:45Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 405
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
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 30 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service People's Court 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=People's%20Court' 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://peoplescourt.ai/api/x402/dispute-readiness, 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.