I N D R A
Post-Quantum Blockchain

BFT consensus with Dilithium2 quantum-resistant signatures. VRF proposer election. Validator-earned rewards. No premine. No foundation.

Run a Validator View Explorer
Network indra-testnet-1
Block Height
Validators
Total Staked
Block Reward
Base Fee
Epoch
Protocol

Built for the post-quantum era.

Every design decision in INDRA is oriented toward long-term cryptographic security and validator fairness.

01
Dilithium2 Consensus
All quorum certificates use CRYSTALS-Dilithium2 signatures. Quantum-resistant by construction, not as an add-on.
02
VRF Proposer Election
Block proposers elected via verifiable random function using height+round. Unpredictable, unforgeable, verifiable by all.
03
BFT Finality
Byzantine fault-tolerant consensus. 6-second block time. Round-0 finalization under normal network conditions.
04
Hybrid Tx Signatures
Transactions signed with Ed25519 and Dilithium2. Forward-secure against future quantum adversaries.
05
No Premine
100% of INDRA is validator-earned. No foundation allocation. No team vesting. Era 1 block reward: 11.892 INDRA.
06
Dynamic Validator Set
Validator slots grow proportionally with total stake. Phase 1: 20 validators. No hard minimum stake requirement.
Explorer

Live chain data.

Real-time block and validator data from the INDRA RPC at rpc.indraprotocol.com.

rpc.indraprotocol.com
Live
Height
Era
Peers
Mempool
Supply
Tip Hash
Connecting to rpc.indraprotocol.com...
Address
Balance
Spark
Genesis Validators
buddhi 28ce6ab9565c324950a4308ccd1187c473fa737d4e687e12121c04b0e4c8c1b6
siddhi 864d9d131f0296d3cd438611daabb012f7638381ce84945485f1925c0628aed1
kushal bf642abaff63684b3aa9d989e063d5868fba70889c6b18ff82e233828b1925e1
bonkai 753c569bca3a18247e3de4f538ece4cc8a2e69e0f29e0e9c586d7e6a20f966b2
Validators

Genesis validator set.

4 active validators securing the INDRA testnet with equal stake and equal voting power.

Loading validator set...
Documentation

Run a validator in one command.

The INDRA installer handles binary download, key generation, genesis configuration, and node startup automatically.

bash — indra-bootstrap
# Download and install INDRA
curl -sSf https://raw.githubusercontent.com/jyothisarath096/indra/main/releases/install.sh | bash

# Generate your validator keys
indra-keygen --name yourname --output ~/.indra/data/keys.json

# Start your validator node
indra-node --data-dir ~/.indra/data \
  --genesis ~/.indra/data/genesis.toml \
  --keys ~/.indra/data/keys.json \
  --bootstrap-peers 116.203.185.28:30303
RPC Endpoint
P2P Bootstrap
116.203.185.28:30303
Chain ID
indra-testnet-1
Wallet

Native applications.

INDRA ships native iOS and macOS applications with real Dilithium2 key generation and live testnet connectivity.

📱
iOS Wallet
SwiftUI. Real FFI keygen via Dilithium2. 24-word BIP-39 recovery. Live balance. Send and receive INDRA.
Coming to TestFlight
💻
Mac Validator App
Native macOS. Remote RPC mode. Live block dashboard. Validator metrics. No double-signing.
View on GitHub →
⌨️
CLI Wallet
indra-tx CLI. Send, receive, and check balances from any Linux or macOS terminal. Included in the installer.
Live on Testnet