> For the complete documentation index, see [llms.txt](https://earthlinc.gitbook.io/protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://earthlinc.gitbook.io/protocol/using-earth-linc/your-realm.md).

# Your Realm

*Your own sky — born the first time someone Casts to you.*

A **Realm** is your sovereign on-chain space: the place where every NaviStar Cast to you lands and stays. Its living surface is the **Naviscape** — your sky, with every star someone has Cast to you. **Navi** surfaces it — and helps you move through your sky. (Navi surfaces; it never generates verified fact.)

## Born from connection

A Realm is not pre-made, and you cannot create one for yourself. **It is born the moment the first star is Cast to you.** That's deliberate: a Realm is proof that someone chose you — its very existence is a connection.

## What lives in your Realm

* **Your NaviStars** — every star Cast to you, each holding a living page and (when its station carries a mission) the immutable verified facts of a real earth action.
* **Their constellations** — each star remembers the station it came from and the circle it belongs to.
* **Your Signet and the Realm's account** — under the hood, the Realm is built from open standards: the **Signet** is the key (whoever holds it holds the Realm), and an **ERC-6551 account** holds your stars. You don't need to think about either until you want self-custody.

## What sovereign means here

Your Realm is yours under the rules of the public blockchain itself — not under anyone's terms of service:

* No company can take, edit, or delete your Realm or its stars — including the companies that build here.
* Your Realm doesn't depend on your account. If the Service vanished tomorrow, your sky would remain on-chain, readable and yours.
* Suspension or termination of an account never touches sovereign assets in self-custody.

## Holding — keeping in your Realm

**keep** is not passive. Each star kept is a connection held; a Realm grows the way a life does — one real moment at a time. To respond to any of them, Cast back.

***

*Next: Claim & custody — how stars reach you safely, and how to take your keys when you're ready.*

*A protocol anchored by YuCROWN Corporation · 501(c)(3) — anchored, never owned.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://earthlinc.gitbook.io/protocol/using-earth-linc/your-realm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
