Privacy

SOLVM implements two main privacy features

1 , Address Anonymization

  • One-time address generation (Stealth Address Protocol)

  • Linkability: Dualkey Stealth Address Protocol

  • Address rotation frequency: Per transaction

2 , Transaction Amount Concealment

  • Confidential Transaction with Bulletproofs

  • Support for a wide range of amounts

  • Advanced blinding techniques

Address anonymization is a crucial feature for protecting user privacy. One time address generation ensures that a unique address is used for each transaction, making it extremely difficult to track transactions. The Dual key Stealth Address Protocol is an advanced cryptographic technique that enables sending funds while protecting the recipient's privacy. Address rotation for each transaction prevents the analysis of transaction patterns, further enhancing user anonymity.

Transaction amount concealment is a technique that hides the transaction amount while proving its validity. The combination of Confidential Transactions and Bulletproofs efficiently and securely conceals transaction amounts. The system supports a wide range of amounts, allowing for privacy protected transactions from micropayments to large transfers. Advanced blinding techniques ensure the anonymity of transactions.

Last updated