Creates tamper-proof audit trails for AI conversations. Each message is hashed into a rolling SHA-256 chain where modifying any entry invalidates all subsequent hashes — making tampering immediately detectable.
The hash chain is created locally with zero setup required. Optionally, it can be anchored to the Materios partner chain for permanent blockchain immutability, with certified receipts batched into Cardano mainnet transactions.
- "audit my AI"
- "create audit trail"
- "blockchain audit"
- "proof of inference"
- "verify AI"
- "AI accountability"
- "audit this conversation"
- "run orynq"
- "anchor this session"
- "anchor this conversation"
- "record AI decision"
- "log this to blockchain"
- "start audit"
- "chain of custody"
No setup required for local audit trails. Upload the ability and go.
For blockchain anchoring (optional):
| Path | Setup | Who pays fees |
|---|---|---|
| Sponsored | Set MATERIOS_GATEWAY_API_KEY in main.py |
FPS (included) |
| Permissionless | Create a Materios wallet + get MATRA from faucet via orynq-sdk | You (free from faucet) |
- Trigger with a phrase like "audit my AI" or "run orynq"
- Speak the messages you want in the audit trail
- Say "done" when finished
- The ability builds a SHA-256 rolling hash chain — this is already tamper-proof locally
- You're asked if you want to also anchor it to the blockchain
- If yes: the trace is uploaded to the Materios blob gateway, certified by 10 independent attestors, and batched into a Cardano mainnet anchor transaction
User: "Audit this conversation" AI: "I will create a tamper-proof audit trail. Tell me what to include." User: "The model recommended treatment plan A for patient 42" AI: "Got it. Say more to add entries, or say done when finished." User: "Done" AI: "Built a 1-entry hash chain. Anchor hash: 3f8a... This is already tamper-proof locally. Would you also like to anchor it to the blockchain?" User: "Yes" AI: "Your audit trail was uploaded to Materios. The committee will certify it and batch it into a Cardano mainnet transaction automatically."
As AI systems make increasingly consequential decisions, organizations need provable records of what AI said and when. Traditional logging can be altered. Hash chain audit trails provide:
- Tamper evidence — Any modification breaks the chain
- Independent verification — Anyone can recompute the hashes
- Blockchain immutability — Optional on-chain anchoring via Cardano
- Regulatory compliance — Immutable records for audit requirements
- Hash algorithm: SHA-256 rolling chain (each entry includes the previous hash)
- Local artifact: Always created, zero dependencies
- Blockchain: Cardano mainnet via Materios batched anchoring (metadata label
8746) - Committee: 10 independent attestors verify data availability before certification
- Explorer: materios.fluxpointstudios.com/explorer
- SDK: orynq-sdk