ENGINEERING NOTES

Technical guides for builders

Practical guides for engineers building on TimeLayer — the receipt format, integrating notarization into your stack, and verifying receipts offline with the open-source verifier.

Documents · engineering notes

Engineering note AI Agents Air-gapped USB

TL-Agent — Engineering Note

What TL-Agent is and how to use it. Covers both usage modes — local bundle and air-gapped USB — the gate algorithm, bundle structure, 10 invariants, and honest framing of what it does not do.

~15 min read
Engineering note Knowledge Base Open Source

Second Brain — Engineering Note

An open-source LLM knowledge base where every claim is anchored to its source and "verified" is a receipt over the current text — it falls off by itself when the text changes. The honest model, the Ingest/Verify/Audit cycle, and how to run it on your own machine.

~12 min read
Engineering note Coming soon

Notarial Transport — Engineering Note

Why move a file through a notary instead of a plain pipe — a proof of integrity on every part, so a transfer is provably whole, in order, and tamper-evident, verifiable offline by the recipient. Purpose, threat model, and where it fits.

Coming soon
Engineering note Coming soon

Notarial Messenger — Engineering Note

A messenger where every message is a receipt — built for corporate discussions and meetings where everyone stands behind their words (who said what, who was assigned which task), and for recorded statements that must stay tamper-evident as AI-generated video spreads. Purpose and use cases.

Coming soon
Engineering note Coming soon

Speed Layer for On-chain Games

Using off-chain receipts to make every game move fast and provable — without paying gas — while the chain carries only what's worth money.

Coming soon

Examples: receipt-driven-examples — copy-me receipt-driven code patterns (Rust).

Developer path

  1. Get the verifierdownload v2.0.0, then chmod +x timelayer-verifier-*.
  2. Verify a sample receiptgit clone https://github.com/TimeLayer-OS/receipt-driven-examples && cd receipt-driven-examples && timelayer-verifier verify sample-receipt/cert.tlcert sample-receipt/bundle.tlbundleVALID FINAL.
  3. Copy a patternreceipt-driven-examples: cd rust && cargo run.
  4. Gate agent actionsTL-Agent SDK: tl-agent check ./agent-bundle action_read_files.
  5. Build a knowledge base on receiptsSecond Brain.