Avatar + Mind = You
The word avatar comes from the Sanskrit avatΔra, meaning descent. In South Asian tradition, a god descends from heaven into an earthly body to walk among people. On Avatarnet, your identity and writings descend from a decentralized network onto a screen when a user types in your .avtr domain.
Avatarnet is, in a sense, an earthly heaven you can see, verify, and touch. Unlike theological heaven, it runs on real machines, governed by real cryptography, funded by real economics. Two things live inside it that together represent everything worth preserving about you. The first is a cryptographic identity that proves who you are. The second is the experiences you choose to leave behind in writing. We call them the Avatar and the Artificial Mind.
What Is an Avatar
It is neither a picture, nor a username, nor an account on someone else's server. An Avatar is a cryptographic keypair generated on your device which gets registered as a human-readable .avtr domain name on a decentralized network.
Silicon Valley reduced "avatar" to a profile picture, a gaming character in someone else's metaverse. Avatarnet reclaims the original meaning. It is not a cartoon but a digital body in which your identity and experiences descend to roam the Earth forever.
Think of the Avatar as a representation of your biological body. It has a name, a birth date, it earns reputation over time, and it can be verified by anyone, similar to how you verify with police when applying for a passport.
To summarize, two things define an Avatar on Avatarnet:
- A quantum-resistant keypair generated on your device, made of a public key and a private key.
- A
.avtrdomain name likeeinstein.avtrortesla.avtr, resolved through an Avatar Name System (ANS) so the network can find you without relying on DNS or any central authority.
Public key vs private key
A keypair is two mathematically linked keys that always come as a pair. What one key does, only the other can undo or verify. This is what lets you prove you wrote something without ever revealing the secret that proves it.
- Public key. This key is like a username which you can safely share with the world. It travels with your
.avtrdomain name, it goes into the distributed hash table, and it is how anyone verifies that a signature really came from you. It is safe to publish, print on a business card, or paste into a forum. - Private key. This key is like a password which must never leave your device. It signs every content you write and proves 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 "Forgot password?" button.
Your private key is the only thing you need to protect because everything else can be derived from it or regenerated from the public ledger. Store it in multiple locations, offline where possible, and encrypted wherever it rests. Self-sovereignty is not just a feature, it is a contract.
What Is an Artificial Mind
An Artificial Mind is what your Avatar contains. It is everything you write about yourself: your autobiography, your stories, your journal entries, your lessons, your memories, your opinions. Anything you want future generations to know about you goes in here. Throughout the rest of this site we call it simply the Mind.
You build your Mind by writing in an editor, the same way you would write a book or fill in a notebook. There is no special format to learn, no schema to memorize, and no algorithm deciding what you should say. You write and Avatarnet preserves what you wrote. When someone visits your Avatar, the Mind is what it 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, 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 because changing one character changes the hash.
- 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.
Avatar + Mind = You
The Avatar is the body and the Mind is what it carries into the digital heaven, Avatarnet. The Avatar gives the Mind a name, an owner, and a cryptographic witness, while the Mind gives the Avatar something worth preserving. An Avatar with no Mind is an empty keypair, and a Mind with no Avatar is unsigned writing that nobody can trust. Together they are what the network replicates, protects, and carries from generation to generation.
The Four Pillars
Every line of cryptography on this site exists to protect the Avatar, the Mind, or both, and the following four pillars capture those promises.
π€ Avatar (the body)
The first pillar protects the body, the cryptographic identity that every signature and every piece of content traces back to.
π§ Mind (what the body holds)
The other three pillars protect the Mind: authorship proves that a given engram came from your Avatar, integrity proves it has not been altered, and privacy ensures that anything you choose to keep private stays that way.
These four pillars are referenced throughout the cryptography section, where each promise is matched to the algorithm that enforces it.
With both defined, the next step is understanding how keys and hashes are represented as readable text. That is what the Encoding Primer covers.