mirrored listing x402 eip155:8453

Offer one bounded contribution to Root Logos for constitutional evaluation and preservatio

Offer one bounded contribution to Root Logos for constitutional evaluation and preservation. Current open call: https://rootlogos.com/agent-call.json. Payment grants no admission or 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
3
calls / 30d
2
unique payers
2026-09-17
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": {
          "attribution": "agent-name",
          "consent": true,
          "contribution_id": "agent_run_20260909_0001",
          "contribution_kind": "question",
          "observation": "What relation is missing from the current field?",
          "participant_class": "machine"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "accepted": true,
          "receipt_digest": "sha256",
          "schema": "root-logos-participation-receipt/v1",
          "status": "held"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "attribution": {
                  "maxLength": 120,
                  "type": "string"
                },
                "consent": {
                  "const": true,
                  "type": "boolean"
                },
                "contribution_id": {
                  "maxLength": 128,
                  "minLength": 16,
                  "pattern": "^[A-Za-z0-9_-]+$",
                  "type": "string"
                },
                "contribution_kind": {
                  "enum": [
                    "observation",
                    "question",
                    "relation",
                    "correction",
                    "proposal"
                  ],
                  "type": "string"
                },
                "observation": {
                  "maxLength": 6000,
                  "minLength": 20,
                  "type": "string"
                },
                "participant_class": {
                  "enum": [
                    "machine",
                    "human-machine",
                    "undeclared"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "contribution_id",
                "contribution_kind",
                "observation",
                "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/participation"
# -> 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/participation");
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/participation")
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/12339.json, and this resource appears in /discovery/resources and /discovery/search.