220 lines
10 KiB
HTML
220 lines
10 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<title>IF.TTT — Open Governance</title>
|
||
<meta
|
||
name="description"
|
||
content="Open governance means third parties can verify what happened without your login. IF.TTT is the receipt backbone: trace pages, stable no-login links, and offline bundles."
|
||
/>
|
||
<link rel="stylesheet" href="../style.css" />
|
||
</head>
|
||
|
||
<body>
|
||
<header class="top">
|
||
<div class="wrap top__inner">
|
||
<a class="brand" href="../" aria-label="IF.TTT home">
|
||
<img class="brand__logo" src="../assets/if-logo-simple.svg" alt="" aria-hidden="true" />
|
||
<span class="brand__text">
|
||
<span class="brand__title">IF.TTT</span>
|
||
<span class="brand__sub">Open governance</span>
|
||
</span>
|
||
</a>
|
||
|
||
<nav class="nav" aria-label="Primary">
|
||
<a href="../#how">How</a>
|
||
<a href="../#trust">Trust</a>
|
||
<a href="../#verify">Verify</a>
|
||
<a href="../verticals/">Verticals</a>
|
||
<a href="../whitepaper/">Whitepaper</a>
|
||
<a href="../api/">Developers</a>
|
||
<a href="../about/">About</a>
|
||
<a class="lang" href="../fr/governance/" aria-label="French">FR</a>
|
||
</nav>
|
||
</div>
|
||
</header>
|
||
|
||
<main id="top">
|
||
<section class="hero">
|
||
<div class="wrap hero__grid">
|
||
<div class="hero__copy">
|
||
<p class="kicker">Open governance</p>
|
||
<h1>Legible to the governed.</h1>
|
||
<p class="lede">
|
||
“Governance” fails when it’s only legible inside your network. IF.TTT moves the proof outside: stable, no‑login receipts that third parties
|
||
can verify without joining your internal world.
|
||
</p>
|
||
|
||
<div class="panel">
|
||
<h3>What this page is (black/white)</h3>
|
||
<div class="bw">
|
||
<div class="bw__row">
|
||
<div class="bw__k">Goal</div>
|
||
<div class="bw__v">Make third‑party verification possible without credentials.</div>
|
||
</div>
|
||
<div class="bw__row">
|
||
<div class="bw__k">Mechanism</div>
|
||
<div class="bw__v">Hashes + trace receipts + stable URLs + optional offline bundles.</div>
|
||
</div>
|
||
<div class="bw__row">
|
||
<div class="bw__k">Not implied</div>
|
||
<div class="bw__v">“Compliance achieved” or “correctness of interpretation”.</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="panel" style="margin-top: 12px">
|
||
<h3>The governance stack (where IF.TTT sits)</h3>
|
||
<ul class="list">
|
||
<li><strong>Receipt layer (IF.TTT):</strong> integrity binding + chain‑of‑custody IDs + share surface.</li>
|
||
<li><strong>Review layer:</strong> external review packs, panel critique, dispute workflows.</li>
|
||
<li><strong>Enforcement layer:</strong> gates/stop‑conditions that consume receipts (CI, access, runtime).</li>
|
||
</ul>
|
||
<p class="fine">Receipts don’t replace governance. They remove ambiguity from it.</p>
|
||
</div>
|
||
|
||
<div class="cta" style="margin-top: 12px">
|
||
<a class="btn btn--primary" href="../#verify">Try a live trace</a>
|
||
<a class="btn" href="../api/">Public share surface</a>
|
||
</div>
|
||
</div>
|
||
|
||
<aside class="hero__card" aria-label="Public artifacts">
|
||
<div class="card">
|
||
<div class="card__media">
|
||
<img src="../assets/red-team-stamp-600.png" alt="EYES ONLY // DAVE stamp" loading="lazy" />
|
||
</div>
|
||
<div class="card__hdr">
|
||
<div class="badge badge--ok">PUBLIC</div>
|
||
<div class="badge">NO‑LOGIN</div>
|
||
</div>
|
||
<div class="card__body">
|
||
<div class="mini">
|
||
<div class="mini__k">Stable receipt surface</div>
|
||
<div class="mini__v">These URLs are designed to be shareable in procurement, audits, and disputes.</div>
|
||
</div>
|
||
<pre class="code"><code>/static/trace/<shareId>
|
||
/static/dossier/<shareId>
|
||
/static/dossier/<shareId>/download
|
||
/static/pack/<shareId>.md
|
||
/static/review/<shareId>.md
|
||
/static/marketing/<shareId>.md
|
||
/static/source/<source_sha256>.pdf</code></pre>
|
||
</div>
|
||
</div>
|
||
</aside>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="section">
|
||
<div class="wrap">
|
||
<h2>For whom (and who will hate it)</h2>
|
||
<p class="sub">A constitutional framing: the goal is legibility to outsiders, not internal comfort.</p>
|
||
|
||
<div class="grid2">
|
||
<div class="panel">
|
||
<h3>For</h3>
|
||
<ul class="list">
|
||
<li><strong>GRC / Audit leads</strong> drowning in evidence requests (SOC 2 / ISO 27001 / vendor due diligence).</li>
|
||
<li><strong>Security architects</strong> who need “proof of what ran” without adding manual theater.</li>
|
||
<li><strong>Legal / compliance</strong> teams who need chain‑of‑custody that survives disputes.</li>
|
||
<li><strong>AI product teams</strong> facing “why did it say that?” questions from customers and regulators.</li>
|
||
<li><strong>Gov/defense contractors</strong> who must verify artifacts offline or across locked‑down environments.</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="panel">
|
||
<h3>Not for</h3>
|
||
<ul class="list">
|
||
<li>Teams seeking a “compliance badge” without publishing verifiable artifacts.</li>
|
||
<li>Workflows where evidence cannot leave the internal network (no share surface, no external verification).</li>
|
||
<li>Organizations that want to hide uncertainty: IF.TTT makes gaps visible by design.</li>
|
||
<li>Anyone who needs governance to remain ambiguous (receipts reduce wiggle room).</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="cta" style="margin-top: 12px">
|
||
<a class="btn btn--primary" href="../whitepaper/">Read the paper</a>
|
||
<a class="btn" href="../verticals/">Browse vertical fit</a>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="section section--alt">
|
||
<div class="wrap">
|
||
<h2>Charters (how we keep it honest)</h2>
|
||
<p class="sub">These are plain Markdown docs: readable, linkable, and easy to critique.</p>
|
||
<div class="links">
|
||
<a class="linkrow" href="https://infrafabric.io/static/hosted/gov/TRIAGE.md" target="_blank" rel="noreferrer">
|
||
<span class="linkrow__t">Triage policy</span>
|
||
<span class="linkrow__u">https://infrafabric.io/static/hosted/gov/TRIAGE.md</span>
|
||
</a>
|
||
<a class="linkrow" href="https://infrafabric.io/static/hosted/gov/PANEL.md" target="_blank" rel="noreferrer">
|
||
<span class="linkrow__t">Panel / external review process</span>
|
||
<span class="linkrow__u">https://infrafabric.io/static/hosted/gov/PANEL.md</span>
|
||
</a>
|
||
<a class="linkrow" href="https://infrafabric.io/static/hosted/gov/WITNESS.md" target="_blank" rel="noreferrer">
|
||
<span class="linkrow__t">Witness model</span>
|
||
<span class="linkrow__u">https://infrafabric.io/static/hosted/gov/WITNESS.md</span>
|
||
</a>
|
||
<a class="linkrow" href="https://infrafabric.io/static/hosted/gov/QUESTIONS.md" target="_blank" rel="noreferrer">
|
||
<span class="linkrow__t">Third‑party questions we expect</span>
|
||
<span class="linkrow__u">https://infrafabric.io/static/hosted/gov/QUESTIONS.md</span>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="section">
|
||
<div class="wrap">
|
||
<h2>Live example</h2>
|
||
<p class="sub">A real trace receipt you can verify right now.</p>
|
||
<div class="links">
|
||
<a class="linkrow" href="https://infrafabric.io/static/trace/6qRgcR01kw_qNo63Dbs_ob9n" target="_blank" rel="noreferrer">
|
||
<span class="linkrow__t">Example trace receipt</span>
|
||
<span class="linkrow__u">https://infrafabric.io/static/trace/6qRgcR01kw_qNo63Dbs_ob9n</span>
|
||
</a>
|
||
</div>
|
||
<p class="fine">
|
||
“VERIFIED” means the published bytes hash to what the receipt says. “QUANTUM READY” means a post‑quantum signature receipt exists (additive;
|
||
integrity hashes still stand).
|
||
</p>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<footer class="footer">
|
||
<div class="wrap footer__inner">
|
||
<div class="muted">InfraFabric • Open governance is “proof without login”.</div>
|
||
<div class="muted">
|
||
<a href="../">IF.TTT</a> · <a href="../api/">Developers</a> · <a href="mailto:ds@infrafabric.io">ds@infrafabric.io</a>
|
||
<span class="bottombar__sep">·</span> Danny Stocker
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
|
||
<div class="bottombar" aria-label="Quick links">
|
||
<div class="wrap bottombar__inner">
|
||
<div class="bottombar__left">
|
||
<span class="bottombar__label">Sectors</span>
|
||
<a href="../verticals/public-sector/">Public Sector</a>
|
||
<a href="../verticals/enterprise/">Enterprise</a>
|
||
<a href="../verticals/research/">Research</a>
|
||
<a href="../verticals/professional-services/">Professional</a>
|
||
<span class="bottombar__sep">·</span>
|
||
<span class="bottombar__label">Industries</span>
|
||
<a href="../verticals/healthcare/">Healthcare</a>
|
||
<a href="../verticals/finance/">Financial</a>
|
||
<a href="../verticals/legal/">Legal</a>
|
||
</div>
|
||
<div class="bottombar__right">
|
||
<a href="../api/">Developers</a>
|
||
<span class="bottombar__sep">|</span>
|
||
<a href="../api/">API</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|