0x0.ai: Whitepaper v2
  • 0x0.ai: AI Smart Contract Auditor
    • ๐Ÿ‘€Overview
    • ๐Ÿ“ˆTokenomics
    • ๐Ÿ“Thesis
    • ๐Ÿ”ฎVision
  • 0x0 Ecosystem
    • ๐Ÿ”ŽAI Smart Contract Auditor
    • Arcane Privacy Wallet
      • Moving assets Anonymously
      • Calculating the Shared Secret
      • Creating the View Tag
      • Deriving the Stealth Public Key
      • Identifying Relevant Transactions for Wallets
      • Accessing Privately Transferred Assets
      • Arcane Contract
      • Shielding Assets
      • Single Transfers
      • Multiple Transfers
      • Withdrawal or Unshielding
      • Relayers
    • ๐Ÿ‘ปSpectre (Coming Soon)
  • 0x0 Income Sources
    • ๐Ÿ”ฅBuybacks and Burns
    • ๐Ÿ’ฐETH Rewards
  • Upcoming Plans
    • ๐Ÿ“†Roadmap
    • ๐Ÿ†•Dapp Updates
    • ๐Ÿ‘‚Community Feedback
Powered by GitBook
On this page
  1. 0x0 Ecosystem
  2. Arcane Privacy Wallet

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.

PreviousDeriving the Stealth Public KeyNextAccessing Privately Transferred Assets

Last updated 6 months ago