Gnosis RPC Node
Stable, Fast, Affordable

Connect to Gnosis Chain, the EVM sidechain designed for stable payments and DeFi. Experience predictable gas fees, 5-second blocks, and battle-tested infrastructure serving millions.

12 M+

Requests per Day

99.9 %

Network Uptime

< 60 ms

Average Response Time

24/7

Technical Support

Specification Gnosis Network

Technical characteristics and available endpoints

Gnosis Chain (xDAI)

Mainnet & Chiado Testnet Support

Chain ID 100
Protocol HTTPS / WSS
Uptime 99.9%
Block Time ~5s
Consensus Proof of Stake (Beacon Chain)
EVM Compatible Yes

Gnosis Chain (formerly xDai Chain) is a fast, stable, and affordable EVM sidechain designed for payments and DeFi. Using xDAI (a stablecoin pegged to USD) as the native gas token, Gnosis provides predictable transaction costs and a smooth user experience. With 5-second blocks, a thriving DeFi ecosystem, and its own Beacon Chain for consensus, Gnosis has processed billions in transactions serving real-world use cases since 2018.

Key capabilities:

  • xDAI stablecoin as native gas token (predictable fees)
  • 5-second block time for fast confirmations
  • Extremely low transaction costs (~$0.001)
  • Full EVM compatibility with Ethereum tools
  • Gnosis Beacon Chain consensus (Proof of Stake)
  • Strong DeFi ecosystem with proven protocols
  • Native bridge to Ethereum mainnet
  • Battle-tested since 2018 (billions processed)
  • Home of Gnosis Safe (multi-sig wallet)

🔗 RPC Endpoints

HTTPS
https://rpc.crypto-chief.com/gnosis/{YOUR_API_KEY}
WSS
wss://rpc.crypto-chief.com/gnosis/ws/{YOUR_API_KEY}

Replace {YOUR_API_KEY} with your actual API key from the dashboard.

What is a Gnosis RPC Node?

Access stable payment infrastructure

A Gnosis RPC node provides applications with access to an EVM sidechain where transaction fees are paid in xDAI, a stablecoin pegged to USD. This design eliminates gas price volatility, making Gnosis ideal for payment applications, DeFi protocols, and use cases requiring predictable costs. Since 2018, Gnosis has proven its reliability processing billions in real-world transactions.

Why xDAI as gas matters

On most blockchains, gas is paid in volatile tokens (ETH, BNB, etc.), making costs unpredictable. Gnosis uses xDAI — a stablecoin pegged to $1 USD — as the native gas token. This means transaction costs are stable and predictable, essential for businesses, payment systems, and applications requiring consistent economics.

Gnosis advantages:

  • Stable fees — xDAI eliminates gas price volatility
  • Ultra-low cost — typically ~$0.001 per transaction
  • Fast blocks — 5-second confirmation time
  • Proven reliability — operating since 2018
  • EVM compatible — full Ethereum tooling support
  • Strong ecosystem — mature DeFi and payment apps

Gnosis Beacon Chain

Gnosis runs its own Beacon Chain using Proof of Stake consensus similar to Ethereum 2.0. Validators stake GNO tokens to secure the network, while users benefit from xDAI's stable gas fees. This dual-token model separates governance/staking (GNO) from everyday usage (xDAI).

How Gnosis works:

  1. Validators stake GNO on Gnosis Beacon Chain
  2. Consensus reached through Proof of Stake
  3. Blocks produced every ~5 seconds
  4. Users pay gas fees in xDAI stablecoin
  5. Native bridge connects to Ethereum mainnet

Gnosis ecosystem

Gnosis hosts a mature ecosystem including Gnosis Safe (the most popular multi-sig wallet), DeFi protocols like Curve and Balancer, prediction markets, NFT platforms, and payment applications. The chain's stability and low costs make it particularly suitable for real-world payment use cases.

The Gnosis DAO governs the ecosystem, making decisions on network upgrades, funding, and strategic direction using GNO token voting.

Technical Documentation

Quick start for developers

Supported RPC Methods

Gnosis Chain supports all standard Ethereum JSON-RPC methods:

  • eth_blockNumber — current block number
  • eth_getBalance — xDAI balance
  • eth_call — execute view functions
  • eth_sendRawTransaction — broadcast transactions
  • eth_getTransactionReceipt — transaction confirmation
  • eth_getLogs — event logs
  • eth_gasPrice — current gas price in xDAI
  • eth_estimateGas — gas estimation
  • eth_subscribe — WebSocket subscriptions

Code Examples

💻

JavaScript (ethers.js) — Gnosis Connection:

const { ethers } = require('ethers');

const provider = new ethers.JsonRpcProvider('https://rpc.crypto-chief.com/gnosis/YOUR_API_KEY');

// Verify we're on Gnosis
const network = await provider.getNetwork();
console.log('Chain ID:', network.chainId); // 100

// Get xDAI balance (stable $1 USD)
const balance = await provider.getBalance('0x...');
console.log('xDAI Balance:', ethers.formatEther(balance));

// Interact with Gnosis Safe
const GNOSIS_SAFE = '0x...';
const safeABI = [
  'function getOwners() view returns (address[])',
  'function getThreshold() view returns (uint256)'
];
const safe = new ethers.Contract(GNOSIS_SAFE, safeABI, provider);

const owners = await safe.getOwners();
const threshold = await safe.getThreshold();
console.log(`Safe has ${owners.length} owners, ${threshold} signatures required`);
💻

Python (web3.py) — Gnosis Setup:

from web3 import Web3

