Skip to content
satyakwok edited this page Apr 28, 2026 · 2 revisions

FAQ

General

What is Sentrix?

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).

What's the positioning?

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.

Who runs it?

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.

What's the native coin?

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.

License?

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.

Using Sentrix

How do I connect MetaMask?

See MetaMask Setup. Both mainnet (7119) + testnet (7120) are MetaMask-compatible.

Can I deploy smart contracts on mainnet?

Yes. EVM has been live on mainnet since the Voyager activation (2026-04-25). Solidity 0.8.20+ via Remix / Hardhat / Foundry / etc.

Where do I get test SRX?

faucet.sentrixchain.com. Drips 10M tSRX per claim. Cloudflare Turnstile prevents bot farming.

How do I check a transaction?

scan.sentrixchain.com — unified explorer with mainnet / testnet toggle. Paste tx hash, address, or block number.

What's the block time?

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).

Tokenomics

How is SRX distributed?

  • 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.

Is there an airdrop?

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.

What about CEX listings?

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).

Architecture & Infrastructure

How is consensus done?

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.

What's the storage layer?

MDBX (libmdbx Rust bindings). Memory-mapped, ACID, fast random reads.

What's revm 37?

Reth's Rust EVM implementation. Sentrix integrates revm for EVM execution (eth_call, eth_sendRawTransaction, eth_getCode, etc.). Solidity bytecode runs unchanged.

How are upgrades handled?

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.

Security

Has the chain been audited?

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.

How do I report a vulnerability?

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.

More