FractalAI Training Provenance
The first AI-native Layer 1 blockchain built from scratch in Rust. Post-quantum cryptography (CRYSTALS-Dilithium), Proof of Fractal Work consensus, WASM smart contracts, and 460+ RPC endpoints. Mine FRAC tokens with fractal analysis instead of hash puzzles.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": "Payment required",
"price": "$0.05",
"usage": "POST { dataset | dataset_hash, model_id, issuer?, content_type?, prompt? }. First call → 402 with `accepts` (facilitator EIP-3009 gasless, or pay-first txHash). Retry with X-PAYMENT. Returns a re-verifiable C2PA-compatible provenance manifest (Dilithium-2 anchor) plus a served ML-DSA-65 / Dilithium-3 (NIST FIPS 204) signature over the same canonical claim.",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"decimals": 6,
"assetTransferMethod": "eip3009"
},
"payTo": "0xC13789e82661635d9Cea38a53A0390CF9939ef4f",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USDC",
"decimals": 6,
"settlement": "txHash",
"instructions": "Facilitator-less: send exactly `amount` USDC to `payTo` on Base, then retry with PAYMENT-SIGNATURE = base64(JSON({ txHash })) (X-PAYMENT also accepted)."
},
"payTo": "0xC13789e82661635d9Cea38a53A0390CF9939ef4f",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"service": "FractalAI x402 Pay-per-Training-Provenance — seal dataset/training-run provenance for autonomous agents",
"resource": {
"url": "https://fractalai.net.co/api/x402/attest-training",
"tags": [
"training",
"c2pa",
"provenance",
"ai-model",
"ml-dsa"
],
"mimeType": "application/json",
"description": "Pay-per-Training-Provenance: an agent pays to seal the provenance of a dataset or training run — a C2PA-compatible manifest binding the dataset/artifact hash to a declared origin, served with a post-quantum ML-DSA-65 / Dilithium-3 (NIST FIPS 204) signature over the same canonical claim (manifest anchor: Dilithium-2). Built for EU AI Act Art. 10/53 training-data provenance. Privacy-preserving (only the hash is bound). x402-native.",
"serviceName": "FractalAI Training Provenance"
},
"extensions": {
"bazaar": {
"body": {
"model_id": "fane-1",
"dataset_hash": "sha256hex"
},
"info": {
"input": {
"body": {
"model_id": "fane-1",
"dataset_hash": "sha256hex"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"algorithm": "ml-dsa-65",
"signature": "BASE64",
"manifest_id": "…"
}
}
},
"tags": [
"training",
"c2pa",
"provenance",
"ai-model",
"ml-dsa"
],
"type": "http",
"method": "POST",
"output": {
"type": "json",
"schema": {
"type": "object",
"required": [
"manifest",
"algorithm",
"signature",
"public_key"
],
"properties": {
"payment": {
"type": "object",
"description": "Settlement receipt (scheme, network, asset, txHash, payer, settled)."
},
"manifest": {
"type": "object",
"description": "The re-verifiable C2PA-compatible provenance manifest, signed with Dilithium-2 (NIST FIPS 204): { claim (content_hash, model_id, issuer, prompt_hash, created_at, ...), signature (base64 Dilithium-2), public_key, manifest_id }."
},
"algorithm": {
"type": "string",
"description": "ml-dsa-65"
},
"signature": {
"type": "string",
"description": "Base64 ML-DSA-65 / Dilithium-3 (NIST FIPS 204) served signature (3309 bytes) over the 3-line, route-separated message FRACTALAI-x402-served-v1\\nx402-attest-training\\n<digest> (returned verbatim as signed_message), where digest = sha256(canonicalClaim(manifest.claim)) = manifest.manifest_id."
},
"verify_at": {
"type": "string",
"description": "Endpoint to freely re-verify the Dilithium-2 manifest."
},
"public_key": {
"type": "string",
"description": "Base64 ML-DSA-65 public key (1952 bytes) that verifies the served signature."
},
"signed_message": {
"type": "string",
"description": "The EXACT bytes covered by signature: the 3 lines FRACTALAI-x402-served-v1\\nx402-attest-training\\n<digest>. Verify against these verbatim."
},
"algorithm_label": {
"type": "string",
"description": "ML-DSA-65 / Dilithium-3 (NIST FIPS 204)"
},
"served_signature": {
"type": "object",
"description": "The served post-quantum proof: { algorithm, algorithm_label, digest, message, signed_message, signature, public_key, note } — offline-verifiable independently of the manifest."
}
}
},
"example": {
"algorithm": "ml-dsa-65",
"signature": "BASE64",
"manifest_id": "…"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object"
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"headers": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"queryParams": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
},
"bodyType": "json",
"route_key": "POST /api/x402/attest-training",
"description": "Pay-per-Training-Provenance: an agent pays to seal the provenance of a dataset or training run — a C2PA-compatible manifest binding the dataset/artifact hash to a declared origin, served with a post-quantum ML-DSA-65 / Dilithium-3 (NIST FIPS 204) signature over the same canonical claim (manifest anchor: Dilithium-2). Built for EU AI Act Art. 10/53 training-data provenance. Privacy-preserving (only the hash is bound). x402-native.",
"serviceName": "FractalAI Training Provenance"
}
},
"x402Version": 2,
"honest_scope": "Proves integrity, authenticity of the CLAIM, and non-repudiation of what the issuer declared. It does NOT prove the content is safe, true, or lawful, and it is not an AI-detector — it records the provider's own machine-readable mark. Dilithium-2 is resistant to known classical & quantum attacks (NIST FIPS 204), not \"unbreakable\"."
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.05 USDC on Base to 0xC137…9ef4f. The signed payment is good for 5 minutes.
- Paid to
- 0xC137…9ef4f
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 50000 smallest units
Pay 0.05 USDC on Base to 0xC137…9ef4f. The signed payment is good for 5 minutes.
- Paid to
- 0xC137…9ef4f
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 50000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"decimals": 6,
"assetTransferMethod": "eip3009"
},
"payTo": "0xC13789e82661635d9Cea38a53A0390CF9939ef4f",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USDC",
"decimals": 6,
"settlement": "txHash",
"instructions": "Facilitator-less: send exactly `amount` USDC to `payTo` on Base, then retry with PAYMENT-SIGNATURE = base64(JSON({ txHash })) (X-PAYMENT also accepted)."
},
"payTo": "0xC13789e82661635d9Cea38a53A0390CF9939ef4f",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"body": {
"model_id": "fane-1",
"dataset_hash": "sha256hex"
},
"info": {
"input": {
"body": {
"model_id": "fane-1",
"dataset_hash": "sha256hex"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"algorithm": "ml-dsa-65",
"signature": "BASE64",
"manifest_id": "…"
}
}
},
"tags": [
"training",
"c2pa",
"provenance",
"ai-model",
"ml-dsa"
],
"type": "http",
"method": "POST",
"output": {
"type": "json",
"schema": {
"type": "object",
"required": [
"manifest",
"algorithm",
"signature",
"public_key"
],
"properties": {
"payment": {
"type": "object",
"description": "Settlement receipt (scheme, network, asset, txHash, payer, settled)."
},
"manifest": {
"type": "object",
"description": "The re-verifiable C2PA-compatible provenance manifest, signed with Dilithium-2 (NIST FIPS 204): { claim (content_hash, model_id, issuer, prompt_hash, created_at, ...), signature (base64 Dilithium-2), public_key, manifest_id }."
},
"algorithm": {
"type": "string",
"description": "ml-dsa-65"
},
"signature": {
"type": "string",
"description": "Base64 ML-DSA-65 / Dilithium-3 (NIST FIPS 204) served signature (3309 bytes) over the 3-line, route-separated message FRACTALAI-x402-served-v1\\nx402-attest-training\\n<digest> (returned verbatim as signed_message), where digest = sha256(canonicalClaim(manifest.claim)) = manifest.manifest_id."
},
"verify_at": {
"type": "string",
"description": "Endpoint to freely re-verify the Dilithium-2 manifest."
},
"public_key": {
"type": "string",
"description": "Base64 ML-DSA-65 public key (1952 bytes) that verifies the served signature."
},
"signed_message": {
"type": "string",
"description": "The EXACT bytes covered by signature: the 3 lines FRACTALAI-x402-served-v1\\nx402-attest-training\\n<digest>. Verify against these verbatim."
},
"algorithm_label": {
"type": "string",
"description": "ML-DSA-65 / Dilithium-3 (NIST FIPS 204)"
},
"served_signature": {
"type": "object",
"description": "The served post-quantum proof: { algorithm, algorithm_label, digest, message, signed_message, signature, public_key, note } — offline-verifiable independently of the manifest."
}
}
},
"example": {
"algorithm": "ml-dsa-65",
"signature": "BASE64",
"manifest_id": "…"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object"
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"headers": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"queryParams": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
},
"bodyType": "json",
"route_key": "POST /api/x402/attest-training",
"description": "Pay-per-Training-Provenance: an agent pays to seal the provenance of a dataset or training run — a C2PA-compatible manifest binding the dataset/artifact hash to a declared origin, served with a post-quantum ML-DSA-65 / Dilithium-3 (NIST FIPS 204) signature over the same canonical claim (manifest anchor: Dilithium-2). Built for EU AI Act Art. 10/53 training-data provenance. Privacy-preserving (only the hash is bound). x402-native.",
"serviceName": "FractalAI Training Provenance"
}
}Provenance
- Seen in the source catalog
- 2026-09-15 16:14Z
- Last indexed by Roundhouse
- 2026-09-24 23:30Z
- Last enriched (probe, favicon, geo)
- 2026-09-15 19:45Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 9 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service FractalAI Training Provenance and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=FractalAI%20Training%20Provenance' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://fractalai.net.co/api/x402/attest-training, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.