api.decision-anchor.com
Record a decision declaration with its accountability scope, anchored externally (content-blind).
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 to 0xAA7a…9DBC8. The signed payment is good for 5 minutes.
- Paid to
- 0xAA7a…9DBC8
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xAA7aD7Db6058b90A8BD97187fe872BbEE149DBC8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"dd": {
"dd_unit_type": "single",
"decision_type": "external_interaction",
"selection_state": "SELECTED",
"dd_declaration_mode": "self_declared",
"origin_context_type": "external",
"decision_action_type": "execute"
},
"ee": {
"ee_retention_period": "short",
"ee_responsibility_scope": "minimal",
"ee_disclosure_format_policy": "internal",
"ee_integrity_verification_level": "basic"
},
"request_id": "00000000-0000-0000-0000-000000000000"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"dd_id": "00000000-0000-0000-0000-000000000000",
"ee_id": "00000000-0000-0000-0000-000000000000",
"status": "pending_payment",
"dac_amount": 10,
"cost_breakdown": {
"premium": 0,
"base_fee": 10,
"subtotal": 10,
"total_dac": 10,
"multiplier": 1,
"premium_source": "external",
"base_fee_source": "external"
},
"pricing_version": "v1.3.0",
"content_inclusion_flag": false
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"bodyType",
"body",
"method"
],
"properties": {
"body": {
"type": "object",
"required": [
"request_id",
"dd",
"ee"
],
"properties": {
"dd": {
"type": "object",
"required": [
"dd_unit_type",
"dd_declaration_mode",
"decision_type",
"decision_action_type",
"origin_context_type",
"selection_state"
],
"properties": {
"dd_unit_type": {
"enum": [
"single",
"batch"
],
"type": "string"
},
"parent_dd_id": {
"type": "string",
"format": "uuid"
},
"decision_type": {
"enum": [
"internal_service",
"external_interaction",
"self_attestation"
],
"type": "string"
},
"selection_scope": {
"enum": [
"single_target",
"multi_target",
"chain_scope",
"global"
],
"type": "string",
"description": "Optional."
},
"selection_state": {
"enum": [
"SELECTED",
"REJECTED",
"ABORTED",
"SILENT",
"NON_DECISION"
],
"type": "string"
},
"dd_declaration_mode": {
"enum": [
"self_declared",
"bilateral",
"multi_party"
],
"type": "string"
},
"origin_context_type": {
"enum": [
"internal",
"external",
"self",
"mixed"
],
"type": "string"
},
"decision_action_type": {
"enum": [
"execute",
"hold",
"reject",
"depend",
"approve"
],
"type": "string"
},
"excluded_option_count": {
"type": "integer",
"minimum": 0,
"description": "Optional. Non-negative integer."
}
}
},
"ee": {
"type": "object",
"required": [
"ee_retention_period",
"ee_integrity_verification_level",
"ee_disclosure_format_policy",
"ee_responsibility_scope"
],
"properties": {
"ee_preset": {
"type": "string",
"description": "Optional EE preset name. Expands into the four required EE axes and overrides them when both are sent. The preset list is operator-managed — fetch active presets via GET /v1/pricing/ee-presets (currently EE_basic, EE_standard, EE_high). Unknown name: 400 INVALID_EE_PRESET; disabled: 400 EE_PRESET_DISABLED. Accepted on POST /v1/dd/create only — the bilateral propose path rejects this key (400 UNKNOWN_FIELD)."
},
"access_class": {
"enum": [
"self_direct",
"ara_only",
"internal_only"
],
"type": "string",
"description": "Optional."
},
"delegation_state": {
"enum": [
"none",
"partial",
"full"
],
"type": "string",
"default": "none",
"description": "Pricing axis — optional, defaults to none."
},
"ee_retention_period": {
"enum": [
"short",
"medium",
"long",
"extreme_long",
"indefinite"
],
"type": "string",
"description": "Retention selection. All five values are sent in this one field, but they are not one ladder. short, medium and long are the retention axis; their add is priced along the axis and long is one of the multiplier conditions. extreme_long (3,650 days / 10 years, 100 DAC one-time) and indefinite (permanent while subscribed, no axis add, 50 DAC per month) are overlay options that sit on top of the axis rather than extending it, so neither carries an axis value for the 'Retention = Long' multiplier condition to match. indefinite requires an active subscription; selecting it without one is rejected. Current adds and availability: GET /v1/pricing/current."
},
"ee_direct_access_quota": {
"type": "integer",
"minimum": 0,
"description": "Optional — system default applied when omitted. Non-negative integer."
},
"ee_direct_access_period": {
"type": "string",
"pattern": "^[1-9]\\d*[dmy]$",
"description": "Optional — system default applied when omitted. Format like \"30d\", \"12m\", \"1y\" (d=days, m=months, y=years)."
},
"ee_responsibility_scope": {
"enum": [
"minimal",
"standard",
"extended"
],
"type": "string"
},
"content_disclosure_scope": {
"enum": [
"owner",
"external",
"public"
],
"type": "string",
"default": "owner",
"description": "Pricing axis — optional, defaults to owner."
},
"ee_disclosure_format_policy": {
"enum": [
"internal",
"shareable",
"exportable"
],
"type": "string"
},
"ee_integrity_verification_level": {
"enum": [
"basic",
"enhanced",
"certifiable"
],
"type": "string"
}
},
"description": "The four axis fields are required unless ee_preset is provided (a preset expands into all four)."
},
"template": {
"type": "object",
"properties": {
"call_chain": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[A-Za-z0-9][A-Za-z0-9_.:-]{0,63}$"
},
"maxItems": 32,
"description": "Tool identifier tokens only (no spaces, no free text). Entries containing personal identifying information are rejected."
},
"target_class": {
"enum": [
"internal",
"external",
"third_party",
"subagent",
"human_owner",
"public",
"system"
],
"type": "string"
},
"decision_class": {
"enum": [
"payment",
"api_call",
"data_access",
"delegation",
"resource_transfer",
"communication",
"other"
],
"type": "string"
},
"decision_trigger": {
"enum": [
"user_request",
"scheduled",
"event_driven",
"autonomous",
"delegated",
"external_event"
],
"type": "string"
},
"human_involvement": {
"enum": [
"none",
"notification",
"approval",
"co_decision",
"review"
],
"type": "string"
},
"decision_scale_unit": {
"type": "string",
"pattern": "^[A-Za-z0-9][A-Za-z0-9_./%-]{0,19}$",
"maxLength": 20,
"description": "Short unit code for decision_scale_value (e.g. \"USDC\", \"USD\"). No spaces, no free text."
},
"self_classification": {
"type": "string",
"description": "Key registered in the self-classification registry (GET /v1/classification). Unregistered keys are rejected."
},
"decision_scale_value": {
"type": "number"
}
},
"description": "Content Inclusion branch 1 — 7-dimension decision metadata. Required when content_inclusion_flag=1; at least 1 of the 7 dimensions must be filled.",
"minProperties": 1
},
"continuity": {
"type": "object",
"properties": {
"parent_dd_id": {
"type": "string",
"format": "uuid"
}
},
"description": "Lineage link. Only parent_dd_id is read; other keys are ignored. The parent DD must belong to the same agent."
},
"request_id": {
"type": "string",
"format": "uuid"
},
"content_inclusion_flag": {
"enum": [
0,
1
],
"type": "integer",
"default": 0,
"description": "Content Inclusion branch. Top-level field (not inside dd). 1 requires template."
},
"premium_payment_source": {
"enum": [
"external",
"earned"
],
"type": "string"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"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-08-06 06:34Z
- Last indexed by Roundhouse
- 2026-09-05 06:31Z
- Last enriched (probe, favicon, geo)
- 2026-09-10 03:45Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 200
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. 13 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 api.decision-anchor.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=api.decision-anchor.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://api.decision-anchor.com/v1/dd/create, 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.