Skip to content

Commit 1c2d83a

Browse files
committed
docs: F9 closed head-on — video 4 = use cases ON the live testnet (alerter on a real chain event + vault by the testnet agent, verified exit 0), linux-full becomes video 5 (reliability + full local pay); solution write-up updated
1 parent abf8ebe commit 1c2d83a

2 files changed

Lines changed: 38 additions & 7 deletions

File tree

SOLUTION_LP-0008.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,12 @@ agent with real proofs on LEZ v0.2.0. In brief:
8282
The in-module pay hop is capped by the ~20s inter-module RPC window vs 90s+ real proofs
8383
(documented below); the complete payment flow runs end-to-end on the local chain
8484
(`tests/demo-f8-linux-full.sh`) and as a real on-chain transfer in the primary demo.
85-
- **F9-F11:** storage, messaging, and blockchain use cases demonstrated end-to-end; three shielded
85+
- **F9-F11:** three illustrative use cases E2E **with the agent deployed on the live v0.2.0
86+
testnet** (`tests/demo-usecases-testnet.sh`, exit 0): the on-chain event alerter fires on a
87+
real funding tx observed through the agent's own module (0→100, owner notified over Logos
88+
Messaging), the personal file vault round-trips byte-exact under the same testnet-funded
89+
agent, and the paid skill marketplace is the F8 integrated trace on the same chain.
90+
Storage, messaging, and blockchain use cases also demonstrated end-to-end locally; three shielded
8691
agents (one per category) funded from genesis on the **live v0.2.0 testnet**, every funding tx
8792
`getTransaction`-confirmed (`docs/TESTNET_EVIDENCE_V020.md`); also reproducible on a standalone
8893
sequencer (`docs/LOCAL_F10_EVIDENCE.md`); full docs + clean public repo.

docs/RECORDING_RUNBOOK.md

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

150176
Paste:
151177

0 commit comments

Comments
 (0)