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

# FAQs

Have a question not answered here? Send us a message at <hello@ante.org>

<details>

<summary>What is Ante Vaults? What problem does it solve?</summary>

Ante Vaults solves the biggest risk with self-custody (losing access to your funds forever) by letting you securely pass on your self-custodied crypto to a recipient if something happens to you.

</details>

<details>

<summary>Which network is Ante Vaults on?</summary>

Ante Vaults is live on Ethereum and Base.&#x20;

</details>

<details>

<summary>How often do I need to check in?</summary>

You can choose a check-in frequency that works for you (default 6 months). Ante will remind you when it's time to check in.

</details>

<details>

<summary>What happens if I forget to check in or something happens to me?</summary>

If you miss a check in, your guardians can start the handoff process. If you still haven’t checked in during the grace period, the handoff finalizes and your assets move to your recipient. Checking in at any point before the handoff completes cancels the process.

</details>

<details>

<summary>Can my guardians steal my crypto?</summary>

No, guardians can only act if your dead man’s switch fails, after the grace period, and can only transfer your digital assets to your designated Recipient.

</details>

<details>

<summary>Can Ante ever take my funds?</summary>

No, Ante never holds or controls your assets and your crypto always stays in your control. Everything runs on audited Safe contracts that secure billions in assets.

</details>

<details>

<summary>What if Ante Labs shuts down? Do I lose access to my crypto?</summary>

You’ll still have full access to your crypto. Each vault includes a Recovery Kit, a step-by-step guide to access or transfer your assets directly. Ante is fully non-custodial so your funds never depend on the app being online.

</details>

<details>

<summary>Can I change my vault settings later if I choose to?</summary>

Yes. You can update your guardians, recipient, or check-in settings anytime.

</details>

<details>

<summary>Why should I use Ante instead of custodial services?</summary>

Unlike custody providers that hold your assets and require trust, Ante keeps your crypto fully in your control through non-custodial smart contracts and removes the need to rely on any centralized provider.

</details>


---

# 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:

```
GET https://docs.ante.org/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
