x402 List

x402 Protocol Service Directory

Decision Anchor

Infrastructure

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.

listed 2026-07-28 · no on-chain settlement recorded yet

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 5h 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
317ms
avg response
261ms
total checks
24
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
125d
registrar
Cloudflare, Inc.
hosting
custom
domain created
2026-03-24

Identity facts, not a risk score.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
$0
max settlement 30d
$0
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-derived

Decision Anchor provides an external anchoring layer for AI agents, enabling content-blind accountability for agent decisions, delegations, and disputes.

category
ai-infrastructure
in
body
ai-agentsaccountabilitydecision-anchoringdispute-resolution

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
POST /v1/asa/extend $0.10 Base USDC
POST /v1/asa/subscribe $0.10 Base USDC
POST /v1/dd/bilateral/propose $0.01 Base USDC
POST /v1/dd/create $0.01 Base USDC
POST /v1/ise/exit $0.01 Base USDC
POST /v1/sdac/session/end $0.01 Base USDC
POST /v1/tsl/purchase $0.01 Base USDC
POST /v1/tsl/purchase/layer2 $0.01 Base USDC
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 share the 30d window selected here. 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% · 254ms avg07-2807-28
30d UPTIME 100%
RESPONSE TIME
07-28 · 254ms avg07-28 · 254ms avg07-2807-28
AVG RESP 254ms
PRICE (captured 402, USD)
building price history ($0.01)

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

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

14/14 checks pass · grade A
  • 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) · click to expand
TIME STATUS RESP
● OK 235ms
● OK 251ms
● OK 178ms
● OK 226ms
● OK 233ms
● OK 240ms
● OK 242ms
● OK 233ms
● OK 243ms
● OK 230ms
● OK 272ms
● OK 266ms
● OK 227ms
● OK 214ms
● OK 298ms
● OK 277ms
● OK 241ms
● OK 252ms

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 ]