Valid Blockchain

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.

View on GitHub Download v0.5.0-rc1

Core Features

🏆

TPI Consensus

Three validators verify each block. Merit-based selection. No stake required.

💰

Fair Tokenomics

33M VLid over 21 years. Block rewards mint as work is proven. No pre-mine.

🌍

Accessible

Runs on Raspberry Pi. 2GB RAM minimum. Designed for developing regions.

Fast Finality

10-second blocks. Sub-second finality. Instant confirmation.

Current Status

v0.5.0-rc1
Version
33
Tests Passing
42%
Test Coverage
Testnet
Ready

Quick Start

# 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