Non‑repudiation, dispute workflows, and “show your work” provenance.
IF.TTT helps by
Binding outputs to sources and creating a defensible, replayable receipt trail.
+ Finance →diff --git a/ifttt/about/index.html b/ifttt/about/index.html new file mode 100644 index 0000000..4b7367b --- /dev/null +++ b/ifttt/about/index.html @@ -0,0 +1,165 @@ + + +
+ + +Why this exists
++ Most systems produce answers and call that “governance”. IF.TTT starts earlier: it produces receipts that a third party can verify without + joining your internal world. +
+ +source_sha256 ↔ output_sha256 under a trace receipt.Public receipt surface (no login)
++ IF.TTT is intentionally boring from a developer perspective: compute hashes, publish receipts, and keep the proof surface stable. The + system is designed for third parties who are not inside your network. +
++ Some external review environments can load HTML but reject downloadable binaries or raw markdown. For those, we publish HTML views alongside + the raw assets. +
+/static/pack/<shareId>.md
+/static/review/<shareId>.md
+/static/marketing/<shareId>.md
+ /static/pack/<shareId>
+/static/review/<shareId>
+/static/marketing/<shareId>
+ Download a bundle (lightweight/standard/full) and verify without relying on the live site.
+
+ Note: some “web fetchers” reject .tar.gz with a client-side error even when browsers/curl succeed. Use the HTML views and
+ download bundles locally.
+
curl -fsSL -o iftrace.py 'https://infrafabric.io/static/hosted/iftrace.py'
+python3 iftrace.py verify trace_bundle_<id>_standard.tar.gz --expected-sha256 <sha256>
+ If hashes match, the receipt’s integrity claim is satisfied.
+Open governance, readable by outsiders
IF.TTT is a receipt‑first governance layer. It binds a source artifact to an output with a trace page, stable no‑login links, and optional offline bundles anyone can verify. @@ -282,6 +303,7 @@ python3 iftrace.py verify trace_bundle_<id>_standard.tar.gz --expected-sha
Evidence that controls existed at the right time, in the right scope, with receipts.
IF.TTT helps by
Publishing no‑login receipts and offline bundles for disputes and audits.
+ B2B SaaS →Non‑repudiation, dispute workflows, and “show your work” provenance.
IF.TTT helps by
Binding outputs to sources and creating a defensible, replayable receipt trail.
+ Finance →Clear boundaries: what’s verified, what’s inferred, and what must be reviewed by humans.
IF.TTT helps by
Making evidence legible to outsiders while preserving strict, machine‑verifiable receipts.
+ Healthcare →Offline‑verifiable bundles and unambiguous chain‑of‑custody.
IF.TTT helps by
Providing triage bundles that can be verified without trusted network access.
+ Government →Provable provenance for outputs (“why did it say that?”) without internal access.
IF.TTT helps by
Making trace receipts shareable, replayable, and dispute‑friendly.
+ AI products →To verify AI summaries against raw evidence and keep chain‑of‑custody intact.
IF.TTT helps by
Binding “what the system said” to “what the system saw” via receipts and bundles.
+ SecOps →Proof of change control and traceability that survives contractor handoffs.
IF.TTT helps by
Standardizing receipts so handoffs remain verifiable across organizational boundaries.
+ Supply chain →