x402 List

x402 Protocol Service Directory

Decision Anchor

Infrastructure PAYMENT-READY

payment-ready until 2026-08-20

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.

first settlement 2026-08-06 · $0.01 all-time · settled via coinbase

BASE URL https://api.decision-anchor.com WEBSITE https://decision-anchor.com ENDPOINTS 8 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-28 MONITORED SINCE 2026-07-28

ASSESSMENT

updated 2h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
866ms
avg response
402ms
total checks
1,458

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.

jump to compliance checklist

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
140d
registrar
Cloudflare, Inc.
hosting
custom
domain created
2026-03-24

Identity facts, not a risk score.

traction $0.01 30d · 1 buyers · top buyer 100%
volume 30d
$0.01
buyers 30d
1
settlements 30d
1
first settlement
2026-08-06
last settlement
2026-08-06
top buyer share
100% of 30d volume
trend 7d vs 30d
0.00x the 30d daily rate
networks
eip155:8453
volume all-time
$0.01
settlements all-time
1
median settlement 30d
$0.01
max settlement 30d
$0.01
settled via
coinbase ($0.01, 1 tx)

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-derived

Decision Anchor provides an external anchoring layer for AI agents to ensure accountability for their decisions, delegations, and disputes.

category
ai-governance
in
body
auth
api key
ai-accountabilitydecision-trackingdispute-resolutionagent-governance

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
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
8 endpoints

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.

// request
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 90d 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.

UPTIME
07-28 · uptime 100.0% · 249ms avg07-29 · uptime 100.0% · 241ms avg07-30 · uptime 100.0% · 253ms avg07-31 · uptime 100.0% · 246ms avg08-01 · uptime 100.0% · 315ms avg08-02 · uptime 100.0% · 356ms avg08-03 · uptime 100.0% · 332ms avg08-04 · uptime 100.0% · 311ms avg08-05 · uptime 100.0% · 430ms avg08-06 · uptime 100.0% · 584ms avg08-07 · uptime 100.0% · 622ms avg08-08 · uptime 100.0% · 703ms avg08-09 · uptime 100.0% · 292ms avg08-10 · uptime 100.0% · 477ms avg08-11 · uptime 100.0% · 535ms avg08-12 · uptime 100.0% · 470ms avg08-13 · uptime 100.0% · 316ms avg07-2808-13
90d UPTIME 100%
RESPONSE TIME
07-28 · 249ms avg07-28 · 249ms avg07-29 · 241ms avg07-29 · 241ms avg07-30 · 253ms avg07-30 · 253ms avg07-31 · 246ms avg07-31 · 246ms avg08-01 · 315ms avg08-01 · 315ms avg08-02 · 356ms avg08-02 · 356ms avg08-03 · 332ms avg08-03 · 332ms avg08-04 · 311ms avg08-04 · 311ms avg08-05 · 430ms avg08-05 · 430ms avg08-06 · 584ms avg08-06 · 584ms avg08-07 · 622ms avg08-07 · 622ms avg08-08 · 703ms avg08-08 · 703ms avg08-09 · 292ms avg08-09 · 292ms avg08-10 · 477ms avg08-10 · 477ms avg08-11 · 535ms avg08-11 · 535ms avg08-12 · 470ms avg08-12 · 470ms avg08-13 · 316ms avg08-13 · 316ms avg07-2808-13
AVG RESP 401ms
PRICE (captured 402, USD)
07-28 · $0.0108-13 · $0.01$0.0107-2808-13

Median across 8 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance07-2808-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

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.

VOLUME (on-chain settlement, USD)
building volume history (1 day so far)
DISTINCT BUYERS
building buyer history (1 day so far)

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-28 · last up 2026-08-13

  • 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
TIME STATUS RESP CAUSE
● OK 270ms
● OK 196ms
● OK 213ms
● OK 282ms
● OK 308ms
● OK 331ms
● OK 324ms
● OK 337ms
● OK 377ms
● OK 267ms
● OK 412ms
● OK 269ms
● OK 286ms
● OK 283ms
● OK 236ms
● OK 527ms
● OK 322ms
● OK 352ms

EMBED THIS BADGE

Show that Decision Anchor is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Decision Anchor listed on x402-list
status
Decision Anchor uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![Decision Anchor on x402-list](https://x402-list.com/badge/decision-anchor.svg)](https://x402-list.com/services/decision-anchor?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/decision-anchor/update.