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

# FAQ

**Is Lacuna Custodial?** No. Your keys and funds stay on your device. Lacuna cannot access, freeze, or move them.

**Is It Live On Mainnet?** Not yet — the protocol is currently on the Ethereum Sepolia testnet. Mainnet follows the on-device-proving re-audit. See the [Roadmap](/resources/roadmap.md).

**Do I Need Gas Tokens To Use It?** No — [relayers](/how-lacuna-works/relayer-network.md) can broadcast transactions and take the fee from your shielded balance.

**Can I Prove My Activity If I Need To?** Yes — [viewing keys](/the-lacuna-wallet/viewing-keys.md) let you share read-only visibility on your own terms. [Proof Of Innocence](/security-and-compliance/proof-of-innocence.md) (Phase 2) will extend this.

**What Happens If I Lose My Phone?** Restore your wallet on a new device with your recovery phrase. Without it, funds can't be recovered — that's the nature of self-custody.

**Is Proof Of Innocence Available Now?** No — it's planned for Phase 2. The design is documented; the on-chain components are not yet live.


---

# 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://whitepaper.lacunalabs.io/resources/faq.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.
