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

# FAQ

#### 1. Is SOLVEIL a mixer?

No. SOLVEIL is a **shielded transfer protocol**, not a simple mixer.

#### 2. Are deposits anonymous?

Deposits are **not anonymous**, they are **private in outcome**.

Observers can see that:

* A wallet deposited funds

They cannot see:

* Where those funds are withdrawn
* Which withdrawal corresponds to which deposit

Privacy is achieved at withdrawal time.

#### 3. Can I withdraw to multiple addresses?

Yes.

You can:

* Split withdrawals into multiple chunks
* Withdraw to multiple recipients
* Configure delays between withdrawals

This is strongly recommended for better privacy.

#### 4. What tokens are supported?

* Native SOL
* SPL tokens
* Permissionless token listing

Anyone can list a token by paying the listing fee.

#### 5. Is SOLVEIL legal?

SOLVEIL is open-source software.

Users are responsible for complying with the laws and regulations applicable in their jurisdiction.

#### 6. What happens if I lose my wallet?

If you lose access to your wallet:

* You lose the encryption key
* Your UTXOs become permanently inaccessible

There is no recovery mechanism.

Self-custody means full responsibility.


---

# 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://solveil.gitbook.io/solveil/user-docs/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.
