Avatar + Mind = You
For thousands of years, the only way to preserve a mind beyond death was to write a book. You can open Einstein's collected writings today, seventy years after his death, and engage with his thinking on your own terms. You can study what he believed, challenge his arguments, and trace how his ideas evolved over a lifetime of work. Nobody finds this strange or disrespectful, and nobody worries that a shelf of his essays is "not really Einstein." A book is not a simulation of consciousness. It is a structured record of what someone thought, written in their own hand, and it has outlasted every server that will ever exist.
An avatar on Avatarnet works the same way, except that it is structured well enough for a local AI on your device to help you navigate it. You can browse someone's mind like a wiki, reading at your own pace, or you can ask questions and receive answers drawn entirely from what the person actually wrote. The words are theirs. The signatures are theirs. The AI is just the reading interface, the way a table of contents helps you find the right chapter. What separates this from a chatbot is that nothing is fabricated from thin air. Every answer traces back to a signed piece of writing that the person created while they were alive, and anyone can verify that chain for themselves.
Avatarnet makes this kind of preservation possible for everyone, not just the Einsteins of the world, by protecting two things that together represent everything worth keeping. The first is a cryptographic identity that proves who you are. The second is the body of knowledge you choose to leave behind. We call them the Avatar and the Artificial Mind, and every line of cryptography on this site exists to protect one or both of them.
What Is an Avatar
An Avatar is your digital identity on Avatarnet. It is not a picture, not a username, and not an account on someone else's server. It is a cryptographic keypair generated on your device, a human-readable .avtr name registered through the Avatar Name System, and a root manifest that ties all your content together under that single identity.
Think of the Avatar as the body. It holds a name, it has a birth date, it earns reputation over time, and it can be verified by anyone, anywhere, using only its public key. When you sign an engram, it is the Avatar's private key doing the signing. When someone visits einstein.avtr, it is the Avatar's public record they are reading. The Avatar is the container that gives the rest of your digital existence a stable, cryptographically provable place to live.
Two things define every Avatar:
- A quantum-resistant keypair generated on your device, made of a public half and a private half.
- A
.avtrdomain name likeeinstein.avtrortesla.avtr, resolved through a distributed hash table so the network can find you without relying on DNS or any central authority.
Public key vs private key
A keypair is exactly what it sounds like, two mathematically linked keys that always come as a pair. The magic is that what one key does, only the other key can undo or verify. This is what lets you prove you wrote something without ever revealing the secret that proves it.
- Public key. This is the half you share with the world. It travels with your
.avtrname, it goes into the distributed hash table, and it is how anyone, anywhere verifies that a signature really came from you. The public key is safe to publish, print on a business card, or paste into a forum. It cannot be used to forge your signature, and it cannot be reversed to reveal your private key. - Private key. This is the half that must never leave your device. It is what signs every engram you write and what proves, cryptographically, that you are the owner of your Avatar. If someone else gets your private key, they become you on the network. If you lose it, there is no reset button and no support line that can recover it for you.
What you must keep safe
The private key is the only thing you actually need to protect. Everything else can be derived from it or regenerated from the public ledger. Back up your private key the way you would back up the only copy of an irreplaceable manuscript: multiple locations, offline where possible, encrypted wherever it rests. Avatarnet gives you the tools to do this, but the responsibility is yours. Self-sovereignty is not just a feature, it is a contract.
Your Avatar is designed to outlast you. When your physical body fails, the Avatar remains, cryptographically signed and verifiable by anyone who has the public key, which is everyone.
What Is an Artificial Mind
An Artificial Mind is what your Avatar contains. In practice, it is everything you write, record, or upload about yourself: your autobiography, your stories, your journal entries, your lessons, your memories, your opinions, your favourite recipes. Anything you want future generations to know about you goes in here. Throughout the rest of this site we call it simply the Mind, the way Apple introduces "iPhone" once and then just says "phone" in context.
You build your Mind by writing in an editor, exactly like writing a book or filling in a notebook. There is no special format to learn, no schema to memorize, and no algorithm deciding what you should say. You write. Avatarnet preserves what you wrote. Later, when someone asks your Avatar a question, the Mind is what your Avatar draws on to answer in your voice.
Each piece of writing is stored as an engram, an atomic unit of content up to 8,192 characters. A single engram might be a story from your childhood, a lesson you want to pass on, a description of a photo, or a paragraph explaining what you believe. You can write thousands of them, and together they form the Mind that represents you.
Two things make the Mind different from every cloud service you have used before:
- It is content-addressed. Every engram is identified by the cryptographic hash of its contents, so tampering is mathematically detectable. Change one character and the hash changes, and every parent in the hierarchy changes with it.
- It is signed by the Avatar. Every engram carries a signature from the Avatar's private key, so authorship is provable forever. Anyone can verify that you wrote what you wrote, even centuries after you are gone.
How Avatar and Mind Relate
The Avatar is the body, and the Mind is what fills it. The Avatar gives the Mind a name, an owner, and a cryptographic witness. The Mind gives the Avatar something worth preserving. One without the other is incomplete: an Avatar with no Mind is just an empty keypair, and a Mind with no Avatar is just a pile of unsigned writing that nobody can trust. Put them together and you get something that no single server, no single government, and no single century can erase.
Avatar + Mind = You.
The Four Pillars
👤 Avatar (the body)
One pillar protects the body. It is the cryptographic identity that every signature, every engram, and every piece of content ultimately traces back to.
🧠 Mind (what the body holds)
Three pillars protect the Mind. Authorship proves that a given engram came from your Avatar. Integrity proves that the engram has not been altered since you wrote it. Privacy ensures that anything you choose to keep private stays that way.
You will see these four pillars referenced throughout the cryptography section, on the encoding primer, on the post-quantum cryptography page, and on every page that touches how Avatarnet actually works under the hood.
With both defined, the next step is to understand how the network actually writes them down, so that a keypair can travel through a URL, a QR code, or the back of an envelope without losing a single bit. That is what the Encoding Primer exists to explain.