Pay-per-Seal: one post-quantum (Dilithium-2) provenance seal + a self-contained ML-DSA-65/
Pay-per-Seal: one post-quantum (Dilithium-2) provenance seal + a self-contained ML-DSA-65/Dilithium-3 (NIST FIPS 204) signature — drand-timestamped and on-chain-anchored — over a dataset/training/content hash. EU AI Act (Art. 10/50/53) provenance for autonomous agents, x402-native.
50000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-15
updated
Provider
fractalai.net.co · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xC13789e82661635d9Cea38a53A0390CF9939ef4f",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xC13789e82661635d9Cea38a53A0390CF9939ef4f",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"body": {
"content_hash": "sha256hex",
"kind": "dataset"
},
"bodyType": "json",
"description": "Pay-per-Seal: one post-quantum (Dilithium-2) provenance seal + a self-contained ML-DSA-65/Dilithium-3 (NIST FIPS 204) signature — drand-timestamped and on-chain-anchored — over a dataset/training/content hash. EU AI Act (Art. 10/50/53) provenance for autonomous agents, x402-native.",
"info": {
"input": {
"body": {
"content_hash": "sha256hex",
"kind": "dataset"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"attestation_hash": "0x…",
"permalink": "https://fractalai.net.co/attestation/0x…",
"seal_id": "…",
"served_signature": {
"algorithm": "ml-dsa-65"
}
},
"type": "json"
}
},
"method": "POST",
"output": {
"example": {
"attestation_hash": "0x…",
"permalink": "https://fractalai.net.co/attestation/0x…",
"seal_id": "…",
"served_signature": {
"algorithm": "ml-dsa-65"
}
},
"schema": {
"properties": {
"anchor": {
"description": "On-chain anchor receipt (attestation_hash, block_number, permalink) or a note if anchoring was unavailable. Advisory — the seal is valid without it. The anchor is Dilithium-2 (ML-DSA-44), bound to the node.",
"type": "object"
},
"payment": {
"description": "Settlement receipt (scheme, network, asset, txHash, payer, settled).",
"type": "object"
},
"seal": {
"description": "The re-verifiable provenance seal: { version, content_hash, drand_round, drand_randomness, sealed_at, algorithm, signature (base64 Dilithium-2), public_key }.",
"type": "object"
},
"served_signature": {
"description": "Self-contained, OFFLINE-verifiable Dilithium-3 / ML-DSA-65 (NIST FIPS 204) signature over the canonical seal bytes: { algorithm: \"ml-dsa-65\", algorithm_label, digest (sha256 hex signed), signature (base64 ML-DSA-65, 3309 bytes), public_key (base64, 1952 bytes), signed_message (the EXACT UTF-8 bytes signed = \"FRACTALAI-x402-served-v1\\nx402-seal\\n<digest>\", route-separated, 3 lines) }. Additive — verify with ml_dsa65.verify(b64(signature), utf8(signed_message), b64(public_key)); pass signed_message verbatim, do not reconstruct it.",
"type": "object"
},
"verify_drand_at": {
"description": "URL to independently re-check the drand round on drand.sh.",
"type": "string"
}
},
"required": [
"seal"
],
"type": "object"
},
"type": "json"
},
"route_key": "POST /api/x402/seal",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"headers": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"queryParams": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"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"
},
"serviceName": "FractalAI Provenance",
"tags": [
"provenance",
"dataset",
"timestamp",
"c2pa",
"drand"
],
"type": "http"
}
}Use it
curl
curl "https://fractalai.net.co/api/x402/seal" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://fractalai.net.co/api/x402/seal");
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://fractalai.net.co/api/x402/seal")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7701.json, and this resource appears in /discovery/resources and /discovery/search.