@@ -139,13 +139,39 @@ Say over the on-screen stages:
139139- (RESULT line) read it as printed — e.g. "discovery, the A2A task, and the gate — integrated,
140140 on the live testnet. That's what this trace adds on top of the local end-to-end run."
141141
142- ## Video 4 — Personal file vault + owner channel (SR3 · F9 · F4 )
142+ ## Video 4 — Use cases ON the live testnet (F9 · SR3: vault + alerter )
143143
144- Two spec-named use cases: ** "Personal file vault"** (storage) and the owner-channel
145- interaction (messaging — the flow behind the ** "On-chain event alerter"** : the agent
146- notifies its owner over Logos Messaging). Honest framing: these run against the local
147- stack (Codex/Waku peers); the settlement-bearing use case (marketplace) is the one that
148- runs fully on the hosted testnet.
144+ Two spec-named use cases with the agent DEPLOYED ON THE HOSTED TESTNET — no framing
145+ needed: the alerter watches a real on-chain state change (the genesis funding tx), the
146+ vault runs under the same testnet-funded agent. Verified exit 0 (UC1 owner notified,
147+ UC2 byte-exact, funding tx getTransaction-confirmable).
148+
149+ Paste:
150+
151+ ``` bash
152+ cd ~ /lp0008-demo && bash tests/demo-usecases-testnet.sh
153+ ```
154+
155+ Say over the on-screen stages:
156+
157+ - (deploy) "Same boot as the primary — the agent wired to the live hosted testnet."
158+ - (UC1 armed) "Use case: the on-chain event alerter. The agent's watch loop reads its LEZ
159+ account on the testnet — balance zero."
160+ - (funding, prover lines streaming) "Now a real on-chain event: genesis funds the agent —
161+ that's the prover again, dev mode zero."
162+ - (state change) "The watch loop sees the state change on the live chain — zero to a
163+ hundred — and the agent alerts its owner over Logos Messaging. No server, no webhook —
164+ an encrypted message to the owner's key."
165+ - (UC2 vault) "Use case: the personal file vault, by this same testnet-funded agent. The
166+ owner hands it a file, it returns a content address, and the retrieval is byte-exact."
167+ - (close/PASS) "With the paid-marketplace trace you saw in the previous video, that's
168+ three of the prize's use cases, end to end, with the agent live on the testnet."
169+
170+ ## Video 5 — Reliability + the full local payment flow (R1 · R2 · R3 · F5 · F9)
171+
172+ The full 12-step local run: single-command deploy, vault, discovery, the gate holding
173+ with owner notification, the under-limit payment with BOTH balances moving, the 10b
174+ alerter, restart-recovery, and skill isolation.
149175
150176Paste:
151177
0 commit comments