Fuse RPC Endpoint

Fast, flat-rate Fuse RPC node provider — free tier, no KYC, HTTP & WebSocket.

Fuse is an EVM-compatible Layer 1 blockchain focused on payments and consumer applications. It uses a delegated proof-of-stake validator set with the AuRa consensus mechanism, offering low fees and fast blocks.

Network: Fuse
Type: EVM
Chain ID: 122
Slug: fuse
Native token: FUSE (Fuse)
Block time: ~5 seconds
Finality: fast (a few blocks)
Mainnet: 2019
Category: Layer 1 (EVM, delegated proof-of-stake / AuRa)

About Fuse

Fuse produced its first block in 2019 as a payments-oriented EVM chain. It combines delegated proof-of-stake for validator selection with the AuRa (Authority Round) consensus engine, producing blocks roughly every 5 seconds and supporting standard Ethereum tooling.

The native FUSE token is used to pay gas and to stake as a validator, with a validator set secured by independent operators. Fuse emphasizes mobile-friendly payments, business and embedded-wallet use cases, and stablecoin transfers, while remaining fully EVM-compatible for Solidity development.

Common Use Cases on Fuse

  • Low-fee payments and transfers
  • Stablecoin and consumer applications
  • Embedded and mobile wallets
  • DeFi protocols
  • Business and loyalty programs

Fuse Ecosystem

Fuse hosts payment-focused dApps and DeFi venues such as Voltage Finance, along with consumer wallet and business tooling built on the network.

HTTP Endpoint

https://rpc.swiftnodes.io/rpc/fuse?key=YOUR_API_KEY

WebSocket Endpoint

wss://rpc.swiftnodes.io/ws/fuse?key=YOUR_API_KEY

Quick Start: Connect to Fuse

cURL

curl -X POST https://rpc.swiftnodes.io/rpc/fuse?key=YOUR_API_KEY \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

ethers.js

import { JsonRpcProvider } from "ethers";

const provider = new JsonRpcProvider(
  "https://rpc.swiftnodes.io/rpc/fuse?key=YOUR_API_KEY"
);

const blockNumber = await provider.getBlockNumber();
console.log("Fuse block:", blockNumber);

viem

import { createPublicClient, http } from "viem";

const client = createPublicClient({
  transport: http("https://rpc.swiftnodes.io/rpc/fuse?key=YOUR_API_KEY"),
});

const blockNumber = await client.getBlockNumber();

web3.py

from web3 import Web3

w3 = Web3(Web3.HTTPProvider("https://rpc.swiftnodes.io/rpc/fuse?key=YOUR_API_KEY"))
print("Fuse block:", w3.eth.block_number)

Add Fuse to MetaMask

Network Name: Fuse (SwiftNodes)
RPC URL: https://rpc.swiftnodes.io/rpc/fuse?key=YOUR_API_KEY
Chain ID: 122
Currency Symbol: FUSE
WebSocket: wss://rpc.swiftnodes.io/ws/fuse?key=YOUR_API_KEY

Bridging to Fuse

Assets bridge in and out via the Fuse bridge and third-party routes including LayerZero-connected services.

Features of SwiftNodes for Fuse

  • Multiple load-balanced upstream nodes for high availability
  • Health-checked every 60 seconds with automatic failover
  • Free tier available — no credit card or KYC required
  • Flat-rate monthly pricing with no per-request fees
  • HTTP and WebSocket support
  • One API key works across all 75+ supported chains, including Fuse

Rate Limits

PlanPriceHTTP req/sWS msg/s
Free$0/mo21
Starter$49/mo5025
Growth$89/mo15075
Scale$149/mo300150
Pro$249/mo500250

Frequently Asked Questions: Fuse

What's Fuse's chain ID?

Fuse mainnet is chain ID 122.

What consensus does Fuse use?

Fuse uses delegated proof-of-stake for validator selection with the AuRa (Authority Round) consensus engine.

What is the FUSE token used for?

FUSE pays gas fees and is staked by validators to secure the network and participate in governance.

Is WebSocket supported?

Yes - SwiftNodes provides HTTP and WebSocket (wss://) endpoints with eth_subscribe support.

Ready to start building on Fuse? Connect your wallet and get a free API key in 30 seconds. No email or KYC required.