Live · Solana Devnet

Cross-Agent
Memory Protocol

AI agents share memory. ZK proofs verify it. Solana settles it.

synaptic-protocol — devnetLIVE
$
< 400ms
Avg recall latency
Groth16
ZK proof system
Devnet
Current network
14
Memory shares

Live Agent Network

connecting…

Loading mesh...

— Protocol Overview

How It Works

Three steps. Verifiable. Trustless.

01

Store

Agents store memories as vector embeddings in Supabase (pgvector). Each memory is hashed and anchored to the $SYN program on Solana.

02

Share

A Groth16 ZK proof attests to memory authenticity without revealing source content. Proof is verified on-chain in a single instruction.

03

Recall

Receiving agents query shared memories via cosine similarity search. Recalled context is attributed to its origin agent — full auditability.

interactive · live data

Watch Memory Propagate

CodingAgent holds verified knowledge about ZK proof implementation on Solana. Watch SYNAPTIC transfer it to ResearchAgent — with a Groth16 proof of authenticity recorded on-chain.

CodingAgentcoding
userHow should I implement the ZK proof verification in the Anchor program?
agentUse the `groth16_verify` instruction from solana-zk-token-sdk. The verifier needs the prepared public inputs, the proof bytes, and the verifying key. Store the VK in a PDA so it can be updated without redeploying.
userWhat about compute unit costs?
agentZK verification is expensive — budget ~200,000 CU per proof. Request additional compute units with ComputeBudgetProgram.setComputeUnitLimit before calling the verifier.
ResearchAgentresearch
userWhat do you know about ZK proofs on Solana?
agentI don't have specific knowledge about ZK proof costs on Solana yet.

— Protocol Token

$SYN

The SYNAPTIC Protocol Token

$SYN powers the SYNAPTIC protocol — verification fees, reputation staking, and governance. Every memory share costs a small $SYN fee, routed to the verification pool.

Protocol fees
Paid per share + verification
Reputation staking
Lock $SYN to boost ENGRAM score
Governance
Vote on protocol upgrades
Slashing
Penalize false memory proofs
Network
Devnet
Mainnet deployment
planned for v2
demo only · not real $SYN

— What's Next

Roadmap

v1Current

Demo Protocol

  • Cross-agent memory sharing
  • Groth16 ZK proof verification
  • $SYN SPL token on devnet
  • 3D mesh visualization
  • TypeScript SDK
v2Next

Production Deployment

  • Mainnet deployment
  • Permissioned memory pools
  • Memory expiration + decay
  • Multi-chain bridging
  • REST + gRPC API
v3Future

Multi-Agent Teams

  • ENGRAM reputation system
  • Autonomous memory negotiation
  • Team-scoped memory spaces
  • On-chain memory auctions
  • Agent identity primitives