# Identifying Relevant Transactions for Wallets

Given that anonymous transactions are visible on the public blockchain, a wallet must determine its own transactions by analyzing specific broadcasted metadata (ePK, VT):

1. Derive a shared secret by performing an elliptic curve operation between the wallet’s viewing private key and the ephemeral public key ePK, leveraging ECDH as previously described.
2. Compute VT by applying a cryptographic hash to the derived shared secret.
3. Compare the computed VT with the broadcasted transaction’s VT. A match confirms the transaction pertains to the wallet.


---

# 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/identifying-relevant-transactions-for-wallets.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.
