Mantle RPC Node
Modular L2 Powerhouse

Connect to Mantle, the modular Layer 2 with EigenDA integration and massive ecosystem. Experience low fees, high throughput, and a thriving $4B+ TVL DeFi landscape.

18 M+

Requests per Day

99.9 %

Network Uptime

< 50 ms

Average Response Time

24/7

Technical Support

Specification Mantle Network

Technical characteristics and available endpoints

Mantle

Mainnet & Sepolia Testnet Support

Chain ID 5000
Protocol HTTPS / WSS
Uptime 99.9%
TVL $4B+
Type Modular Optimistic Rollup
DA EigenDA

Mantle is a high-performance modular Layer 2 optimistic rollup leveraging EigenDA for data availability and boasting one of the largest ecosystems in L2 with $4B+ in TVL. Backed by BitDAO (now Mantle Ecosystem), the network combines Ethereum security with modular architecture enabling ultra-low fees, high throughput, and rapid ecosystem growth. With native integrations for lending, DEXs, liquid staking, and more, Mantle has emerged as a top-tier DeFi destination.

Key capabilities:

  • $4B+ TVL — one of largest L2 ecosystems
  • EigenDA integration for data availability
  • Modular rollup architecture
  • Ultra-low transaction fees
  • Full EVM compatibility
  • BitDAO/Mantle Ecosystem backing
  • Thriving DeFi ecosystem (DEXs, lending, LSTs)
  • Native MNT token for gas and governance
  • Fast growing developer ecosystem

🔗 RPC Endpoints

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

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

What is a Mantle RPC Node?

Access modular DeFi powerhouse

A Mantle RPC node provides applications with access to a modular Layer 2 optimistic rollup that has rapidly become one of the largest DeFi ecosystems. With innovative architecture using EigenDA for data availability and backing from the massive Mantle Ecosystem treasury, Mantle offers developers ultra-low fees, strong liquidity, and access to a thriving user base.

Why Mantle stands out

Mantle combines modular architecture (separating execution, settlement, and data availability) with ecosystem backing from BitDAO's multi-billion dollar treasury. This enables aggressive ecosystem growth initiatives, developer incentives, and liquidity programs that have rapidly established Mantle as a top-tier L2 with $4B+ TVL.

Mantle advantages:

  • $4B+ TVL — massive DeFi ecosystem
  • EigenDA — advanced data availability layer
  • Ultra-low fees — significantly cheaper than L1
  • Modular design — optimized component separation
  • Treasury backing — substantial ecosystem funding
  • Thriving ecosystem — top DeFi protocols deployed

EigenDA integration

Mantle uses EigenDA — EigenLayer's decentralized data availability solution — instead of posting data directly to Ethereum. This modular approach dramatically reduces costs while maintaining security through economic guarantees. EigenDA leverages Ethereum's validator set via restaking, creating a highly secure and cost-effective DA layer.

Mantle's modular architecture:

  1. Execution layer: Mantle processes transactions
  2. Settlement layer: Ethereum provides finality
  3. Data availability: EigenDA stores transaction data
  4. Fraud proofs: Optimistic rollup security model
  5. Users benefit from lower costs and high throughput

Massive ecosystem growth

Mantle's ecosystem includes leading DeFi protocols across all categories: Merchant Moe (DEX), Lendle (lending), mETH Protocol (liquid staking), and hundreds of other applications. The Mantle Foundation provides grants, incentives, and support to developers, accelerating ecosystem expansion.

With substantial treasury resources and aggressive growth strategies, Mantle is positioned as a long-term DeFi hub.

Technical Documentation

Quick start for developers

Supported RPC Methods

Mantle supports all standard Ethereum JSON-RPC methods:

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

Code Examples

💻

JavaScript (ethers.js) — Mantle Connection:

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

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

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

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

// Interact with Mantle DeFi
const DEX = '0x...';
const dexABI = [
  'function swapExactTokensForTokens(uint256, uint256, address[], address, uint256) external',
  'function getAmountsOut(uint256, address[]) view returns (uint256[])'
];
const dex = new ethers.Contract(DEX, dexABI, provider);

