-
Notifications
You must be signed in to change notification settings - Fork 1
Home
satyakwok edited this page Apr 28, 2026
·
3 revisions
Layer-1 blockchain, Rust implementation. BUSL-1.1. Chain ID 7119 (mainnet) / 7120 (testnet).
Authoritative documentation lives at docs.sentrixchain.com. This wiki is a quick-reference / GitHub-side summary. For canonical, version-current docs, follow links to the docs site.
- Website: sentrixchain.com
- Explorer: scan.sentrixchain.com (mainnet + testnet toggle)
- Faucet (testnet): faucet.sentrixchain.com
- Documentation: docs.sentrixchain.com
- GitHub: sentrix-labs/sentrix
- Canonical contracts: sentrix-labs/canonical-contracts
- Brand kit: sentrix-labs/brand-kit
| Consensus | DPoS + BFT (Voyager — LIVE on mainnet since 2026-04-25) |
| Block time | 1 second |
| Block finality | Instant (BFT 2/3+ supermajority) |
| Max supply | 315,000,000 SRX (Tokenomics v2 — fork active at h=640,800) |
| Block reward | 1 SRX, halving every 126,000,000 blocks (~4 years, BTC parity) |
| Fee split | 50% burn / 50% validator |
| Min fee | 0.0001 SRX |
| Storage | MDBX |
| EVM | revm 37 — LIVE on both mainnet + testnet |
| Native coin | SRX (8 decimals: 1 SRX = 100,000,000 sentri) |
- 🚀 Developer Quickstart — build on Sentrix in 10 minutes
- 🦊 MetaMask Setup — connect wallet to testnet / mainnet
- 🌐 Networks — RPC endpoints, chain IDs, how to connect
- 🖥️ Validator Guide — run your own node
- ❓ FAQ — common questions
For full technical detail, the canonical site is docs.sentrixchain.com:
- Architecture — consensus, state, networking, transactions
- Operations — deployment, monitoring, validator setup, smart contracts
- Tokenomics — SRX economics, premine, halving, airdrop mechanics
- Governance — multisig model, fork upgrade mechanism
- Security — audit history, pentest results
- Roadmap — phase details
Mainnet LIVE since 2026-04-25 (Voyager release, v2.1.47 latest). 4 validators producing blocks at 1s cadence with instant BFT finality. EVM execution active. Canonical contracts (WSRX, Multicall3, TokenFactory, SentrixSafe) deployed on both chains.
For latest version + release notes: see GitHub releases.
Get Started
Build
Operate
Reference