w3 = Web3(Web3.HTTPProvider('https://rpc.crypto-chief.com/gnosis/YOUR_API_KEY'))

print('Connected to Gnosis:', w3.is_connected())
print('Chain ID:', w3.eth.chain_id)  # 100
print('Latest block:', w3.eth.block_number)

# Gas price in xDAI (stable)
gas_price = w3.eth.gas_price
print(f'Gas price: {gas_price} wei (~stable)')

# Get xDAI balance
balance = w3.eth.get_balance('0x...')
print(f'xDAI: {balance / 1e18}')
💻

WebSocket — Monitor Gnosis Activity:

const { ethers } = require('ethers');
const provider = new ethers.WebSocketProvider('wss://rpc.crypto-chief.com/gnosis/ws/YOUR_API_KEY');

// Monitor new blocks (every ~5 seconds)
provider.on('block', async (blockNumber) => {
  const block = await provider.getBlock(blockNumber);
  console.log(`Gnosis block ${blockNumber}: ${block.transactions.length} txs`);
});

// Monitor xDAI transfers
const filter = {
  topics: [ethers.id('Transfer(address,address,uint256)')]
};

provider.on(filter, (log) => {
  console.log('Transfer on Gnosis:', log);
});

Gnosis Best Practices

  • Stable Fees: Leverage xDAI for predictable cost modeling
  • Fast Blocks: Design UX for 5-second confirmation
  • Bridge Usage: Use native bridge for Ethereum asset transfers
  • Multi-Sig: Consider Gnosis Safe integration for security
  • DeFi Integration: Tap into mature Gnosis DeFi ecosystem
  • Testing: Test on Chiado testnet before mainnet

Why choose us?

Stable payment infrastructure

Stable Gas Fees

Infrastructure supporting xDAI stablecoin gas delivering <60ms latency with predictable cost economics.

Battle-Tested

Production infrastructure supporting blockchain with proven 6+ year track record and 99.9% uptime.

Payment Analytics

Monitor stable transactions, DeFi activity, Safe operations, and ecosystem metrics.

Global Infrastructure

Strategically deployed nodes ensuring low latency for Gnosis's payment and DeFi ecosystem.

Auto-Scaling

Infrastructure scales with Gnosis ecosystem handling growing payment volumes and DeFi activity.

Gnosis Specialists

24/7 support from engineers familiar with Gnosis Chain, xDAI, Safe, and ecosystem protocols.

Examples of Use

Build stable payment applications

Gnosis's stable fees and proven infrastructure make it ideal for payment systems, DeFi protocols, and applications requiring predictable economics.

Payment Applications

Build payment systems leveraging xDAI's stability. Create point-of-sale, remittance, or micro-payment apps with predictable costs.

Multi-Sig Wallets

Develop multi-signature wallet solutions using or integrating with Gnosis Safe, the industry-leading multi-sig platform.

DeFi Protocols

Launch DeFi applications on Gnosis's stable-fee environment. Build DEXs, lending, yield protocols with mature ecosystem.

Prediction Markets

Create prediction market platforms leveraging Gnosis's heritage and stable transaction costs for frequent market interactions.

DAOs & Governance

Build DAO infrastructure where voting and governance transactions have stable, predictable costs.

E-Commerce Integration

Integrate crypto payments into e-commerce with stable xDAI fees eliminating volatility concerns for merchants.

Got questions?
we are here to help

Gnosis Chain (formerly xDai Chain) is an EVM sidechain using xDAI stablecoin for gas, providing stable fees and fast blocks since 2018.

xDAI is a stablecoin pegged to $1 USD used as Gnosis Chain's native gas token, providing predictable transaction costs.

Gnosis transactions typically cost ~$0.001 USD thanks to xDAI stablecoin gas and efficient consensus.

GNO is the governance/staking token for validators. xDAI is the stablecoin used for gas fees and everyday transactions.

Yes, Gnosis is fully EVM-compatible. Deploy Solidity contracts using standard Ethereum development tools.

Gnosis Safe is the leading multi-signature wallet platform, originally built on Gnosis Chain and now deployed across multiple networks.

Use the native Gnosis-Ethereum bridge (formerly Omnibridge) to transfer assets between Ethereum mainnet and Gnosis Chain.

Gnosis produces blocks every ~5 seconds, providing faster confirmation than Ethereum mainnet.

Yes, we provide RPC access to both Gnosis mainnet (Chain ID 100) and Chiado testnet for development.

Gnosis hosts Curve, Balancer, Swapr, Agave (Aave fork), and many other DeFi protocols in its mature ecosystem.

Pricing that grows with your needs.

Free

Start building on Web3 — no credit card.

$0
  • 5 reqs/sec RPC
  • 5 reqs/min Unified API
  • Ultimate chains
  • WSS, Statistics
  • Community support

Pay for use

Flexible pay-as-you-go for any workload.

From $10
  • 400 reqs/sec RPC
  • 300 reqs/min Unified API
  • 10 reqs/min AML
  • EventStream
  • Ultimate chains
  • WSS, Whitelists, Statistics
  • Support portal

Subscription

From $500 monthly plus 20% extra value.

From $500
  • 700 reqs/sec RPC
  • 500 reqs/min Unified API
  • 5 reqs/sec AML
  • EventStream
  • Ultimate chains
  • WSS, Whitelists, Statistics
  • Support portal

Enterprise

Tailored solution for expert builders

Custom terms

All Subscription features plus:

  • Flexible rate limits
  • Engineering team support
  • Custom SLA
  • Personal manager