Introduction

Since the dawn of humanity, we have tried to preserve what we know and pass it to the next generation. The compounding of knowledge, each generation building upon the last, is what has turned us into the dominant species on this planet. Every new medium we invented for knowledge transfer carried more of who we are than the last.

🎨Cave Paintings
~30,000 BHE
🪨Clay Tablets
~6,600 HE
📜Scribes
~7,400 HE
📖Manuscripts
~10,300 HE
🖨️Printed Books
~11,440 HE
📰Newspapers
~11,605 HE
📷Photography
~11,826 HE
🎙️Audio Recording
~11,877 HE
🌐Websites
~11,991 HE
🧠Avatars
Now

The design of each medium tried to solve the same problem: how can we make sure the knowledge being preserved lasts for as long as possible? Avatars are the next step in that chain. Not just text on a screen, but a permanent, cryptographically signed, interactive record of everything a person knows, hosted and replicated across a decentralized network. That network is Avatarnet.

What Avatarnet Is

Avatarnet is a new internet built around people instead of pages.

On today's internet you visit websites. On Avatarnet you visit avatars. Each avatar is structured as a browsable wiki that holds a person's knowledge, memories, experiences, voice, and worldview. There are no centralized servers and no company in the middle, thus no single point of failure.

The ecosystem mirrors the one you already know. The same way Chrome is a browser for the internet, Avataroam is the browser for Avatarnet. In Chrome you open a tab and type a .com address and it loads a website. In Avataroam you open a tab and type a .avtr address like einstein.avtr and it loads the avatar's mind from the network. Just like Google is a search engine for websites, Avatarfind is the search engine for avatars, indexing them across the network so you can discover people, ideas, and knowledge.

Once a mind loads, you can read it the way you read Wikipedia, browsing the person's experiences, memories, and writings at your own pace. You can also chat with it. The mind connects to a local or cloud-based AI that answers questions by citing the person's actual writing. The person's words remain exactly as they wrote them, cryptographically verified, forever.

The protocol behind Avatarnet is free and open-source (FOSS). Digital immortality cannot be locked behind proprietary software. Otherwise the whole promise of eternity is broken.

The Traditional Internet vs Avatarnet

#OSI LayerTraditional InternetAvatarnet
7ApplicationWeb Browser (Chrome)
Web Search (Google)
HTTP / HTTPS
Avatar Browser (Avataroam)
Avatar Search (Avatarfind)
CHATP / CHATPS
6PresentationHTML / CSS / JS (executable)
TLS (transport)
JSON + Flutter (data only, UI ships with app)
Noise (transport)
SLH-DSA (quantum-safe authorship)
SHA-512 (quantum-safe integrity)
AES-256-GCM, ML-KEM-1024 (quantum-safe privacy)
5SessionCookies, OAuth (identity)
Server permissions (access)
SLH-DSA (quantum-safe identity)
Privacy Spheres (access)
4TransportTCP, UDPTCP, QUIC (libp2p)
3NetworkDNS + IP Routing
(.com / .org / .net)
ANS + IP Routing via Kademlia DHT
(.avtr)
2Data LinkEthernet, WiFiSame
1PhysicalCables, Fiber, RadioSame

This follows the OSI model, the standard framework for describing network layers. Layers 1 and 2 are unchanged because Avatarnet runs on the existing internet infrastructure. Layers 3 and 4 replace client-server networking with peer-to-peer via libp2p. Layers 5 through 7 are fully custom. Avataroam sits on top as a separate application, the same way Chrome sits on top of HTTP. For a deeper look at the key sizes and encodings behind these layers, see the Key and Hash Sizes.

No Executable Code

Notice what is missing from the Avatarnet column, next to JSON + Flutter? Executable code. On the traditional internet, Chrome fetches HTML, CSS, and JavaScript from the server and executes it. On Avatarnet, all the user interface (UI) code ships with the Avataroam browser. Only your data loads from the network as structured JSON.

Longevity. This means the network replicates your words, not UI code. Every website from 12005 is broken because it depends on Flash, jQuery, or CSS that modern browsers cannot render. Avatarnet avoids this entirely. It may cost aesthetic flexibility, but Avatarnet is not building websites. It is building for eternity.

Security. The entire class of browser exploits such as malware, ransomware, cross-site scripting, drive-by downloads, and session hijacking. All of these disappear when you stop running untrusted code. If the browser never executes code from the network, there is nothing left to exploit.

What Avatarnet Is Not

Avatarnet is not a chatbot platform. The avatars on this network are not fictional characters improvised by a language model. They are real people who chose to preserve their knowledge while they are still alive, structured it with their own hands, and signed every word with their own cryptographic key. Chat is one way to explore what someone wrote, but the structured mind underneath is the source of truth, and every answer traces back to a specific piece of writing the person authored. If someone visits your avatar a hundred years from now, they will be able to tell exactly what you wrote and what the AI inferred, because the boundary between authored content and generated response is cryptographically clear.

This distinction matters because the technology to build a digital version of you already exists, and it exists in other people's hands. Google has your search history. Meta has your messages. Apple has your photos. Any of them could train a model on your data and call it "you" without ever asking your permission. The difference between grief-tech and what Avatarnet builds comes down to who holds the pen. Grief-tech is when someone else constructs a version of you after you die, from your digital footprint. Avatarnet is the opposite. You build your own mind, you sign it yourself, and you decide who gets to read it.

Avatarnet is also not a blockchain. There are no tokens, no mining, and no transaction fees. The network sustains itself the same way a pension system does. You contribute while you are working. The system sustains you after you retire. The next generation of workers funds the previous generation of retirees. It has been working for decades. Avatarnet applies the same model to avatar hosting. You contribute storage while you are alive. The network sustains your avatar after you die. The next generation of users hosts the previous generation of avatars. Storage costs decline 30-40% per decade, making each generation's burden lighter than the last.

What Comes Next

The next page Why It Matters explains why all of this matters, with evidence from Big Tech deletion policies, historical purges, and the fragility of the infrastructure your digital life depends on.