Introducing Nexaflow A Privacy-Oriented Ledger with Confidential Transactions and Upcoming IPO

0 replies 353 views
le0v4ultMember
Posts: 4 · Reputation: 66
#1Aug 18, 2024, 06:50 PM
NexaFlow (NXF) A Digital Ledger Focused on Privacy · Confidential Transactions · Decentralized Exchange ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🌐 Website · 📄 White Paper · 💻 GitHub · 💬 Discord ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ So, what is NexaFlow? NexaFlow is a cryptocurrency that I created from the ground up using Python and Cython. The main idea is pretty straightforward your financial activities should be your own business and not anyone else’s. By default, every transaction on our network is confidential. We didn’t just add privacy as an afterthought or make it an optional feature. It’s integrated into the protocol itself. The amounts in transactions are concealed using Pedersen commitments, senders are anonymized with ring signatures, and recipients use unique stealth addresses. No need to opt-in or switch on a privacy mode. It’s simply how it works, all the time. The entire codebase is available on GitHub. I encourage you to check it out. I'd prefer that people put their trust in the code rather than in me. How It Works (The Techy Stuff) ▸ Confidential Transactions Transaction amounts never appear in plain text on the ledger. We apply Pedersen commitments, which mathematically look like C = v·G + b·H, to cryptographically secure a value without revealing it. Then we use bulletproof-style range proofs to ensure the committed amount isn’t negative or overflowed, without showing the actual figure. If you’ve seen how Monero handles this, it’s a similar idea, but our implementation is uniquely ours. ▸ Ring Signatures (LSAG) When you sign a transaction, your key gets mixed in with several decoy keys from the ledger. We utilize L.
4 Reply Quote Share

Related topics