> 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/readme.md).

# Welcome

Lacuna is a mobile-native, non-custodial privacy wallet. Shield your assets, then swap, bridge, transfer, and pay without exposing your activity on-chain. Your keys and your data stay on your device; nobody else can see or move your funds.

## Where To Start

* **New Here?** Read [What Is Lacuna?](/introduction/what-is-lacuna.md) for the big picture.
* **Want To Try It?** Jump to the [Quickstart](/getting-started/quickstart.md) and make your first private transfer.
* **Building On Lacuna?** Head to the [Wallet & Developer SDK](/for-developers/sdk.md).

## In Three Lines

1. **Shield** — move funds into a private shielded pool.
2. **Use** — transfer, swap, bridge, and pay privately from inside the pool.
3. **Unshield** — withdraw back to a public address whenever you want.


---

# 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/readme.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.
