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

# Welcome to Heres

One of the greatest innovations of the blockchain and crypto ecosystem is absolute **self-custody**. Individuals can fully own and control their assets without permission from banks or centralized authorities.&#x20;

However, this powerful security creates a fatal paradox: if you lose your private keys or unexpectedly lose access to your wallet, your assets are frozen on the network forever.&#x20;

Traditional financial systems solve this through centralized intermediaries, but relying on them undermines the core reason we joined the decentralized ecosystem.

**Heres Protocol** is a trustless 'dead-man's switch' designed to solve this dilemma.&#x20;

We have built an infrastructure that safely transfers your assets to designated beneficiaries in the event of your absence, without ever handing custody to a third party.&#x20;

Every step is executed deterministically by 100% on-chain smart contracts without corporate intervention, while keeping your beneficiary information and distribution conditions encrypted in complete privacy.

### Quick Start <a href="#user-content-quick-start-1" id="user-content-quick-start-1"></a>

The fastest way to secure your legacy with Heres.

* [**How Heres Protocol Works**](/welcome/how-heres-protocol-works.md#the-assurance-pipeline): Understand the protocol mechanism.
* [**Setup Your Account**](/getting-started/wallets-and-networks.md#supported-wallets): Connect your wallet and start your subscription.
* [**Create Your First Capsule**](/user-guide/create-a-capsule.md#step-1-connect-wallet): Create your first Intent Capsule.
* [**Monitor Status**](/user-guide/dashboard-and-mobile.md#dashboard): Check your capsule status on the dashboard.


---

# 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://doc.heresprotocol.com/welcome/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.
