Totus Life ServicesTelePortUsSecurity & Encryption

Blockchain-Verified Transparency

TelePortUs doesn't ask you to trust us — it gives you a way to check. Every access to patient data is recorded in an audit chain that is anchored to the Bitcoin blockchain every single day.

How the audit chain works

Every access is logged

Each time patient data is accessed — who, what action, which record, when, from where — it's written to an immutable SHA-256 hash-chained audit log. Change one past entry and every hash after it breaks.

The chain head is captured

Once a day at 2:00 AM PT, the current head of the audit chain is hashed into a single fingerprint representing the entire log up to that moment.

Anchored to Bitcoin

That fingerprint is timestamped on the Bitcoin blockchain via OpenTimestamps — a free, community-run service that batches thousands of hashes into one transaction. Your verification is permanent and costs us nothing.

Verifiable by anyone, forever

Anyone can verify the receipts with the free OpenTimestamps tool — no account, no server access, no trust required. If the audit log was tampered with at any point, the anchor won't match.

Daily blockchain anchors

Each row is the daily head hash of the audit chain and its OpenTimestamps receipt. The receipts live in our public code repository — download one and verify it yourself.

DateAudit chain head hashReceipt
2026-08-12pending — anchored daily at 2:00 AM PT2026-08-12.ots
2026-08-118f3d9aa630cc4960f3229dd6f2e909491f52e409ce19a940b9f540492f089fcf2026-08-11.ots
2026-08-10e9509accea585212940c81e13f1802cd3a28fe6c45a23134eb2a9239e4ba79842026-08-10.ots

Verify it yourself

The receipts are stored in the audit-anchors/ directory of our repository. With the free OpenTimestamps tool:

# install the official tool (macOS, Linux, Windows all supported)
pip install opentimestamps

# verify a daily receipt
ots verify audit-anchors/2026-08-11.ots

# output: "Success! Bitcoin block 901234 attests existence as of 2026-08-11..."

That's it — no account, no server access, no trust required. If the audit log had been altered at any point, the blockchain anchor would no longer match. This is the same technology used to prove tamper-evidence in legal, financial, and government contexts worldwide.

Privacy isn't a promise here — it's a proof.

See the full security architecture, encryption layers, and compliance framework on our Security page.