> 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/getting-started/quickstart.md).

# Quickstart

Get set up and make your first private transfer in a few minutes.

## 1. Install The App

Download the Lacuna wallet for your device:

```
iOS      ->  App Store     (search "Lacuna")
Android  ->  Google Play   (search "Lacuna")
```

## 2. Create Your Wallet

Open the app and create a new wallet. You'll set a PIN and securely back up your recovery phrase. See [Setting Up Your Wallet](/the-lacuna-wallet/setting-up-your-wallet.md).

## 3. Fund A Public Address

Send a supported token (for example USDC) to your wallet's public address, the same way you would with any wallet.

## 4. Shield Your Funds

Tap **Shield** to move funds into the private pool. This is the step that makes your balance confidential.

## 5. Transfer Privately

Now send to anyone from inside the pool — the transfer is verified with a zero-knowledge proof and isn't linkable to your deposit. Full walkthrough: [Your First Private Transfer](/getting-started/your-first-private-transfer.md).


---

# 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/getting-started/quickstart.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.
