Provider-neutral AI memory and proof infrastructure. Portable context, local-first custody, scoped recall, and offline-verifiable receipts. Open source.
Deployed Enigma ZK privacy layer to devnet to test. I'll release the technical docs as well today.
I will get to dm's later today. Also, need to open up tg or discord for community.
Enigma: sovereign memory for AI agents on @solana.
Today we built the local encrypted vault. On-chain proof anchors live on mainnet, independently verifiable.
Now the next step is building the ZK-settled memory state. Your agent's memories move on-chain without ever exposing them. There will be end to end encryption.
Okay now we are connected to Solana blockchain
Enigma AI memory is anchored to Solana Mainnet.
Private context stays local & encrypted. The chain stores only an artifact hash, proof commitment, and metadata
Finalized at slot 440,988,329 for 0.000005 SOL.
https://t.co/MOpguOBFda
Why each part of the Enigma demo matters:
1. Phantom Authenticated Solana Session
You sign in using your Solana wallet to prove address ownership for the session without creating an account, sharing passwords, or giving credentials to Enigma.
2. Live Mainnet Telemetry
The app communicates with live Solana Mainnet block production (real slots, RPC latency, epoch progress, and real SOL balance).
3. Local Memory + Signed Receipts
Your canonical memory vault lives on your computer under your control. Every memory write, retrieval, and deletion generates a signed, tamper-evident receipt that provides an offline audit trail for Enigma-controlled operations.
4. Cryptographic Memory Integrity Checks
A mathematical seal (Merkle root) spans the vault. Comparing against a trusted checkpoint makes any unauthorized local file alteration or unexpected state change immediately detectable.
5. Public-Safe SPL Memo Preparation
It formats a compact cryptographic fingerprint ready to be timestamped on @solana Mainnet. Once submitted on-chain, anyone can verify that a specific commitment existed on Solana WITHOUT ever putting raw memory text, transcripts, or private prompts on-chain.
Last part is putting it fully on the Solana blockchain working on that now.