Tech overview
You can deploy Solidity or Vyper contracts on Stable today using Hardhat, Foundry, or any standard EVM tooling, and your contracts work without modification. What changes: gas is paid in USDT0, transactions reach single-slot finality, and every layer of the stack is tuned for stablecoin throughput.
StableBFT
Status: LiveStable Blockchain leverages StableBFT, a customized PoS consensus protocol built on CometBFT, for high throughput, low latency, and strong reliability across the network.
Stable EVM
Status: LiveStable EVM is Stable's Ethereum-compatible execution layer. Standard Ethereum tools and wallets interact with the chain unchanged. A set of precompiles bridges Stable EVM to the Stable SDK, letting EVM smart contracts call into core chain logic atomically.
StableVM++, a possible replacement for the current Go-based EVM implementation, remains a later roadmap item.
StableDB
Status: v1.4.0 release candidate on TestnetMemIAVL replaces LevelDB with a memory-mapped snapshot and an append-only write-ahead log. A RocksDB-backed VersionDB serves historical queries older than the retained snapshots.
High performance RPC
Status: LiveA slow RPC layer ruins the user experience even on a fast chain. Stable addresses this with a split-path architecture that separates operations by function, deploying lightweight, specialized RPC nodes for faster response times.
Where to go next
- Execution: Understand how OPE and Selective RecheckTx remove CPU bottlenecks.
- Storage (StableDB): See how MemIAVL changes current and historical state storage.
- Guaranteed blockspace: Understand the 2D nonce and block-lane model.
- Network upgrades: Review v1.4.0 compatibility, rollout, and deferred work.

