Fraxtal RPC Endpoint
Fast, flat-rate Fraxtal RPC node provider — free tier, no KYC, HTTP & WebSocket.
Fraxtal is a Layer 2 network from Frax Finance built on the OP Stack, designed as the settlement layer for the Frax ecosystem. It uses a native gas token in the FRAX family rather than ETH.
fraxtalAbout Fraxtal
Fraxtal launched its mainnet in February 2024, with public bridge access opening the following month. It is built on the OP Stack and is intended to align with the Optimism Superchain while serving Frax's stablecoin and DeFi products.
Unlike most OP Stack L2s, Fraxtal does not use ETH for gas; following Frax's North Star upgrade and the FXS-to-FRAX rebrand in late 2025, FRAX serves as the network's native gas and staking asset, while the project's stablecoin transitioned to the frxUSD name. Fraxtal also runs the Flox blockspace incentive system, which rewards users and contract developers with FXTL points based on gas spent.
Common Use Cases on Fraxtal
- Frax stablecoin (frxUSD) settlement
- DeFi protocols
- Liquid staking (sfrxETH and related assets)
- Blockspace incentive farming (Flox / FXTL)
- EVM smart contract deployment
- Bridged liquidity
Fraxtal Ecosystem
Fraxtal anchors the Frax Finance ecosystem, including frxUSD, frxETH/sfrxETH, Fraxlend, and Fraxswap, alongside third-party DeFi deployments and the Flox incentive program.
HTTP Endpoint
https://rpc.swiftnodes.io/rpc/fraxtal?key=YOUR_API_KEYWebSocket Endpoint
wss://rpc.swiftnodes.io/ws/fraxtal?key=YOUR_API_KEYQuick Start: Connect to Fraxtal
cURL
curl -X POST https://rpc.swiftnodes.io/rpc/fraxtal?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/fraxtal?key=YOUR_API_KEY"
);
const blockNumber = await provider.getBlockNumber();
console.log("Fraxtal block:", blockNumber);viem
import { createPublicClient, http } from "viem";
const client = createPublicClient({
transport: http("https://rpc.swiftnodes.io/rpc/fraxtal?key=YOUR_API_KEY"),
});
const blockNumber = await client.getBlockNumber();web3.py
from web3 import Web3
w3 = Web3(Web3.HTTPProvider("https://rpc.swiftnodes.io/rpc/fraxtal?key=YOUR_API_KEY"))
print("Fraxtal block:", w3.eth.block_number)Add Fraxtal to MetaMask
https://rpc.swiftnodes.io/rpc/fraxtal?key=YOUR_API_KEYwss://rpc.swiftnodes.io/ws/fraxtal?key=YOUR_API_KEYBridging to Fraxtal
Assets move via the Fraxtal canonical OP Stack bridge, with third-party routes available through providers such as LayerZero-based bridges.
Features of SwiftNodes for Fraxtal
- 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 Fraxtal
Rate Limits
| Plan | Price | HTTP req/s | WS msg/s |
|---|---|---|---|
| Free | $0/mo | 2 | 1 |
| Starter | $49/mo | 50 | 25 |
| Growth | $89/mo | 150 | 75 |
| Scale | $149/mo | 300 | 150 |
| Pro | $249/mo | 500 | 250 |
Frequently Asked Questions: Fraxtal
What's Fraxtal's chain ID?
Fraxtal mainnet is chain ID 252.
What is the gas token on Fraxtal?
Fraxtal uses FRAX as its native gas token rather than ETH, following Frax's North Star upgrade.
What is FXTL?
FXTL is the points ticker for the Fraxtal Flox blockspace incentive system, awarded to users and developers based on gas spent.
Is WebSocket supported?
Yes - SwiftNodes provides HTTP and WebSocket (wss://) endpoints for Fraxtal.
Ready to start building on Fraxtal? Connect your wallet and get a free API key in 30 seconds. No email or KYC required.