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

# Untitled

**Private money for public chains** — self-custodial, zero-knowledge, from your phone. Send, swap, and bridge without putting your finances on display.

***

Public blockchains made money programmable and verifiable  and, in the same stroke, made every balance, payment, and counterparty permanently visible to anyone. Traditional finance keeps individual activity private; on-chain, nothing is. As stablecoin payments scale into a mainstream rail and autonomous agents begin to transact on their own behalf, that exposure turns from an inconvenience into a liability.

**Lacuna** is a mobile-native, non-custodial privacy protocol. Users shield assets into a zero-knowledge pool, then transfer, swap, and bridge privately before withdrawing to any address, with proofs generated on the device and keys that never leave it. Around this core, Lacuna adds **EmergencyExit** for coercion- and compromise-resistant recovery, gasless withdrawals, and an open developer surface so others can build on the same privacy layer.

The protocol and mobile app run on a public testnet and are audited by SolidProof. Mainnet is the immediate next milestone.

|                           |                                                                              |
| ------------------------- | ---------------------------------------------------------------------------- |
| **Self-custodial**        | Keys are generated and held on your device. No account, no operator custody. |
| **Full-stack privacy**    | Transfers, swaps, and cross-chain bridging — all private, in one protocol.   |
| **Built for what's next** | A confidential settlement layer for people and the agent economy.            |

> Use the navigation on the left to read the whitepaper section by section.


---

# 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.lacunalabs.io/lacuna-labs/untitled.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.
