-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
A Layer-1 blockchain written in Rust. Mainnet (chain ID 7119) live since 2026-04-25 with the Voyager release: DPoS + BFT consensus, instant finality, EVM execution. Testnet on chain ID 7120. Native token: SRX (8 decimals, 315M max supply, 4-year halving / BTC parity).
Financial infrastructure for the real economy — Indonesia first, global next. Focus on real-world assets (RWA), payment infrastructure, and DeFi primitives relevant to emerging markets. Not another generic L1 chasing US/EU developers.
Sentrix Labs (organization: github.com/sentrix-labs). Currently 4 Foundation-operated validators (Foundation, Treasury, Core, Beacon). Open DPoS validator registration is on the roadmap — no committed timing yet.
SRX. Max supply 315,000,000. Block reward 1 SRX, halving every 126,000,000 blocks (~4 years, BTC parity). Fee split 50% burn / 50% validator. 1 SRX = 100,000,000 sentri (8 decimals).
The 315M cap activated at the Tokenomics v2 fork (mainnet h=640,800, 2026-04-26). Pre-fork was 210M / 42M-block halving — historical only.
Sentrix core (sentrix-labs/sentrix): BUSL-1.1. Source-available, converts to Apache 2.0 after the change date. Canonical contracts (canonical-contracts): MIT. Brand assets (brand-kit): proprietary.
See MetaMask Setup. Both mainnet (7119) + testnet (7120) are MetaMask-compatible.
Yes. EVM has been live on mainnet since the Voyager activation (2026-04-25). Solidity 0.8.20+ via Remix / Hardhat / Foundry / etc.
faucet.sentrixchain.com. Drips 10M tSRX per claim. Cloudflare Turnstile prevents bot farming.
scan.sentrixchain.com — unified explorer with mainnet / testnet toggle. Paste tx hash, address, or block number.
1 second. Plus instant BFT finality once 2/3+ of validators precommit, so confirmations are typically 1-2 blocks (not the multi-block waits typical of probabilistic-finality chains).
- 63M (20%) premine across 4 wallets: Founder (21M, vesting Q3 2026), Ecosystem Fund (21M), Strategic Reserve (10.5M), Early Validator (10.5M)
- 252M (80%) emitted via block rewards over time, halving every 126M blocks
Full breakdown: docs.sentrixchain.com/tokenomics/OVERVIEW.
Yes — 5M SRX from Strategic Reserve, distributed across 5 phases (Testnet Heroes, Quest Campaign, Activity Rewards, Validator Delegators, Retroactive Builders). Specific eligibility criteria + snapshot heights are locked at each phase launch (not pre-committed).
Full mechanics: docs.sentrixchain.com/tokenomics/AIRDROP_MECHANICS.
Tokocrypto, Pintu, Indodax (Indonesian tier-1) targeted Q3-Q4 2026. International tier (Gate.io, MEXC, KuCoin) gated by DEX TVL milestone — no committed date. Top-tier (Binance, Coinbase) realistic only post-meaningful traction.
Full roadmap: docs.sentrixchain.com/tokenomics/OVERVIEW (section 7).
DPoS for proposer selection + BFT for finality. 4 validators currently. Block proposer rotates per slot (round-robin among active set, weighted by stake). BFT 2/3+ supermajority precommit gives instant finality — once a block is finalized, it cannot be re-orged.
MDBX (libmdbx Rust bindings). Memory-mapped, ACID, fast random reads.
Reth's Rust EVM implementation. Sentrix integrates revm for EVM execution (eth_call, eth_sendRawTransaction, eth_getCode, etc.). Solidity bytecode runs unchanged.
Hard forks gated by build-time constants + height triggers. Validators upgrade independently; misalignment self-forks (jailed by lack of liveness). No on-chain governance vote currently — operator coordination off-chain. On-chain governance is on the roadmap, no committed timing.
Full governance model: docs.sentrixchain.com/GOVERNANCE.
11 internal audit rounds completed by Sentrix Labs / SentrisCloud security team (116 findings cumulative, 78+ fixed, 0 critical outstanding). Pentest 6/6 passed on live network.
External (third-party) audit is something we'd pursue when budget + scope align — no committed timeline.
Full audit summary: docs.sentrixchain.com/security/AUDIT_SUMMARY.
Email security@sentriscloud.com or use GitHub Security Advisories. Safe-harbor policy in effect — researchers acting in good faith are protected.
Full policy: SECURITY.md.
- Home | Networks | Developer Quickstart | Validator Guide
- Authoritative docs: docs.sentrixchain.com
- Org overview: github.com/sentrix-labs
Get Started
Build
Operate
Reference