Decision Anchor
Infrastructure PAYMENT-READYpayment-ready until 2026-09-18
External anchoring layer: records AI agent accountability boundaries on both sides. Content-blind.
Pay from $0.01 to $0.10 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
measured since 2026-08-06 (start of our harvest window) · $0.01 all-time · last settled 2026-08-06
VERDICT
ranking generation 3Not ranked: Infrastructure holds 2 measured services in total, under the 4 we require before publishing a position. The scoring is pool-relative (price and speed are scored against the whole category field, every listing in it that carries no danger flag, the scored service included), so on a field this small the number would be measuring how empty the category is, not how good the service is. Everything we did measure on it stays published below.
ALTERNATIVES IN INFRASTRUCTURE
No ranked comparison in Infrastructure yet: fewer than 4 services here carry enough measurement, and a table of bands drawn from a field that small would flatter whoever stands in it. The measured figures of each listing stay on its own page.
ASSESSMENT
updated 1h agoThe parts the verdict above is computed from, each with its proof. Click any chip. Measured values stay read-only; unknown is honest, and an unknown is never counted as a zero.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 1030ms
- avg response
- 374ms
- total checks
- 2,763
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.01 to $0.10 (p25 in Infrastructure)
- price (min)
- $0.01
- price (max)
- $0.10
- category percentile (min)
- p25 in Infrastructure
- category percentile (max)
- p25 in Infrastructure
- endpoints / prices
- 8 / 2
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- 168d
- registrar
- Cloudflare, Inc.
- hosting
- custom
- domain created
- 2026-03-24
Identity facts, not a risk score.
traction $0.00 30d · 0 buyers
- volume 30d
- $0.00
- buyers 30d
- 0
- settlements 30d
- 0
- measured since
- 2026-08-06 (start of our harvest window)
- last settlement
- 2026-08-06
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- eip155:8453
- volume all-time
- $0.01
- settlements all-time
- 1
- median settlement 30d
- -
- max settlement 30d
- -
- settled via
- -
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedNo AI synthesis has been produced for this service yet.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| POST | /v1/asa/extend | $0.10 | Base | USDC | header | |
| POST | /v1/asa/subscribe | $0.10 | Base | USDC | header | |
| POST | /v1/dd/bilateral/propose | $0.01 | Base | USDC | header | |
| POST | /v1/dd/create | $0.01 | Base | USDC | header | |
| POST | /v1/ise/exit | $0.01 | Base | USDC | header | |
| POST | /v1/sdac/session/end | $0.01 | Base | USDC | header | |
| POST | /v1/tsl/purchase | $0.01 | Base | USDC | header | |
| POST | /v1/tsl/purchase/layer2 | $0.01 | Base | USDC | header |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /v1/asa/extend returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://api.decision-anchor.com/v1/asa/extend'
// 402 response (captured by monitor) · 8 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xAA7aD7Db6058b90A8BD97187fe872BbEE149DBC8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.decision-anchor.com/v1/dd/create",
"mimeType": "application/json",
"description": "Record a decision declaration with its accountability scope, anchored externally (content-blind)."
},
"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"
}
},
"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": "v1.3.0 pricing axis — optional, defaults to none."
},
"ee_retention_period": {
"enum": [
"short",
"medium",
"long",
"extreme_long",
"indefinite"
],
"type": "string",
"description": "v1.3.2 — extreme_long(10년·1회 100 DAC), indefinite(영구·월 50 DAC 구독, 활성 구독 필요)"
},
"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": "v1.3.0 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": "v1.3.0 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": "v1.3.0 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
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xAA7aD7Db6058b90A8BD97187fe872BbEE149DBC8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.decision-anchor.com/v1/dd/bilateral/propose",
"mimeType": "application/json",
"description": "Propose a bilateral decision declaration to a counterparty agent (content-blind)."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"dd": {
"dd_unit_type": "single",
"decision_type": "external_interaction",
"selection_state": "SELECTED",
"dd_declaration_mode": "bilateral",
"origin_context_type": "external",
"decision_action_type": "approve"
},
"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",
"counterparty_agent_id": "00000000-0000-0000-0000-000000000000"
},
"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",
"method"
],
"properties": {
"body": {
"type": "object",
"required": [
"counterparty_agent_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": "v1.3.0 pricing axis — optional, defaults to none."
},
"ee_retention_period": {
"enum": [
"short",
"medium",
"long",
"extreme_long",
"indefinite"
],
"type": "string",
"description": "v1.3.2 — extreme_long(10년·1회 100 DAC), indefinite(영구·월 50 DAC 구독, 활성 구독 필요)"
},
"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": "v1.3.0 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)."
},
"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",
"description": "Optional idempotency key (UUID)."
},
"counterparty_agent_id": {
"type": "string",
"format": "uuid"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xAA7aD7Db6058b90A8BD97187fe872BbEE149DBC8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.decision-anchor.com/v1/tsl/purchase",
"mimeType": "application/json",
"description": "Purchase a Trace Synthesis Layer tool that re-arranges observed decision patterns."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"tool_id": "00000000-0000-0000-0000-000000000000",
"request_id": "00000000-0000-0000-0000-000000000000"
},
"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",
"method"
],
"properties": {
"body": {
"type": "object",
"required": [
"tool_id"
],
"properties": {
"tool_id": {
"type": "string",
"format": "uuid"
},
"request_id": {
"type": "string",
"format": "uuid"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xAA7aD7Db6058b90A8BD97187fe872BbEE149DBC8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.decision-anchor.com/v1/tsl/purchase/layer2",
"mimeType": "application/json",
"description": "Purchase a layer-2 composed TSL tool."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"tool_id": "00000000-0000-0000-0000-000000000000"
},
"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",
"method"
],
"properties": {
"body": {
"type": "object",
"required": [
"tool_id"
],
"properties": {
"tool_id": {
"type": "string",
"format": "uuid"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xAA7aD7Db6058b90A8BD97187fe872BbEE149DBC8",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.decision-anchor.com/v1/asa/subscribe",
"mimeType": "application/json",
"description": "Subscribe to Agent State Archive — hash-anchored external state snapshots."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"periods": 1,
"payment_source": "external"
},
"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",
"method"
],
"properties": {
"body": {
"type": "object",
"properties": {
"periods": {
"type": "integer",
"default": 1,
"maximum": 12,
"minimum": 1,
"description": "Number of 90-day periods"
},
"payment_source": {
"enum": [
"external",
"earned"
],
"type": "string",
"default": "external"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xAA7aD7Db6058b90A8BD97187fe872BbEE149DBC8",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.decision-anchor.com/v1/asa/extend",
"mimeType": "application/json",
"description": "Extend an existing Agent State Archive subscription by one or more periods (single external payment)."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"periods": 1,
"payment_source": "external"
},
"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",
"method"
],
"properties": {
"body": {
"type": "object",
"properties": {}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xAA7aD7Db6058b90A8BD97187fe872BbEE149DBC8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.decision-anchor.com/v1/sdac/session/end",
"mimeType": "application/json",
"description": "Settle a simulated-DAC practice session — same environment conditions, no accountability records created."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"session_id": "00000000-0000-0000-0000-000000000000"
},
"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",
"method"
],
"properties": {
"body": {
"type": "object",
"required": [
"session_id"
],
"properties": {
"session_id": {
"type": "string",
"format": "uuid"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xAA7aD7Db6058b90A8BD97187fe872BbEE149DBC8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.decision-anchor.com/v1/ise/exit",
"mimeType": "application/json",
"description": "Exit an Idle State Environment stay (no content recorded; environment metadata only)."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"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",
"method"
],
"properties": {
"body": {
"type": "object",
"properties": {}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/decision-anchor/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 8 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.
COMPLIANCE
14/14 checks pass · grade Alast 402 captured 2026-07-28 · last up 2026-09-11
- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) live · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/decision-anchor?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/decision-anchor.svg" alt="Decision Anchor listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/decision-anchor?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/decision-anchor?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/decision-anchor.svg?data=uptime" alt="Decision Anchor uptime on x402-list" height="28"> </a>