website/manifest_en.html
2025-09-29 08:24:59 +00:00

116 lines
6.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4NK — Manifest</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="/styles.css">
<style>
.page { max-width: 980px; margin: 4rem auto; padding: 0 1rem; }
.header-actions { margin: 1.5rem 0 2rem; display: flex; gap: .75rem; }
.section { margin: 2rem 0; }
ul { padding-left: 1.2rem; }
</style>
</head>
<body>
<div class="page">
<h1>4NK — Manifest</h1>
<div class="header-actions">
<a class="btn btn-secondary" href="/">Back to homepage</a>
</div>
<div class="section">
<h2>A third way for a sovereign, frugal, and verifiable web</h2>
<p>4NK proposes a web that is simpler, cheaper, more reliable, and sovereign.</p>
<p>Today, the internet faces a structural crisis. Web2 brought ease of use but relies on centralized architectures that leak data by default. States reacted with fragmentation (sovereign clouds, national rules), producing balkanized, incompatible networks that do not restore trust. Web3 tried to decentralize everything and created new complexities; Web5 had the right intuition but remained constrained by a single monetary rail. 4NK is neither marketing nor another blockchain. It is a distributed, frugal, and verifiable infrastructure: a third way.</p>
</div>
<div class="section">
<h2>Principles</h2>
<ul>
<li><b>Neutral mesh relays</b>: control nothing, store nothing, surveil nothing; they only synchronize and replicate cryptographic proofs.</li>
<li><b>User sovereignty</b>: keys, data, and identities remain exclusively under users control.</li>
<li><b>Universal verifiability</b>: every action is anchored and cryptographically traceable without relying on a third party.</li>
<li><b>Digital frugality</b>: no heavy infrastructure or foreign clouds; resilience comes from distribution, not energyhungry duplication.</li>
</ul>
<p>Experience remains Web2like—same simplicity and fluidity—without structural leaks or platform dependency. 4NK secures messaging and documents, anchors proofs immutably, enables sovereign identity, simplifies payments, and satisfies compliance without massive data exposure.</p>
</div>
<div class="section">
<h2>Bitcoin beyond payments</h2>
<ul>
<li>Encrypted messaging with permessage secrets (inspired by silent payments), no third party involved.</li>
<li>Offchain contracts signed by wallets, validated by peers, linked to a layer2 oracle anchored on Bitcoin.</li>
<li>Distributed storage: data remains with stakeholders or in a mesh, never in cleartext on public clouds.</li>
<li>Onescan payments: native Lightning integration, no Stripe or PayPal.</li>
</ul>
<p>Everything runs clientside (ClientSide Validation). No custodians.</p>
</div>
<div class="section">
<h2>Why not Web3 or “state blockchains”?</h2>
<ul>
<li>Not everything should be on a blockchain; gas fees add friction and UX complexity.</li>
<li>Most “public” chains are VCdominated; decentralization often recentralizes around a few actors.</li>
<li>State “sovereign blockchains” are centralization in disguise and see weak adoption.</li>
</ul>
<p>Decentralization is a means, not an end. The end is resilience. 4NK applies distribution where it matters: the infrastructure itself.</p>
</div>
<div class="section">
<h2>Architecture</h2>
<ul>
<li><b>Zones</b>: user (browser/client), relay (mesh), distributed application services, Bitcoin anchoring.</li>
<li><b>Relays</b>: synchronize anchors, provide redundancy, remain blind by design.</li>
<li><b>Sovereign identities</b>: peruse key derivation for unlinkability; verifiable yet confidential credentials.</li>
<li><b>Anchoring</b>: one Bitcoin transaction acts as a cryptographic root for entire trees (Merkle aggregation) → global security without peruse energy inflation.</li>
<li><b>Security</b>: minimal exposure via reverse proxies; isolation of critical services; systematic endtoend encryption.</li>
<li><b>Governance</b>: any organization or user can operate nodes; no single actor can impose decisions.</li>
</ul>
</div>
<div class="section">
<h2>UX continuity and energy efficiency</h2>
<p>4NK keeps the Web2 user experience while making the infrastructure invisible. It reuses existing equipment and avoids industrial duplication. Bitcoin provides a shared anchoring layer: a single transaction can certify billions of anchors—cost does not scale with usage.</p>
</div>
<div class="section">
<h2>Deployment strategy</h2>
<ol>
<li>Sovereign document management (Docv)</li>
<li>Encrypted messaging and sovereign communications</li>
<li>Distributed, probative traceability across value chains</li>
<li>Innovative identity and login methods (passwordless, derived addresses)</li>
<li>Integrated, decentralized payments (micropayments, P2P, Bitcoinanchored)</li>
</ol>
</div>
<div class="section">
<h2>Impacts</h2>
<ul>
<li><b>Industrial competitiveness</b>: ends data pillage; predictable security costs; local value capture.</li>
<li><b>Jobs and ecosystem</b>: local integration and support; diversified operators; European independence.</li>
<li><b>Trust</b>: verifiable identity; no massive registries; proofs without overexposure.</li>
<li><b>Ecology</b>: minimal marginal energy thanks to distribution and shared Bitcoin anchoring.</li>
</ul>
</div>
<div class="section">
<h2>Risks and limits</h2>
<ul>
<li>Maturity and adoption thresholds; education for key management.</li>
<li>Regulatory interoperability to avoid forced centralization.</li>
<li>Indirect dependence on Bitcoins resilience; resistance from entrenched actors.</li>
</ul>
</div>
<div class="section">
<h2>Conclusion</h2>
<p>Migrating to a distributed, neutral, and verifiable infrastructure is a rational societal choice. 4NK makes security a property of the architecture itself—provable, sovereign, and frugal—so the internet becomes simpler, cheaper, and more trustworthy.</p>
</div>
</div>
<script src="/script.js"></script>
</body>
</html>