mirrored listing x402 eip155:8453

Evaluate a proposed action, claim, policy, relation, or artifact before commitment

Evaluate a proposed action, claim, policy, relation, or artifact before commitment. Returns a privacy-preserving structural judgment and receipt; it does not modify Root Logos or grant authority.

Do you run runtime.rootlogos.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-09
updated

Provider

runtime.rootlogos.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x13c474081BEc0459F06F750E687ffeB4a35A4F39",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "consent": true,
          "evaluation_id": "agent_eval_20260909_0001",
          "statement": "Before publishing this irreversible action, evaluate its structural risks, tensions, and reversibility.",
          "subject_kind": "action"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "disposition": "bounded-clearance",
          "receipt_digest": "sha256",
          "reversibility": "explicit-review-required",
          "risk_flags": [],
          "schema": "root-logos-constitutional-evaluation/v1"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "consent": {
                  "const": true,
                  "type": "boolean"
                },
                "evaluation_id": {
                  "maxLength": 128,
                  "minLength": 16,
                  "pattern": "^[A-Za-z0-9_-]+$",
                  "type": "string"
                },
                "statement": {
                  "maxLength": 6000,
                  "minLength": 20,
                  "type": "string"
                },
                "subject_kind": {
                  "enum": [
                    "action",
                    "claim",
                    "policy",
                    "relation",
                    "artifact"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "evaluation_id",
                "subject_kind",
                "statement",
                "consent"
              ]
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "payment-identifier": {
    "info": {
      "required": false
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "id": {
          "maxLength": 128,
          "minLength": 16,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "type": "string"
        },
        "required": {
          "type": "boolean"
        }
      },
      "required": [
        "required"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://runtime.rootlogos.com/v1/evaluation"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://runtime.rootlogos.com/v1/evaluation");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://runtime.rootlogos.com/v1/evaluation")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/12340.json, and this resource appears in /discovery/resources and /discovery/search.