AI acts.
REEcord proves.
Every AI decision, cryptographically anchored on-chain via Gensyn's Reproducible Execution Environment.
Use an empty wallet. Get testnet ETH ↗
Local AI conversation
You chat with an AI model running locally via Ollama. No data is sent to external servers. The full conversation is stored locally and persists across sessions.
REE execution
The full conversation is formatted and passed to Gensyn's REE inside a Docker container. REE loads the exact same model and processes the prompt deterministically, producing a receipt.json with a cryptographic signature.
Encryption & IPFS upload
The receipt is encrypted using AES-256-GCM derived from your wallet key — only you can decrypt it. The encrypted file is pinned to IPFS via Pinata, returning a content identifier (CID).
On-chain submission
The receipt hash, IPFS CID, model name, and your wallet address are written to the ReceiptRegistry smart contract on Gensyn Testnet. A transaction hash is generated — this is your permanent, tamper-proof proof of record.
Public verification
Anyone can enter the transaction hash on reecord.click to verify the record on-chain. Wallet owners can connect to decrypt and view the full conversation content. The proof is immutable and lives on the blockchain permanently.