Accessible Proof-of-Stake for Everyone
A lightweight blockchain designed to run on modest hardware. No wealth requirement. Merit-based participation. Built for global accessibility.
Three validators verify each block. Merit-based selection. No stake required.
33M VLid over 21 years. Block rewards mint as work is proven. No pre-mine.
Runs on Raspberry Pi. 2GB RAM minimum. Designed for developing regions.
10-second blocks. Sub-second finality. Instant confirmation.
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Clone and build
git clone https://github.com/HiImRook/accessible-pos-chain.git
cd accessible-pos-chain
cargo build --release
# Run validator
./target/release/pos-chain