Skip to main content

Frequently Asked Questions

Quick answers to the questions newcomers ask most. For deeper detail follow the links to the relevant docs pages.


How do I add Sentrix to MetaMask?

Open MetaMask → Settings → Networks → Add a network and fill in:

FieldMainnetTestnet
Network NameSentrix ChainSentrix Testnet
RPC URLhttps://rpc.sentrixchain.com/rpchttps://testnet-rpc.sentrixchain.com/rpc
Chain ID71197120
Currency SymbolSRXSRX
Block Explorerhttps://scan.sentrixchain.comhttps://scan-testnet.sentrixchain.com

Full walkthrough: MetaMask Network Config.


Where can I get test SRX (testnet faucet)?

Use the testnet faucet linked from the Developer Quickstart. Connect your wallet to testnet (Chain ID 7120) and request SRX — limits are per-address per day to prevent abuse.


What are the mainnet and testnet Chain IDs?

NetworkChain ID
Mainnet7119
Testnet7120

Always double-check the Chain ID in your wallet to make sure you're on the right network.


Where are the RPC, WebSocket, and REST endpoints?

Full reference: API Endpoints · WebSocket Subscriptions.

Quick reference:

ProtocolMainnetTestnet
JSON-RPC / RESThttps://rpc.sentrixchain.com/rpchttps://testnet-rpc.sentrixchain.com/rpc
WebSocketwss://rpc.sentrixchain.com/wswss://testnet-rpc.sentrixchain.com/ws

How do I verify a smart contract?

After deploying, navigate to your contract on the Sentrix Explorer, go to the Contract tab, and click Verify & Publish. Provide the source code, compiler version, and optimisation settings you used during deployment.

See the full guide in Smart Contract Guide.


How fast is block time and finality?

Block time~1–2 seconds
FinalityInstant — Voyager DPoS+BFT achieves supermajority finality within the same block

Unlike probabilistic finality chains, once a Sentrix block is committed it cannot be reverted under normal network conditions. You don't need to wait for confirmations.


What is the total SRX supply and halving schedule?

  • Max supply: 315 million SRX
  • Premine: 20% of cap
  • Halving: every 126 million blocks (~4 years), mirroring Bitcoin's schedule

Details: Tokenomics Overview · SRX.


Still have questions?

ChannelContact
Builder support[email protected]
Validator support[email protected]
GitHub Issuessentrix-labs/docs