Open Source — MIT License

The Root of
True Decentralization

Rhiza is a revolutionary currency protocol. No blockchain, no mining, no staking — just a fair, peer-to-peer system where every participant is equal.

TX₁ TX₂ TX₃ TX₄ TX₅ Directed Acyclic Graph — No Chain, No Blocks

Blockchain Broke Its Promise

Crypto was supposed to be decentralized. Instead, power concentrated in the hands of a few.

Issue Old Crypto Rhiza
Mining Centralization 3 pools control 65%+ No mining at all
Wealth = Power PoS favors whales Equal participation
Speed & Cost Slow blocks, high fees Instant, zero fees
Internet Required Always online Mesh networking
Privacy Public ledger ZK-private by default

Built Different, From the Ground Up

Every component of Rhiza is designed for true decentralization — not as an afterthought.

📊

DAG Architecture

No blocks, no chain. Each transaction validates two previous ones, enabling parallel processing and instant confirmation.

🔄

Proof of Relay

A novel consensus where you earn by validating and relaying transactions. No mining hardware, no staking capital — just participate.

📡

Mesh Networking

Works over TCP/IP, WiFi Direct, Bluetooth, and LoRa. Rhiza operates even without internet — true censorship resistance.

🔒

Zero-Knowledge Privacy

Transactions are private by default. Zero-knowledge proofs ensure security without sacrificing transparency when needed.

Instant Finality

No waiting 10 minutes for a block. Transactions reach finality in seconds through cumulative weight confirmation.

🆓

Zero Transaction Fees

Relay rewards cover network costs. Send any amount of RHZ to anyone, anywhere, for free.

Proof of Relay in Action

Participate in the network, relay transactions, earn rewards. It's that simple.

1

Create Transaction

Sign a transaction referencing two previous transactions in the DAG. This validates them.

2

Relay to Peers

Broadcast your transaction. Peers validate and relay it further through the gossip protocol.

3

Earn Rewards

Every relay earns RHZ with diminishing returns — ensuring no single node can dominate.

4

Reach Finality

Cumulative weight from relays confirms transactions. Once threshold is met, it's irreversible.

Technical Specifications

21M
Maximum Supply (RHZ)
0
Transaction Fees
~sec
Finality Time
Ed25519
Digital Signatures
BLAKE3
Hash Function
Bech32m
Address Format (rhz1...)

Run Your Node in 60 Seconds

Written in Rust. Fast, safe, and open source.

terminal
# Clone and build
$ git clone https://github.com/rhiza-protocol/rhiza.git
$ cd rhiza && cargo build --release

# Create your wallet
$ cargo run --bin rhiza-cli -- wallet create
🌿 Rhiza Wallet Created!
📍 Address: rhz1qw508d6qejxtdg4y5r3z...

# Start your node
$ cargo run --bin rhiza-node -- init
$ cargo run --bin rhiza-node -- start
🌿 Rhiza Node running on port 7470

The Root System Grows.
Join the Revolution.

Rhiza is fully open source. Star, fork, contribute — help build truly decentralized money.

Frequently Asked Questions

What is Rhiza Protocol?

Rhiza is a DAG-based, feeless cryptocurrency that uses Proof of Relay (PoR) consensus. Unlike traditional blockchain, Rhiza uses a Directed Acyclic Graph where each transaction validates two previous ones, enabling parallel processing and instant finality. It's built in Rust and fully open source under the MIT license.

How is Rhiza different from Bitcoin?

Bitcoin uses Proof of Work, requires expensive mining hardware, charges transaction fees, and takes ~60 minutes for finality. Rhiza uses Proof of Relay — earn by relaying transactions from any device, with zero fees and instant finality. Bitcoin requires internet; Rhiza works via mesh networking (WiFi Direct, Bluetooth, LoRa) even without internet.

What is Proof of Relay (PoR)?

Proof of Relay is Rhiza's novel consensus mechanism. Instead of solving mathematical puzzles (PoW) or locking up capital (PoS), participants earn RHZ rewards by validating and relaying transactions to peers. The reward curve has diminishing returns, preventing any single node from dominating the network.

Does Rhiza work without internet?

Yes! Rhiza supports mesh networking over multiple transport layers: TCP/IP (internet), WiFi Direct (~100m range), Bluetooth LE (~30m), and LoRa radio (~15km). This makes it censorship-resistant and usable in areas with limited connectivity.

What is the total supply of RHZ?

The maximum supply of RHZ is 21,000,000 (21 million), similar to Bitcoin. New RHZ is distributed through relay rewards starting at 0.01 RHZ per relay, halving every 1,000 relays. There are no pre-mines beyond the 5% founder allocation.

How do I get started?

You need Rust 1.70+ installed. Clone the repo from GitHub, build with cargo build --release, create a wallet, and start your node. The built-in wallet UI is accessible at http://localhost:7471.