// Get swap quote on Mantle
const amounts = await dex.getAmountsOut(
  ethers.parseEther('1'),
  ['0xTokenA...', '0xTokenB...']
);
console.log('Swap output:', ethers.formatEther(amounts[1]));
💻

Python (web3.py) — Mantle Setup:

from web3 import Web3

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

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

# Ultra-low gas on Mantle
gas_price = w3.eth.gas_price
print(f'Gas price (MNT): {gas_price}')

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

WebSocket — Monitor Mantle DeFi:

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

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

// Monitor DEX swaps in $4B+ ecosystem
const DEX = '0x...';
const filter = {
  address: DEX,
  topics: [ethers.id('Swap(address,uint256,uint256,uint256,uint256,address)')]
};

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

Mantle Best Practices

  • Low Fees: Leverage ultra-low costs for frequent operations
  • Ecosystem Integration: Tap into $4B+ TVL ecosystem
  • MNT Token: Use MNT for gas and consider governance
  • Bridge Usage: Use official Mantle bridge for transfers
  • DeFi Composability: Build on top of existing protocols
  • Testing: Test on Mantle Sepolia testnet

Why choose us?

Modular L2 infrastructure

Modular Architecture

Infrastructure supporting EigenDA-powered modular rollup delivering <50ms latency with optimized layers.

Enterprise Grade

Production infrastructure supporting $4B+ TVL ecosystem with 99.9% uptime guarantees.

Ecosystem Analytics

Monitor TVL, protocol activity, EigenDA usage, bridge volumes, and DeFi metrics.

Global Infrastructure

Strategically deployed nodes ensuring low latency for Mantle's massive DeFi ecosystem.

Massive Scaling

Infrastructure designed to handle Mantle's rapid growth and expanding user base.

Mantle Specialists

24/7 support from engineers familiar with modular architecture, EigenDA, and Mantle ecosystem.

Examples of Use

Build on major L2 ecosystem

Mantle's $4B+ TVL, ultra-low fees, and ecosystem backing make it ideal for DeFi protocols, NFT platforms, and applications seeking liquidity and users.

DeFi Protocols

Launch DEXs, lending, yield farming leveraging Mantle's massive liquidity and low transaction costs.

DEX Aggregators

Build trading aggregators tapping into Mantle's diverse DeFi ecosystem and deep liquidity pools.

Yield Platforms

Create yield optimization and farming platforms across Mantle's extensive protocol landscape.

NFT Marketplaces

Launch NFT platforms where ultra-low fees enable viable on-chain trading and minting.

Liquid Staking

Develop liquid staking derivatives and restaking protocols on Mantle's infrastructure.

Cross-Chain Apps

Build applications bridging Ethereum and Mantle leveraging official bridge infrastructure.

Got questions?
we are here to help

Mantle is a modular optimistic rollup Layer 2 using EigenDA for data availability, with $4B+ TVL and backing from Mantle Ecosystem.

EigenDA is EigenLayer's decentralized data availability solution using restaked ETH validators, providing secure and cost-effective DA for rollups.

Mantle has over $4 billion in Total Value Locked, making it one of the largest Layer 2 ecosystems.

MNT is Mantle's native token used for gas fees, governance, and ecosystem incentives. It replaced BitDAO's BIT token.

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

Modular design separates execution, settlement, and data availability, enabling optimization and cost reduction for each component independently.

Mantle Ecosystem evolved from BitDAO, inheriting its multi-billion dollar treasury to fund ecosystem growth and development.

Mantle transactions are ultra-low cost, typically 50-100x cheaper than Ethereum L1 thanks to EigenDA and efficient architecture.

Yes, we provide RPC access to both Mantle mainnet (Chain ID 5000) and Mantle Sepolia testnet.

Mantle hosts Merchant Moe (DEX), Lendle (lending), mETH Protocol (LST), and hundreds of other DeFi applications.

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