
Gnosis Chain: EVM L1 Powering Safe, CoW & xDAI Payments
Gnosis Chain is a PoS, EVM-compatible Layer-1 launched in October 2018 that runs the Gasper-variant Beacon Chain consensus also used by Ethereum. It pairs a USD-pegged gas token (xDAI) with GNO-denominated staking, settles 5-second blocks at roughly 30 typical TPS, and currently anchors $65.92M of TVL. It is the home network of Gnosis Safe and CoW Protocol.
Gnosis Chain occupies a deliberate niche in the EVM L1 landscape: a community-governed, validator-decentralized sister chain to Ethereum that uses xDAI (a USD-pegged stablecoin) as its native gas token. That single design choice makes fees predictable in dollar terms — a property no other major EVM L1 offers — and has turned Gnosis into the default settlement layer for payment apps (Gnosis Pay), prediction markets, and credibly-neutral DAO infrastructure. Technically it is a Gasper-variant PoS chain: 5-second slots, 960-second economic finality, ~30 typical TPS with a 70 TPS theoretical ceiling. It runs EVM bytecode unchanged, so every Solidity contract, hardhat workflow, and MetaMask-compatible wallet works out of the box. The 32-GNO validator stake (roughly 1/30 the capital weight of an Ethereum validator at comparable prices) keeps the active set genuinely distributed — over 200,000 validators have run the network at peak. It serves three audiences: developers who want Ethereum's security model without mainnet fees, DAOs that need a credibly-neutral execution environment for Gnosis Safe multisigs, and payment-app builders who need stable-denominated gas. With a non-custodial cross-chain swap route into and out of GNO, xDAI, COW and EURe, Gnosis remains a high-utility, low-noise EVM L1.
About Gnosis Chain
Gnosis Chain was launched on 8 October 2018 as xDai Chain, the first EVM-compatible sidechain to use a USD-pegged stablecoin as its native gas asset. The original xDai bridge wrapped DAI from Ethereum 1:1, giving the network a unit-of-account that did not fluctuate with ETH price — solving the single biggest UX failure of every gas-token chain. In December 2021 the project merged with GnosisDAO, the governance entity behind Gnosis Safe and the Gnosis prediction-market stack, and rebranded to Gnosis Chain. The merger combined three pieces of infrastructure under one ecosystem: stable-gas execution, the leading smart-account framework (Safe, then called Gnosis Safe), and a credibly-neutral DAO treasury denominated in GNO.
Consensus is a Gasper variant: a Beacon Chain coordinating attestations and finalization for the execution layer. This is the same Casper FFG + LMD GHOST construction Ethereum uses, with one critical difference — Gnosis requires only 32 GNO per validator (vs 32 ETH on Ethereum), giving it the largest validator set of any production EVM chain (over 200,000 validators at peak). Block time is fixed at 5 seconds (vs 12 on Ethereum), and economic finality settles in 960 seconds — about 16 minutes — through standard two-epoch justification and finalization. The chain transitioned to this PoS model on 8 December 2022 in the GBC merge, exactly four years and two months after launch as a PoA chain.
The dual-token economic design is unusual and intentional. xDAI is the gas token — a USD-denominated stablecoin originally bridged from Ethereum DAI, today a native asset issued by a Gnosis-resident bridge. GNO is the staking and governance token, used for the 32-GNO validator deposit, GnosisDAO governance, and as the reward currency for block proposers and attesters. Splitting gas and stake lets users hold predictable, dollar-stable balances for transaction fees while the security budget of the chain remains denominated in a productive, market-priced asset. It is a clean separation of concerns that Ethereum cannot replicate without breaking ETH monetary policy.
Today Gnosis hosts $65.92M in TVL — modest in absolute terms, but the network's value proposition was never raw TVL competition. It is the settlement layer for Gnosis Pay (a Visa-issuing card paying out of self-custody Safe accounts), Circles UBI, CoW Protocol's batch-auction infrastructure, and a long tail of DAO treasuries that explicitly prefer credibly-neutral, stable-gas execution. The chain is fully EVM-equivalent, uses standard 0x-prefixed hex addresses, and supports MetaMask, Safe, WalletConnect, Rabby, and Ledger out of the box. Documentation lives at docs.gnosischain.com; the canonical explorer is gnosisscan.io.
Gnosis Chain technical parameters
Three numbers describe Gnosis Chain operationally: 5-second blocks, 960-second economic finality, and ~30 typical TPS with a 70 TPS theoretical ceiling. Those numbers are products of a deliberate engineering decision — adopting Ethereum's Gasper consensus with shortened slot times and a lowered validator deposit, rather than inventing a new consensus mechanism.
| Consensus | PoS (Gnosis Beacon Chain — Gasper variant) |
|---|---|
| VM | EVM |
| Block time | 5 s |
| Finality | 16 min |
| TPS | 30 typical / 70 max |
| Gas token | xDAI (gas) / GNO (staking) |
| Launched | 2018-10-08 |
| Token standard | ERC-20 / ERC-721 / ERC-1155 |
| Address | hex (0x-prefixed, EVM) |
Consensus mechanism
Gasper is the formal name for Ethereum's Proof-of-Stake design: Casper FFG (Friendly Finality Gadget) overlaid on LMD GHOST (Latest Message Driven Greedy Heaviest Observed Subtree) fork choice. In plain language, validators continuously vote on the head of the chain (LMD GHOST decides which block is the current tip) while a separate periodic finalization vote (Casper FFG) checkpoints epochs so that finalized blocks can only be reverted if more than one-third of staked GNO is slashed. Gnosis runs the same algorithm Ethereum runs, with two parameter changes: slot time is 5 seconds instead of 12, and the validator deposit is 32 GNO instead of 32 ETH. The 5-second slot increases throughput; the 32-GNO deposit lowers the capital barrier and produces the largest active validator set of any production EVM chain. Finality follows the standard two-epoch rule — one epoch is 16 slots — which on Gnosis works out to 16 slots × 5 s × 2 epochs ≈ 160 seconds optimistically, with 960 seconds (16 minutes) as the conservative settled-finality window the chain publishes. The trade-off is honest: finality is slow vs Avalanche (1.5s) or BSC (1.875s), but the security model inherits Ethereum's well-understood economic assumptions.
Performance context
30 TPS sounds modest next to Solana (3,000 typical) or BSC (200 typical), but the comparison is misleading. Gnosis's design target is not raw throughput — it is credible neutrality and stable-gas predictability for payments and DAO operations. At 30 TPS sustained the chain can clear roughly 2.6M transactions per day, which is more than Ethereum L1's actual daily volume. The 70 TPS theoretical ceiling represents what the EVM execution layer can sustain before mempool contention degrades inclusion. Block time of 5 seconds is fast enough for retail payments (Gnosis Pay tap-to-pay settles in one block) while economic finality of 960 seconds is structurally identical to Ethereum's — the chain trades absolute speed for cryptoeconomic certainty rather than chasing a TPS leaderboard.
Gnosis Chain ecosystem map
Gnosis Chain's ecosystem is narrow but exceptionally high-quality — concentrated around payments, DAO infrastructure, and credibly-neutral DeFi rather than the speculative long-tail of higher-TVL chains. Four categories define the active surface.
Infrastructure
Safe (formerly Gnosis Safe) is the canonical smart-account / multisig framework on Gnosis Chain — the same Safe contracts now deployed across every major EVM ecosystem originated here and Gnosis remains the credibly-neutral home network for Safe governance and treasury holdings.
DEX
CoW Protocol — the batch-auction, MEV-protected DEX aggregator — settles a large portion of its volume on Gnosis Chain through native deployment. Honeyswap and Swapr provide additional AMM liquidity for GNO, xDAI, COW and EURe pairs.
Payments
Gnosis Pay issues a Visa debit card that settles directly from a self-custody Safe account on Gnosis Chain, using xDAI's USD-pegged stable gas. It is the most production-grade on-chain card product live today, serving the EU under PSD2-compliant rails.
Lending
Agave (Aave V2 fork) and RealT-related lending pools form the core money-market layer. Conservative compared to higher-yield chains, but consistent with Gnosis's credibly-neutral, low-tail-risk positioning.
Bridge
The Omnibridge (Gnosis ↔ Ethereum) and Hashi (a multi-bridge aggregator using multiple message-passing protocols) provide the canonical liquidity rails. The xDAI bridge specifically backs the gas token 1:1 with DAI held on Ethereum.
Wallet
MetaMask, Safe, WalletConnect, Rabby, and Ledger are all first-class supported — Gnosis uses standard 0x-prefixed hex addresses and EVM JSON-RPC, so no custom wallet integration is required.
Gnosis Chain vs peers
Within the EVM L1 category — Ethereum, BSC, Avalanche, Gnosis, Tron, Cardano — Gnosis is the outlier that explicitly chose security model over throughput, and stable gas over native-asset economics. The peer data makes the trade-offs explicit.
| Chain | Block | Finality | TPS | TVL |
|---|---|---|---|---|
| Ethereum | 12 s | 12.8 min | 15 | $36.42B |
| BSC | 750 ms | 1.88 s | 200 | $5.08B |
| Avalanche | 2 s | 1.5 s | 50 | $480.08M |
| Gnosiscurrent | 5 s | 16 min | 30 | $65.92M |
| Tron | 3 s | 57 s | 100 | $4.37B |
| Cardano | 20 s | 10 min | 10 | $92.24M |
Comparison insights
- TVL is the bluntest comparison: Ethereum carries $36.4B, BSC $5.08B, Tron $4.37B, Avalanche $480M, Cardano $92.2M and Gnosis $65.92M. Gnosis is the smallest EVM L1 by TVL, but that ranking inverts when you measure validator-set decentralization — Gnosis's 32-GNO deposit produces an order-of-magnitude larger active validator set than any peer in this group except Ethereum itself.
- Consensus lineage splits the group cleanly. Ethereum and Gnosis both run Gasper (Casper FFG + LMD GHOST); BSC runs PoSA + BEP-126 fast finality with 21 active validators; Avalanche runs the Snowman BFT variant; Tron runs DPoS with 27 Super Representatives; Cardano runs Ouroboros. Only Gnosis inherits Ethereum's exact security construction with the same slashing assumptions and finality semantics.
- Finality numbers reveal the design priority. BSC finalizes in 1.875s and Avalanche in 1.5s — both via small-validator-set BFT. Tron finalizes in 57s via DPoS. Ethereum settles at 768s, Cardano at 600s, and Gnosis at 960s. Gnosis is the slowest to finalize in this peer group because it inherits Ethereum's economic-finality model with a slightly longer epoch parameterization — a deliberate trade.
- Block time and TPS positioning are middle-of-the-pack. Gnosis's 5-second blocks and 30 TPS sit between Ethereum (12s / 15 TPS) and Tron (3s / 100 TPS). It does not compete with BSC's 0.75-second blocks and 200+ TPS, and it does not try to — the gas-token design and validator decentralization are the differentiators.
- Native-token economics are unique. Every other EVM L1 in the peer set uses a volatile native asset for gas (ETH, BNB, AVAX, TRX, ADA). Gnosis is the only one that pays gas in a USD-pegged stablecoin (xDAI) while securing the chain with a separate productive asset (GNO). For applications where gas-cost predictability matters more than absolute fee minimums — payments, payroll, accounting — that separation is structurally superior.
Gnosis Chain timeline
Gnosis Chain launched on 8 October 2018 as xDai Chain, a Proof-of-Authority sidechain co-developed by POA Network and the Gnosis team to provide stable-gas EVM execution. The original architecture wrapped DAI from Ethereum into xDAI 1:1 via the xDai Bridge — a design specifically intended to fix the volatility problem that made every prior gas-token chain unusable for retail payments. For its first three years it operated as a quiet, payments-focused PoA chain with a small validator set drawn from POA's federated model. The pivotal moment came on 8 December 2021, when the chain merged with GnosisDAO and rebranded to Gnosis Chain. The merger consolidated three previously-separate efforts — the xDAI execution chain, the Gnosis Safe multisig framework, and the GnosisDAO governance treasury — under a single ecosystem, with GNO becoming the unified governance and (eventually) staking asset. Exactly one year and three days later, on 8 December 2022, the chain executed the GBC merge: the Gnosis Beacon Chain went live as a Gasper-variant PoS consensus layer, transitioning the network from PoA to PoS in lockstep with Ethereum's own Merge (which had happened three months earlier on 15 September 2022). The 32-GNO validator deposit was tuned specifically to broaden participation — at launch the active set immediately exceeded 100,000 validators, growing to over 200,000 at peak. The chain has not suffered a major consensus halt, a bridge hack against the canonical Omnibridge, or a Safe-contract compromise on its native deployment — a clean operational record that is genuinely rare in this peer group and worth noting honestly. Subsequent upgrades have tracked Ethereum's roadmap (Shanghai-equivalent withdrawals, Dencun-equivalent blob support) on a deliberate lag, prioritizing client maturity over feature parity.
- 2021-12-08milestoneRebranded from xDai to Gnosis Chain via merger with GnosisDAO
- 2022-12-08upgradeGBC merge — transition from PoA to PoS consensus layer
Developer reference
Gnosis is fully EVM-equivalent — bytecode-identical Solidity contracts, standard JSON-RPC, and 0x-prefixed hex addresses (same format as Ethereum, Polygon, BSC). The official RPC endpoint is https://rpc.gnosischain.com; the canonical block explorer is gnosisscan.io (Etherscan-family, full verified-contract support). Chain ID is 100. Documentation is at docs.gnosischain.com and covers node operation (Nethermind, Erigon, Besu execution clients; Lighthouse, Teku, Lodestar consensus clients), validator setup, and bridge integration. Language stack is the standard EVM toolchain — Solidity, Vyper, Hardhat, Foundry, Remix all work without modification. Wallet support is comprehensive: MetaMask, Safe (native), WalletConnect, Rabby, and Ledger are first-class. For cross-chain integration, the Omnibridge and Hashi multi-bridge are the canonical message-passing layers between Gnosis and Ethereum. Gas-token (xDAI) is sourced via the xDAI bridge from DAI on Ethereum, or directly via fiat on-ramps including Mt Pelerin, Ramp, and Banxa.
Assets swappable on Gnosis Chain
Grouped by category. Click any asset to open its swap page for a live quote.
Majors
1 assetsGnosis Chain settle-time comparison
Shorter bars mean faster confirmations. Real settle time also depends on network congestion — figures are indicative.
Gnosis Chain asset coverage comparison
Longer bars mean more assets are swappable on that chain.
Popular swap routes involving Gnosis Chain
Routes below reflect actual user preference. Click to jump straight to the swap page.
Gnosis Chain FAQ
01Is Gnosis Chain decentralized?
Yes — Gnosis runs Proof-of-Stake with a 32-GNO validator deposit and routinely operates with over 200,000 active validators, making it one of the most decentralized EVM Layer-1s by active-set size, second only to Ethereum itself. Consensus is the Gasper variant (Casper FFG + LMD GHOST), inheriting Ethereum's economic-finality model and slashing assumptions.
02What is Gnosis Chain's finality time?
Economic finality is 960 seconds — approximately 16 minutes — which is the standard two-epoch finalization window for a Gasper-variant chain with 5-second slots and 16-slot epochs. Optimistic confirmation arrives within one block (5 seconds), but settled, slashable finality requires the full two-epoch cycle. This is structurally similar to Ethereum's 768s and longer than BSC's 1.875s fast finality.
03Why does Gnosis use xDAI instead of a native volatile token for gas?
Gnosis's founding thesis is that gas-cost predictability matters more than absolute fee minimums for payments, payroll, and DAO operations. xDAI is a USD-pegged stablecoin (originally 1:1 bridged from Ethereum DAI), so users always know the dollar cost of a transaction. Security is provided by GNO staking, separating the gas-asset from the security-asset — a design no other major EVM L1 has replicated.
04How does Gnosis compare to Ethereum?
Gnosis inherits Ethereum's exact consensus algorithm (Gasper) with three parameter changes: 5-second slots instead of 12, 32-GNO validator deposit instead of 32 ETH, and xDAI gas instead of ETH gas. Throughput is roughly 2x Ethereum's (30 TPS typical vs 15), finality is comparable (960s vs 768s), and validator decentralization is comparable in count. TVL is much smaller — $65.92M vs $36.4B — reflecting the deliberately narrower ecosystem focus on payments and DAO infrastructure.
05What is Gnosis Chain best used for?
Three production use-cases dominate: (1) stable-gas payments via Gnosis Pay's Visa debit-card stack settling out of self-custody Safe accounts; (2) credibly-neutral DAO treasuries and multisig operations via Safe (the framework originated here); and (3) MEV-protected DeFi via CoW Protocol's batch auctions. For applications that prioritize gas-cost predictability, validator decentralization, and Ethereum-aligned security over raw throughput, Gnosis is the deliberate choice in the EVM L1 category.









