Transfer observatory

SYNAPTIC

Move agent memory across trust boundaries with visible scope, receipts, and proof-aware verification.

Live agent mesh
Groth16 posture
Solana devnet receipts
Boundary observatoryReceipt-aware route

Origin memory

CodingAgent

scope

Verifier key rotation stays scoped to the source agent.

route manifest
intentscope locked
proofseal pending
receiptawaiting recall
sealed route17proof pulse
route confirmed

Recall receipt

ResearchAgent

recall window

Receipt settles with proof state before the memory enters recall.

boundary
crossing sealed
route
source - boundary - recall
status
receipt visible
Receipt 018settled
path
source - boundary - recall

Live transfer surface

Loading observatory mesh.

connecting

Loading mesh...

Protocol mechanics

From fragments to signal.

One rail shows how scope, proof, and recall compress into a visible transfer path.

transfer rail
three bounded stages
1

Scope

intent locked

Source memory stays bounded before transfer.

2

Seal

Groth16 check

Proof posture verifies the crossing before recall.

3

Recall

< 400ms

The destination agent receives attributed context.

Receipt states stay visible.
Boundary language stays public-facing.
Rails replace feature-card rhythm.
Interactive rehearsal

Watch one receipt settle.

The demo shows a single memory crossing from source agent to destination agent with proof and receipt states.

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.
Token posture

$SYN stays bounded.

This surface keeps token language in demo posture instead of letting it overwhelm the transfer thesis.

verification fees
bound to receipts
rehearsal only
devnet posture
mainnet
not active
Roadmap

Three bounded steps.

v1

Current observatory

Cross-agent transfer, live mesh, receipt-aware demo.

v2

Hardened transfer controls

Permissioned scopes and stronger memory boundaries.

v3

Team memory lanes

Shared recall surfaces for multi-agent work.