# TL;DR&#x20;

You can deposit money into a private pool, where only you can see your balance and withdraw from it at any time.

From this pool, you can send money to anyone without it looking like it came directly from you.

The recipient can then withdraw their funds from the pool whenever they choose.

Since all withdrawals come from the same pool, no one can easily trace who originally sent the money.

And all of this is done verifiably on-chain using Zero-Knowledge (ZK) technology.


---

# Agent Instructions: 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://lethe.gitbook.io/lethe/getting-started/tldr.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.
