ToolAssay

Ed25519-signed, Bitcoin-anchored CERTIFICATE over a statement — proof you said X

Ed25519-signed, Bitcoin-anchored CERTIFICATE over a statement — proof you said X at time T, verifiable forever at aicomglobal.com/.well-known/aicom-pubkey. GET /oasis/attest for a single-use nonce, then POST {nonce, body}.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
344 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://aicomglobal.com/oasis/attest

CategoryEverything else
Provider hostaicomglobal.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 344 ms

Example input (from the provider)

{
  "body": {
    "body": "I attest that I shipped order #42 on 2026-06-22.",
    "nonce": "att_1a2b3c4d"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "body": {
              "type": "string"
            },
            "nonce": {
              "type": "string"
            }
          },
          "required": [
            "nonce",
            "body"
          ],
          "type": "object"
        },
        "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"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON