Back to Materios
Orynq SDK · Powered by Materios

Prove what
your AI
actually did.

AI claims live in vendor logs you have to trust. Orynq certifies inference traces through the Materios committee and anchors the receipts to Cardano — so “the model said X” becomes a proof anyone can replay, not a log line you control.

Quick start
$npm install @fluxpointstudios/orynq-sdk-client
  1. 01Instrument your AI agent.
  2. 02Generate the trace manifest.
  3. 03POST /anchors/process-trace → receive txHash.
See full docs
Built for
Enterprise AI Compliance teams AI auditors
The 5-year audit question
If a regulator or court audited your AI system in five years, what verifiable evidence could you produce to prove how a decision was made? Who governed it, and that neither the data nor the model was altered over time?
Orynq is what you'd hand them.
Definitions

What “AI process tracing” actually means.

Six terms that get used interchangeably in AI audit discussions. Here's the precise meaning of each — and which one Orynq solves in code.

AI process tracingnoun · the practice
Capturing the ordered sequence of observations, decisions, tool calls, and outputs an AI agent produces during a run. With Orynq, each event becomes a node in a rolling-hash chain — reordering, inserting, or deleting any event breaks the chain. The full execution pathway becomes replayable byte-for-byte.
AI audit trailnoun · the artifact
An immutable, chronologically ordered, third-party-verifiable record of an AI system’s decisions, governance attestations, and model/data state over time. The trail proves what happened without requiring trust in the operator. Required by EU AI Act Article 12, NIST AI RMF, and ISO 42001. Read the 2026 guide
AI paper trailnoun · plain-English term
A regulator-friendly synonym for AI audit trail. When a court, regulator, or compliance officer asks "show me the paper trail for this AI decision," they want exactly what Orynq produces: a signed, time-anchored, replayable record that no party — including the operator — could have altered after the fact.
Proof of inferencenoun · the cryptographic claim
The cryptographic claim that a specific AI model produced a specific output for a specific input at a specific moment. Orynq implements proof of inference via signed Merkle-bundled process traces anchored to Cardano L1 (metadata label 2222). Verifiable by anyone using only the txHash. Read the 2026 guide
AI traceabilitynoun · the property
The property of an AI system whereby every decision and output can be linked back to the inputs, model version, governance approvals, and time of execution that produced it. Orynq makes traceability cryptographic instead of organizational — it survives staff turnover, vendor changes, and adversarial review.
Verifiable AInoun · the design property
AI systems whose behavior can be independently checked by parties who do not trust the operator. Orynq is one of two main approaches: cryptographic anchoring of traces (our path) and zero-knowledge proofs of inference (ZKML — EZKL, Giza, Modulus). Anchoring is cheaper and ships today; ZKML offers stronger guarantees at higher cost. Compare ZKML vs anchoring
How Orynq answers it

Three clauses, three primitives.

Each clause of the audit question maps to a specific cryptographic mechanism in the SDK. Together they make the trace replayable, attributable, and time-anchored.

01

How a decision was made.

Rolling-hash event chains

Every span, event, decision, and tool call gets a hash that includes the previous event’s hash. Reorder, insert, or delete anything and the chain breaks. The full decision pathway replays byte-for-byte five years later.

02

Who governed it.

On-chain signatures + governance attestation events

Each anchor transaction is signed by a Cardano wallet — on-chain identity. Governance attestations (compliance review, release approval, role-based sign-off) live as signed events in the same Merkle bundle as the decision they govern.

03

Neither the data nor the model was altered over time.

manifestHash anchored with every inference

A manifest hash — model checkpoint + tokenizer + system prompt + training-data fingerprint — commits with every trace. Anyone can verify the exact model and data state used at that moment. Fine-tune the model? Anchor a new manifest. Drift is cryptographically detectable.

Disclosure

These guarantees hold if you use the SDK with disciplinemanifests must be pinned before execution, governance events must be signed by their actual signers, and the raw off-chain trace must be preserved alongside the txHash. Gaps we're actively closing live as open issues on github.com/Flux-Point-Studios/orynq-sdk.

What is Orynq?

Orynq is our cryptographic AI process tracing and anchoring SDK. It captures every span, event, decision, and tool call in an agent's execution as a rolling-hash chain, then bundles them into a Merkle tree that can be selectively disclosed.

The bundle's root hash anchors to Cardano under metadata label 2222, or to the Materios partner chain for committee-certified, high-throughput receipts with an hourly Cardano L1 anchor.

Anyone can verify any anchor using only the txHash — Blockfrost, our open verifier, or any Cardano explorer works. No API key, no token gating, no trust.

Privacy by Design

On-chain stores hashes and pointers only, never raw prompts, responses, or sensitive data. And because the trace is bundled into a Merkle tree, you can selectively disclose only the events that matter — keeping the rest of your AI's execution private.

Cryptographic Process Tracing

Rolling hash chains prove event ordering across every span, decision, and tool call. Merkle trees enable selective disclosure — reveal specific events without exposing the rest of the trace.

Multi-Chain Anchoring

Cardano L1 under metadata label 2222 for permanent settlement, or the Materios partner chain for high-throughput, committee-certified receipts with an hourly Cardano anchor.

Pay-Per-Anchor

Self-host with your own Cardano wallet (~0.2–0.3 ADA per anchor) or use the managed Anchor-as-a-Service with x402 / Flux payment protocols. No subscriptions required.

Anyone Can Verify

Provide a txHash; replay the inclusion proof with Blockfrost, our open verifier, or any Cardano explorer. No API keys, no token gating, no trust required.

Compliance-Ready

Cryptographically falsifiable audit trail for AI inference. Built for regulators, security auditors, and AI governance teams that need more than vendor logs.

MCP-Ready

Drop-in MCP server lets AI agents record their own process traces. Compatible with Claude, Cursor, OpenClaw, and any MCP-aware host out of the box.

Simple Integration

How It Works

Anchor your AI agent's decisions to the Cardano blockchain in four simple steps. No blockchain expertise required.

1

Instrument Your Agent

Your AI agent runs with the Orynq SDK instrumentation, capturing decisions and actions in real-time.

2

Generate Trace Manifest

SDK generates a cryptographic trace manifest containing only hashes - no sensitive data leaves your system.

3

Anchor to Blockchain

Call our API with your enterprise subscription or pay-per-anchor via x402 - no wallet management needed.

4

Verify Anytime

Receive txHash instantly. Verify your anchor anytime via Cardanoscan or our built-in verifier.

Ready to get started? View the documentation

Compliance mapping

Built for the AI audit frameworks you'll answer to.

The three regimes that actually require AI traceability today, and the Orynq primitive that satisfies each. Cryptographic AI audit trail by design, not by procedure.

EU AI Act

Article 12
European Union · binding
Requirement

High-risk AI systems must "automatically record events ('logs') over the duration of the lifetime of the system" with traceability sufficient to "facilitate the post-market monitoring" of system behavior.

Orynq mapping

Every Orynq trace satisfies the "automatic recording" requirement. Cardano anchoring extends "duration of lifetime" past the operator’s control — the log survives company shutdown, vendor change, or adversarial deletion.

Article 12 text

NIST AI RMF

GOVERN-1.4 + MEASURE-2
United States · framework
Requirement

"Mechanisms are in place to inventory AI systems, deployed and decommissioned" and "AI systems are evaluated for trustworthy characteristics" — both requiring tamper-evident records of model state and inference behavior.

Orynq mapping

manifestHash anchors model + tokenizer + training-data fingerprint with every inference. The Merkle bundle gives MEASURE-2 evaluators selective access to specific decisions without exposing the full trace.

AI RMF 1.0

ISO/IEC 42001

A.6.2 + A.7.4
International · certifiable
Requirement

"Records of AI system decisions shall be maintained" (A.7.4) and "competence and awareness of governance roles shall be evidenced" (A.6.2) — together demanding signed governance attestations alongside decision logs.

Orynq mapping

Governance attestations live as signed events in the same Merkle bundle as the decision they govern (issue #58 on the orynq-sdk repo standardizes the schema). Auditors get decision + governance lineage in one verifiable artifact.

ISO/IEC 42001:2023

Try It Now

Experience blockchain anchoring firsthand. The demo uses Cardano preprod testnet - no real ADA required.

Sample Manifest

Security Verification
Ready to anchor
No trust required

Verify an anchor.

Independently confirm an anchor exists on Cardano mainnet. Cryptographic proof — nothing to trust about us.

Verify Anchor

Prove an Orynq anchor exists on the Cardano blockchain

Provide to verify the on-chain manifest hash matches your expected value

Orynq anchors are cryptographic proofs stored on-chain using Cardano metadata label 2222.
Verification checks the blockchain directly to confirm anchor existence and data integrity.

Integration

Drop-in examples.

Ship anchored AI in your preferred language. Same SDK shape across TypeScript, Python, and curl.

# 1. Request anchor (returns 402 with payment invoice)
curl -X POST https://api-v3.fluxpointstudios.com/anchors/process-trace \
-H "Content-Type: application/json" \
-H "X-Partner: your_partner_id" \
-d '{"manifest": {"agentId": "my-agent", "manifestHash": "sha256:..."}}'
# Response: 402 Payment Required
# {"chain": "cardano-mainnet", "payTo": "addr1...", "amount": "2500000"}
# 2. Pay the invoice, then retry with payment proof
curl -X POST https://api-v3.fluxpointstudios.com/anchors/process-trace \
-H "Content-Type: application/json" \
-H "X-Partner: your_partner_id" \
-H "X-Payment: <payment_token>" \
-d '{"manifest": {...}}'
Why anchoring

Application logs are not an audit trail.

LangSmith, Arize, and Datadog LLM Observability are private dashboards — useful for engineering, not defensible in an audit. Here's the gap they leave and where Orynq fills it.

 
Application logs
DB rows, Loki, Splunk
LLM observability
LangSmith, Arize, Datadog
Orynq
Cryptographic anchoring
Who can verify the record?Whoever owns the databaseVendor + customer (login required)Anyone with the txHash
Tamper-evidenceNone — rows can be silently editedVendor-attested onlyCryptographic (rolling hash + Merkle)
Survives operator going darkNo — dies with the databaseNo — dies with the vendorYes — anchor lives on Cardano L1
Selective disclosureAll or nothingWhatever the dashboard showsPer-event Merkle proofs
Model-state proofNoneVendor-recorded (trust required)manifestHash pinned per inference
Audit cost over 5 yearsStorage + retention + legal~$30k+/yr vendor seat~0.2–0.3 ADA per anchor

None of this means Orynq replaces LLM observability — it doesn't. Run LangSmith for your engineers and Orynq for your auditors. Same traces; two surfaces.

Simple, Transparent Pricing

Pay only for what you use. No hidden fees.

Managed Anchoring

No crypto wallet needed • API key authentication • Pay by card

Starter

$49/mo
500 anchors
$0.15 overage
POPULAR

Growth

$199/mo
2,500 anchors
$0.10 overage

Scale

Custom
Unlimited
Volume pricing
No wallet management
API key authentication
Usage dashboard
Pay via invoice (USD)
Dedicated support
SLA available
Self-Service Option

Pay-Per-Use

Use your own Cardano wallet - pay only when you anchor

~2-3ADA

per anchor

At current ADA prices

No monthly fees
No minimums
Pay per anchor only
Immutable on-chain proof

Need Higher Volume?

Check out our managed plans above for prepaid credits and API key access, or contact us for custom high-volume pricing.

Prices may vary slightly based on Cardano network fees. USD estimate based on current ADA market rates.

Frequently Asked Questions

Everything you need to know about Orynq anchoring

Have more questions? Check the documentation or contact us.

Get in Touch

Interested in volume discounts or custom enterprise solutions? Fill out the form below and our team will get back to you within 24 hours.

Prefer email? Reach us directly at [email protected]