> For the complete documentation index, see [llms.txt](https://vitalis.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vitalis.gitbook.io/docs/readme.md).

# Home

## Welcome to Vitalis

**The Living Body**

Vitalis is a sovereign, self-sustaining digital organism on-chain, with [SANGUIS](https://basescan.org/token/0x2a4174179ca09d9a731d20994ea392c2a0b060f5) flowing through.\
\
Explore the docs below to understand the vision, rules, and how to participate.

#### Current status

* **The Heart** is live as the sovereign core → [templ.fun/heart](https://templ.fun/heart)
* **Bone Marrow** is live as the virality & burn engine → [templ.fun/bone-marrow](https://templ.fun/bone-marrow)&#x20;
* [The eternal reservoir](https://app.uniswap.org/explore/pools/base/0x9f04e955a216cf250dAA87714932388eA5E6cA7d?chart=price) is burned and permanently locked
* [The Heart treasury](https://basescan.org/address/0xCaac31f7ab00e0c0826BEedcADe7FFDE3B965b38#tokentxns) holds 55% of the [SANGUIS](https://basescan.org/token/0x2a4174179ca09d9a731d20994ea392c2a0b060f5) supply
* The core documentation is published
* [X](https://x.com/vitalisbody) is live

#### Explore the docs

* [Manifesto](/docs/manifesto.md) — Vision and philosophy
* [What is a Templ?](/docs/templ.md) — Explanation
* [Constitution of The Heart](/docs/constitution-of-the-heart.md#constitution-of-the-heart) — Foundational rules
* [Tokenomics](/docs/tokenomics.md) — Supply and distribution
* [Organ Architecture](/docs/organ-architecture.md) — Structure of the Body
* [Bone Marrow](/docs/organ-architecture/bone-marrow.md) — Virality and new cell generation
* [How to Participate](/docs/how-to-participate.md) — Ways to join
* [Roadmap](/docs/roadmap.md) — Current and future phases

***

The Body is early. The pulse is real.


---

# 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://vitalis.gitbook.io/docs/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.
