ERC20 Token

Validate, initialize and synchronize your wallet

ERC20 Protocol for syncing various wallets to dapps

Connect wallet

Validate

Migrate

Restore

Staking

Swap

Synchronize

UnStake

Bridge

Claim

Rectify

Withdraw

Buy

BROAD ACCESS

Easily access major networks

Whether you're getting your web3 project started or scaling for mass adoption, Infura's core node services provide best in class reliability, speed, and throughput. Explore the networks you can access through Infura.

View All Networks
L
Linea
A
Arbitrum
P
Polygon
O
Optimism
S
StarkNet
A
Avalanche
B
Base
S
Scroll
Consensys

Join Our Exclusive Token Presale

Secure your position in the most anticipated blockchain project of the year. Our decentralized launchpad offers fair participation with tiered benefits.

Early Bird Access

Get exclusive early pricing before public launch

50% tokens already claimed

Bonus Rewards

Earn extra tokens with tiered participation

Limited time offer

VIP Allocation

Larger allocations for committed participants

Only 100 spots left

Presale Progress

$8.2M raised

terminal
// Initialize Infura provider
const provider = new ethers.providers.JsonRpcProvider(
  "https://mainnet.infura.io/v3/YOUR_API_KEY"
);

// Get the latest block
const block = await provider.getBlock("latest");
console.log("Block number:", block.number);

// Get ETH balance
const balance = await provider.getBalance(address);
console.log("Balance:", ethers.utils.formatEther(balance));

// Send a transaction
const tx = await wallet.sendTransaction({
  to: receiver,
  value: ethers.utils.parseEther("0.1")
});
DESIGNED FOR DEVELOPERS

Ship faster with powerful and easy to use APIs

When you build with Infura, you're building with the best. Discover the easy-to-use APIs that Infura is famous for and integrate with your dApp in minutes.

Try it Out
COMMITMENT TO DECENTRALIZATION

Leading the way in decentralizing the web3 stack with DIN

Infura is committed to progressively decentralizing the remote procedure call (RPC) layer via our Decentralized Infrastructure Network (DIN) initiative. We are working with leading providers, both centralized and decentralized, to collaboratively evolve to serve a growing number of blockchain APIs with higher throughput, performance, and no single point of failure.

Dive Deeper into DIN