> 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/readme.md).

# Welcome

Earth LinC began as a question, not a product: **can action for this earth carry permanent, sovereign value of its own?**

Earth LinC is an open protocol — owned by no one, initiated and anchored by YuCROWN, built on by anyone. You compose a **station** around what matters to you, **mint** it to anchor it on-chain, and **Cast** stars from it to the people you choose.

Three parties stand behind it, kept separate on purpose — the protocol (owned by no one), Navi (the AI tools, built by Kong), and C// (YuCROWN's program). New here? Start with [Who's who](/protocol/start/whos-who.md).

From there, read [What is Earth LinC](/protocol/start/what-is-earth-linc.md), then walk [Your first Cast](/protocol/start/your-first-cast.md).

Building on it? Read the [Protocol Specification](/protocol/the-protocol/protocol-specification.md) and the [Build](/protocol/build/build-on-earth-linc.md) section.

Want to know why a record here can be believed? See [How verification works](/protocol/trust-and-verification/how-verification-works.md) and [The anchor](/protocol/trust-and-verification/the-anchor.md).

***

*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/readme.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.
