Skip to content

Commit 4b48bea

Browse files
committed
ots privacy section: add 'Bitcoin addresses stay private' claim
OTS doesn't require the user to sign or broadcast a transaction at all. Calendar operators batch-anchor every submission they receive into one OP_RETURN and pay the on-chain fee themselves, so the user's UTXOs and addresses never appear on chain. This is one of OTS's strongest privacy properties versus inscriptions / runes / stamps, and it deserves its own card in the shield section. Grid switches from 3-col (col-md-4) to 2-col on tablet + 4-col on desktop (col-md-6 col-lg-3) so the four claims fit cleanly across breakpoints.
1 parent c1f0eb8 commit 4b48bea

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

frontend/src/app/components/_ordpool/open-timestamps/open-timestamps.component.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,22 +178,30 @@ <h2 class="mt-3">Your privacy is the point</h2>
178178
</p>
179179

180180
<div class="row mt-4 text-start">
181-
<div class="col-md-4 mb-3">
181+
<div class="col-md-6 col-lg-3 mb-3">
182182
<h5>Your file never leaves your browser</h5>
183183
<p class="text-muted">
184184
We compute the 32-byte SHA-256 fingerprint locally. Only the hash
185185
is ever transmitted. Never the contents, never the filename.
186186
</p>
187187
</div>
188-
<div class="col-md-4 mb-3">
188+
<div class="col-md-6 col-lg-3 mb-3">
189+
<h5>Your Bitcoin addresses stay private</h5>
190+
<p class="text-muted">
191+
You don't sign or broadcast a transaction. Calendar operators
192+
batch-anchor everyone's hashes and pay the on-chain fee themselves,
193+
so no UTXO or address ever links back to your stamp.
194+
</p>
195+
</div>
196+
<div class="col-md-6 col-lg-3 mb-3">
189197
<h5>Calendars only see us</h5>
190198
<p class="text-muted">
191199
Stamp submissions and confirmation polls both route through our
192200
backend. The four public calendar operators receive Ordpool's IP,
193201
not yours, on every request.
194202
</p>
195203
</div>
196-
<div class="col-md-4 mb-3">
204+
<div class="col-md-6 col-lg-3 mb-3">
197205
<h5>We don't log who you are</h5>
198206
<p class="text-muted">
199207
Our backend keeps no per-request user data: no IPs, no hashes,

0 commit comments

Comments
 (0)