Avatar + Mind = You
The word avatar comes from the Sanskrit avatāra, meaning descent. In South Asian tradition, when a god descends from heaven into an earthly body to walk among people, that earthly body is regarded as the god's avatar. On Avatarnet, when someone types your .avtr domain, your data descend from the network onto their screen, manifesting through your avatar.
Avatarnet is, in a sense, a digital heaven you can see, verify, and touch. Unlike theological heaven, it runs on real machines, governed by real cryptography, funded by real economics. The same way gods reside in heaven, your data resides on the network in its Network Estate, built through years of hosting labor. The difference is that your data does not wait for death. It lives there while you are alive, and it stays there after you die.
The Bible in John 14:2: "In my Father's house are many mansions," hints at permanent dwelling places in heaven. Inspired by the same idea, your Network Estate is your permanent dwelling place on Avatarnet, a digital heaven.
What Is a Network Estate
Think of your Network Estate the way you think of real estate. "Real estate" is property you build on physical land. A Network Estate is property you build on network land. In the physical world, you build property through years of labor, and that property represents your place in the world. On Avatarnet, you build your Network Estate through years of hosting contribution, and it represents your place on the network.
Your estate holds everything you have earned through participation: your level on the network (which grows as you host longer), your boost badges from responding to stress calls (network requests for extra storage), and your eternal floor of guaranteed backup slots spread across many nodes. These terms are explained in full on the Protocol Economics page. They are not abstract numbers. They represent real hosting labor that took real time to accumulate, and they determine how durable your presence on the network is.
The estate is controlled by its own cryptographic keypair called the Estate Key, separate from the keypair that proves your identity. The same way your passport and your house keys are two different things.
Your Identity Key proves who you are. Your Estate Key controls your place on the network. Compromising one does not compromise the other. A stolen Identity Key cannot touch your estate's level or hosting position, and a compromised Estate Key cannot forge content in your name.
What Is an Avatar
It is neither a picture, nor a username, nor an account on someone else's server. An Avatar is your digital body on the network, identified by a cryptographic keypair and registered as a human-readable .avtr domain name. The same way your physical body has an identity and contains your mind, the Avatar has an identity and contains your Mind.
Silicon Valley reduced "avatar" to a profile picture, a gaming character in someone else's metaverse. Avatarnet reclaims the original meaning. Your avatar is not a cartoon but a digital body through which your Mind descends onto any screen, forever.
The same way your body represents you in the real world, the Avatar represents you on Avatarnet. It has a name, a birth date, and it can be verified by anyone, similar to how you verify in-person with police when applying for a passport.
Two things identify an Avatar on Avatarnet:
- A quantum-resistant keypair generated on your device, called the Identity Key, 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 network's lookup system, 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 piece of 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 a digital record of 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 and no algorithm deciding what you can or cannot say. Whatever you write, Avatarnet will preserve by replicating it across the network. 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 you publish belongs to a commit signed by the Avatar's Identity Key, so authorship is provable forever. Anyone can verify that you wrote what you wrote, even centuries after you are gone.
The Five-Layer Hierarchy
The full picture has five layers. The outer two are infrastructure the software handles for you: an optional Hosting Provider that hosts on your behalf and the Hosting Server that runs the software. The inner three are what you manage: your Network Estate, your Avatar Identity, and your Artificial Mind.
Each layer maps to something you already know from physical real estate.
Using real estate property types to understand Avatarnet hosting.
In every case, your Network Estate is your property, and it comes with you if you move to a different building.
Node roles like beacon, mirror, and relay are defined on the Peer-to-Peer page. Levels, boost badges, the eternal floor, and the storage bucket are all covered in Protocol Economics. For a quick lookup of any term, see the Glossary.
The Five Pillars
Every line of cryptography on this site exists to protect the Network Estate, the Avatar, the Mind, or some combination of the three. The following five pillars capture those promises.
These five pillars are referenced throughout the cryptography section, where each promise is matched to the algorithm that enforces it.
With all three defined, the next step is understanding how keys and hashes are represented as readable text. That is what the Encoding Primer covers.