Skip to content

Getting started

sanect is a Privacy Layer 1 built on Cosmos SDK v0.53.4 + CometBFT v0.38.17 + cosmos/evm v0.4.1 with native EVM. It delivers ~400 ms block time, DPoS with top-50 active validators, and a native shielded transfer path using Noir zk-SNARKs (UltraHonk proofs on Aztec's universal SRS) — your address never links to what you send.

Mainnet is live (sanect_7628-1, EVM chain ID 7628). A public testnet also runs for development and experimentation.

Who this is for

Key facts

TestnetMainnet
Cosmos chain-idsanect_76287-1sanect_7628-1
EVM chain-id76287 (0x129ef)7628 (0x1dcc)
RPChttps://rpc.testnet.sanect.com/https://rpc.sanect.com/
Archive RPChttps://archive.sanect.com/
Explorerhttps://scan.testnet.sanect.comhttps://scan.sanect.com
Staking dApphttps://app.testnet.sanect.comhttps://app.sanect.com
DEX (Swap)https://swap.testnet.sanect.comhttps://swap.sanect.com
Order Book (Trade)https://trade.sanect.com

Common to both networks:

StackCosmos SDK v0.53.4 + CometBFT v0.38.17 + cosmos/evm v0.4.1
TokenSNCT (display) / asnct (base, 18 decimals)
ConsensusDPoS, top-50 by stake, BFT (tolerates 16 faulty)
Block time~400 ms
Min gas price1 gwei (1,000,000,000 asnct)
Address prefixsnct
Node binarysanectd (built from github.com/cosmos/evm)

What's live

  • ShieldedPool v1.4 — full shield / send / unshield round-trip with browser proving (Noir circuit + UltraHonk verifier). Deployed on both testnet and mainnet.
  • DEX — Uniswap V2 fork with swap, liquidity pools, and LP farming (MasterChef). See DEX guide.
  • Order Book DEX — Fully on-chain central limit order book (CLOB) with limit orders, market orders, partial fills, and sub-400ms settlement. Maker 0.01% / Taker 0.05% fees. See Order Book guide.
  • Bridge — Hyperlane-powered bridge connecting sanect to Ethereum mainnet with 14 bridged ERC-20 assets (USDC, USDT, WBTC, WETH, DAI, and more). See Bridge guide.
  • .snct Name Service — register human-readable names, run auctions, trade on the marketplace. See Name Service guide.
  • Airdrop program — 300M SNCT across 4 phases, 13-product points matrix, referral system. Live at airdrop.sanect.com.

Next step

Connect wallet to send your first transaction, or → Developer quickstart to deploy a contract, or → Run a full / RPC node to host your own endpoint.