Bitcoin Forum
April 06, 2026, 10:13:20 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] Volt ⚡ – Instant, Feeless, and Privacy-Preserving Chainless Protocol  (Read 190 times)
opentrading (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 23, 2025, 11:28:27 PM
 #1

VOLT

Instant, Feeless, Privacy-Preserving — A Chainless Open-Source Protocol

Hello everyone!

I’m excited to introduce Volt, an open-source protocol written in Rust that brings a post-blockchain architecture for digital value transfer. Instead of a globally replicated ledger, every node keeps a single 32-byte root of a Sparse Merkle Tree (SMT). Account data and inclusion proofs are fetched on demand from a libp2p/Kademlia Distributed Hash Table (DHT) and cached locally in RocksDB. Each transaction carries the sender’s and recipient’s proofs, letting any peer verify and update the root in constant time. No miners, no gas, no fees — transfers are instant, feeless, unlinkable, and horizontally scalable.

Volt aims to prove that global consensus over full account state is *not* a prerequisite for secure digital cash. By anchoring value to one SMT root and outsourcing proofs to a P2P DHT, Volt delivers exceptional efficiency and privacy while remaining fully decentralized. Challenges remain (post-quantum signatures, stronger spam controls), but the design offers a compelling alternative wherever classic blockchains feel like overkill.


Key Features

  • Chainless Architecture: Nodes store only a 32-byte root hash and fetch account data when needed, eliminating blockchain bloat while preserving cryptographic security.
  • Network Bridges: Seamlessly move assets between Volt, Ethereum, and other networks. Lock tokens on one chain and mint them on the other with cryptographic proofs to ensure integrity.
  • Feeless Transactions: Send any amount with zero fees. No miners or validators to pay means $0.01 really costs $0.01.
  • Privacy-Preserving: There is no public ledger of your history. Verification relies on proofs, not on exposing every past transaction.
  • Scalable: Stateless verification means nodes process only relevant transfers. Capacity grows with the network and can reach thousands of TPS on modest hardware.
Technical Architecture

Sparse Merkle Tree (SMT)  
Volt stores all account states in an SMT. Proofs of inclusion let nodes verify balances and nonces without holding the full tree.

Distributed Hash Table (DHT)  
Peer discovery and data storage rely on a Kademlia DHT, so nodes can locate and retrieve proofs without any central server.

Cryptographic Proofs  
Transactions include Ed25519 signatures and SMT proofs, enabling full stateless verification.

Selective Processing  
Nodes validate only the transactions relevant to them and rely on proofs for all others, eliminating the main scalability bottleneck of conventional blockchains.

Project Resources

• GitHub: https://github.com/e7172/voltnetwork  
• White Paper: https://www.voltnetwork.org/whitepaper  
• Website: https://voltnetwork.org  
• Wallet (web): https://app.voltnetwork.org

Join the Community

• Discord: https://discord.gg/NcKvqbwg

Technical Documentation

• Architecture spec: ARCHITECTURE.md  
• CLI guide: CLI_GUIDE.md  
• Node setup: NODE_SETUP.md

If you’d like to contribute, jump into Discord or open an issue/PR on GitHub. We’d love your feedback and ideas!

opentrading (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 24, 2025, 08:39:14 PM
 #2

Hi everyone!

We’re excited to share upcoming upgrades to the Volt Protocol that will boost the network’s security, privacy, and performance. These enhancements align with our long-term vision to disrupt legacy blockchains by building a truly trustless, permissionless, feeless network.


AEAD Wallet Blobs
• Users hold an encrypted JSON blob (nonce + ciphertext)—no per-account DB on nodes.
• Zero server storage, instant tamper detection, and full balance privacy.

Master Seed & HKDF Keys
• One 256‑bit master_seed → per-user AES keys via HKDF(master_seed, "volt-user-key" ∥ addr).
• No key DB, domain-separated keys, simplified management.

SMT Leaves = Hash(cBlob)
• Merkle leaves store SHA256(blob), not clear balances.
• Global integrity + data confidentiality with minimal overhead.

Shamir Shares & Vault
• Split master_seed into k-of-n shares (CLI/Vault).• No single-point failure; easy rotation and audit.

Unified API & P2P Msgs
• POST /txn {addr, nonce, ciphertext} & Libp2p UpdateMsg carry same blob + proof + signature.
• Simplified logic, replay protection, independent verification.

Crypto-First CLI
• BIP-39 → Ed25519 → no local DB; decrypt/encrypt on demand.
• Familiar commands (getbalance, send) with top‑tier security.

These upgrades make Volt a stateless, privacy-first, high-performance network for feeless transfers — while preserving the iron-clad integrity guarantees of a Sparse Merkle Tree. We look forward to your feedback and questions!
opentrading (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 25, 2025, 09:15:04 PM
 #3

https://i.ibb.co/kVM4prHL/Send-Screen-Volt-App-Preview.png
https://i.ibb.co/PstcRbm2/Send-Screen-Volt-App-Preview.png

We are pleased to announce the development of our open source wallet app for the Volt network.
Our app will let you easily manage all our balances, send and receive money instantly and without fees, swap tokens and many other features.


We share with you some previews and would love to hear your feedback!
othell_rogue
Full Member
***
Offline Offline

Activity: 865
Merit: 144



View Profile
May 29, 2025, 07:24:56 AM
 #4

Already dead coin?

No one in Discord.

voltwallet.org is down

here no activity....

..or am I wrong?

To BUY or not To SELL?
That's the real question!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!