Metis RPC Node
Decentralized Sequencing

Connect to Metis, the optimistic rollup with decentralized sequencer architecture. Experience EVM compatibility, low fees, and true decentralization on Ethereum Layer 2.

6 M+

Requests per Day

99.9 %

Network Uptime

< 65 ms

Average Response Time

24/7

Technical Support

Specification Metis Network

Technical characteristics and available endpoints

Metis Andromeda

Mainnet & Sepolia Testnet Support

Chain ID 1088
Protocol HTTPS / WSS
Uptime 99.9%
Type Optimistic Rollup
Sequencing Decentralized
EVM Compatible Yes

Metis is an optimistic rollup Layer 2 pioneering decentralized sequencer architecture to eliminate centralization risks common in other rollups. While most L2s use centralized sequencers creating single points of failure and censorship risks, Metis implements a decentralized sequencer pool preventing any single entity from controlling transaction ordering. This innovation maintains Ethereum's decentralization principles while achieving L2 scalability and low fees.

Key capabilities:

  • Decentralized sequencer pool
  • Optimistic rollup security
  • Full EVM compatibility
  • Low transaction fees
  • Fast block times
  • Ethereum L1 settlement
  • Growing DeFi ecosystem
  • METIS token for gas and staking
  • Community-driven governance

🔗 RPC Endpoints

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

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

What is a Metis RPC Node?

Access decentralized L2

A Metis RPC node provides applications with access to an optimistic rollup with decentralized sequencer architecture, eliminating the centralization risks present in most Layer 2 solutions. Metis maintains Ethereum's core decentralization values while delivering scalability, making it ideal for applications requiring both performance and censorship resistance.

Why decentralized sequencing matters

Most L2 rollups use centralized sequencers — single entities controlling transaction ordering. This creates censorship risks, single points of failure, and trust assumptions. Metis's decentralized sequencer pool distributes this power, preventing censorship while maintaining L2 performance benefits.

Metis advantages:

  • Decentralized sequencing — no single point of control
  • Censorship resistant — can't be shut down
  • EVM compatible — standard Solidity development
  • Low fees — significantly cheaper than L1
  • Ethereum security — settles to Ethereum
  • Growing ecosystem — active DeFi community

Optimistic rollup design

Metis uses optimistic rollups — assuming transactions are valid by default, with fraud proofs available if someone submits invalid state. This enables high throughput while maintaining security through economic guarantees. State commitments are posted to Ethereum, inheriting L1 security.

How Metis works:

  1. Transactions processed by decentralized sequencer pool
  2. Sequencers rotate to prevent centralization
  3. State commitments posted to Ethereum L1
  4. Fraud proofs available during challenge period
  5. Finality achieved after challenge period

Metis ecosystem

Metis hosts a growing DeFi ecosystem with DEXs, lending protocols, yield farming, and more. The network's low fees and decentralization attract projects seeking Ethereum security without centralization compromises. Community governance through METIS token enables ecosystem-driven development.

As L2 technology matures, Metis's decentralization-first approach positions it as infrastructure for serious decentralized applications.

Technical Documentation

Quick start for developers

Supported RPC Methods

Metis supports all standard Ethereum JSON-RPC methods:

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

Code Examples

💻

JavaScript (ethers.js) — Metis Connection:

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

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

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

// Get METIS balance
const balance = await provider.getBalance('0x...');
console.log('METIS Balance:', ethers.formatEther(balance));

// Deploy contract on decentralized L2
const factory = new ethers.ContractFactory(abi, bytecode, wallet);
const contract = await factory.deploy();
await contract.waitForDeployment();

console.log('Contract on Metis:', await contract.getAddress());
console.log('Secured by decentralized sequencer pool!');
💻

Python (web3.py) — Metis Setup:

from web3 import Web3

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

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

# Low fees on Metis
gas_price = w3.eth.gas_price
print(f'Gas price: {gas_price}')

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

WebSocket — Monitor Metis:

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

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

// Monitor DeFi activity
const filter = {
  topics: [ethers.id('Swap(address,uint256,uint256,uint256,uint256,address)')]
};

provider.on(filter, (log) => {
  console.log('DeFi swap on decentralized L2:', log);
});

Metis Best Practices

  • Decentralization: Leverage censorship-resistant infrastructure
  • Low Fees: Design for affordable frequent transactions
  • Bridge Usage: Use official Metis bridge for asset transfers
  • Ethereum Tools: Use standard development tooling
  • Challenge Period: Understand optimistic rollup finality
  • Testing: Test on Metis Sepolia testnet

Why choose us?

Decentralized L2 infrastructure

Decentralized Sequencer

Infrastructure supporting decentralized sequencer pool delivering <65ms latency without centralization.

Ethereum Security

Production infrastructure settling to Ethereum L1 with 99.9% uptime and fraud proof security.

L2 Analytics

Monitor sequencer pool, rollup state, Ethereum settlement, and ecosystem activity.

Global Infrastructure

Strategically deployed nodes supporting Metis's decentralized Layer 2 ecosystem.

Ecosystem Scaling

Infrastructure designed to handle growing DeFi adoption on decentralized L2.

Metis Specialists

24/7 support from engineers familiar with optimistic rollups, decentralized sequencing, and Metis.

Examples of Use

Build decentralized applications

Metis's decentralized sequencing and low fees enable censorship-resistant DeFi, governance systems, and applications requiring true decentralization.

Decentralized DeFi

Build DeFi protocols where decentralized sequencing prevents censorship and front-running risks.

DEX Platforms

Launch decentralized exchanges benefiting from low fees and censorship-resistant infrastructure.

Governance Systems

Create DAO and governance platforms where decentralization is critical for legitimacy.

NFT Marketplaces

Build NFT platforms with low fees and decentralized infrastructure for fair trading.

Yield Platforms

Develop yield farming and optimization protocols on Metis's growing DeFi ecosystem.

Analytics Tools

Create analytics platforms tracking Metis ecosystem, sequencer pool, and cross-chain activity.

Got questions?
we are here to help

Metis is an optimistic rollup Layer 2 with decentralized sequencer architecture, eliminating centralization risks common in other L2s.

Unlike centralized sequencers (single entities), Metis uses a decentralized pool of sequencers that rotate, preventing censorship and centralization.

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

Through decentralized sequencer pool, community governance, and open participation in network operations.

Optimistic rollups assume transactions are valid by default, using fraud proofs to challenge invalid state, enabling high throughput.

METIS is the native token used for gas fees, sequencer staking, governance, and network operations.

Metis transactions are significantly cheaper than Ethereum L1, typically costing a fraction of a cent.

No, Metis's decentralized sequencer pool prevents any single entity from censoring transactions.

Yes, we provide RPC access to both Metis Andromeda mainnet (Chain ID 1088) and Sepolia testnet.

Metis offers true decentralization through decentralized sequencing, while most L2s rely on centralized sequencers creating trust assumptions.

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