# Moving assets Anonymously

<figure><img src="https://184086499-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjWhJqfpljGY6ZqPqKnMR%2Fuploads%2FWgSi78Xrq0o42ZmLG9OV%2Fr1YDTpWMyl.png?alt=media&#x26;token=9dc9d3a1-811a-4598-9b16-81c4cc8f7318" 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="https://184086499-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjWhJqfpljGY6ZqPqKnMR%2Fuploads%2FliG1w4acO5C9wbJUdY5E%2FrkOp6pWfyl.png?alt=media&#x26;token=ac5e9c6f-e24b-4baa-99bf-69792d2a44cb" 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: 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://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/moving-assets-anonymously.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.
