MatrixSwarm Master Class: Timestamping Commits

MatrixSwarm uses OpenTimestamps to verify the authenticity and timing of every release. When we say a commit happened — we prove it.

📜 Why Timestamp?

🧪 What is OpenTimestamps?

OpenTimestamps is a decentralized timestamping infrastructure that uses the Bitcoin blockchain to prove data existed at a certain point in time — without revealing the data itself.

🛠 How to Timestamp a File

Install the client:

pip install opentimestamps-client

Then run:

ots stamp codex/releases/relay_v1.1_commit.txt

This creates a companion file:

relay_v1.1_commit.txt.ots

🔍 How to Verify

ots verify codex/releases/relay_v1.1_commit.txt.ots

📦 Where to Store

All timestamped releases should be placed in:

/public/_codex

Astro’s CodexPreview component will auto-detect .ots files and show ✓ Timestamp Verified

✅ Summary

MatrixSwarm doesn’t just track state — it immortalizes it. The Codex doesn’t lie.