> For the complete documentation index, see [llms.txt](https://docs.0x0.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/moving-assets-anonymously.md).

# Moving assets Anonymously

<figure><img src="/files/HTB3JdL4FP4ID9FJOMLc" alt=""><figcaption></figcaption></figure>

In this setup, Bob wants to send an asset like ETH or an ERC20 token to Alice without revealing her wallet details. For this to happen, Alice provides her `stealthAddress` in the form `0x0<spk>.<vpk>`, where `spk` represents the signing public key and `vpk` the viewing public key. This unique address enables Alice to receive assets anonymously.

After Bob transfers the asset to Alice’s stealth address, Alice remains unaware of the transaction until Bob announces it. Bob must share key details that will help Alice locate and retrieve the transferred assets.

<figure><img src="/files/O8OjS747h5L6jypmuJ4T" alt=""><figcaption></figcaption></figure>

#### Required Announcement Details <a href="#required-announcement-details" id="required-announcement-details"></a>

Bob needs to provide Alice with the following data to identify the transaction:

* **Ephemeral Public Key:** Used by Alice to compute a shared secret, confirming transaction authenticity.
* **View Tag:** Alice matches this against computed tags to identify her transactions.
* **Token Address:** Indicates the specific asset type Bob transferred to the stealth address.

To initiate a transaction, Bob uses Alice’s `stealthAddress`, containing her signing and viewing public keys. This process involves several cryptographic steps using elliptic curve cryptography.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/moving-assets-anonymously.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
