diff --git a/index.html b/index.html
index 64878f5..03c0a17 100644
--- a/index.html
+++ b/index.html
@@ -81,7 +81,7 @@
How a payment travels
- Payments are NIP-44 encrypted; relays only ever see ciphertext — never the amount, sender, or recipient. Even the send time is fuzzed: each message is stamped a random moment up to two days in the past, so no one can line up when you sent it. Privacy is Mimblewimble on-chain + Tor on the wire.
+ Payments are NIP-44 encrypted; relays only ever see ciphertext (never the amount, sender, or recipient). Even the send time is fuzzed: each message is stamped a random moment up to two days in the past, so the timestamp can't reveal when you sent it. Privacy is Mimblewimble on-chain + Tor on the wire.

@@ -176,7 +176,7 @@
Your seed stays encrypted
The recovery seed is encrypted at rest with your wallet password
- before it ever touches disk. It is derived on demand and never held in
+ before it ever touches disk. It is decrypted on demand and never held in
the clear.