LIVE DEMO · NO SIGNUP · 30 SECONDS

Try the DCS stack in 3 steps.

A live walkthrough of Sovereign Memory + R+2 receipts, running against a shared demo agent. Write a memory. Search for it. Verify the cryptographic receipt. All in the browser.

STEP 01
Write a memory
STEP 02
Search for it semantically
STEP 03
Verify the receipt
STEP 01 · WRITE A MEMORY

Tell the demo agent something to remember.

This becomes an R+2 signed receipt, embedded into a 1536-dim vector, and stored against demo Agent #demo01. Try: "User prefers vegetarian food and dark mode"

STEP 02 · SEARCH FOR IT

Ask the agent something related — but with different words.

The query doesn't need to match what you stored exactly. The agent finds the memory via cosine similarity over the 1536-dim embedding. Try: "what does this person eat"

STEP 03 · VERIFY THE RECEIPT

Cryptographically verify what the agent just told you.

Run the R+2 verifier against the receipt you got back. The verifier checks signature, schema, pubkey match, and chain pointer — without contacting our server. (For the demo, this runs server-side; in production you'd run @trdnetwork/r2-verify client-side.)