Skip to main content

Network

Flare has four networks, each serving different purposes. All networks are permissionless and EVM compatible:

  • Flare Mainnet. The production network where all the action happens. Transactions cost real money here.

  • Flare Testnet Coston2. Test your applications without spending real money. This should be your first choice when developing applications.

  • Songbird Canary-Network. Experimental proving ground for Flare.

  • Songbird Testnet Coston. The testnet for Songbird Canary-Network.

The most common development tracks are:

  • Flare Testnet Coston2 → Flare Mainnet: Recommended track for application developers.

  • Songbird Testnet Coston → Songbird Canary-Network → Flare Testnet Coston2 → Flare Mainnet: Required track for all protocol level changes.

Configuration

Configuration for all Flare networks, along with public and private RPCs, blockchain explorers, and faucets.

Network nameFlare Mainnet
Public RPCs (HTTPS)https://flare-api.flare.network/ext/C/rpc
https://stylish-light-theorem.flare-mainnet.quiknode.pro/ext/bc/C/rpc
Public RPCs (WSS)wss://flare-api.flare.network/ext/C/ws
wss://stylish-light-theorem.flare-mainnet.quiknode.pro/ext/bc/C/ws
Chain ID14
Currency symbolFLR
Currency decimals18
Routescan Explorerhttps://flarescan.com
Blockscout Explorerhttps://flare-explorer.flare.network
Faucet-
Bootstrapping nodeshttps://flare-bootstrap.flare.network
https://flare-bootstrap-1.staking.production.figment.io
https://flare.senseinode.com
{Safe}Wallethttps://multisig.flare.network
RPC Connection code snippet
curl https://flare-api.flare.network/ext/C/rpc -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

Community tools

Developer tools for Flare built by the community including RPCs, bridges, indexers, wallet SDKs, and more. This section has been moved to the Developer Tools page.

Supported wallets

Several desktop, browser and mobile app based wallets support Flare. Discover suitable options for your needs on the Flare Wallets page.

Transaction format

  • Address space: Matches Ethereum, 20-byte addresses using ECDSA.

  • Transaction format: Matches Ethereum, complies with EIP-2718, encoded with RLP.

  • Transaction fees:

    • Type0 (Legacy) - Fee is calculated as gasUsed * gasPrice.

    • Type2 (EIP-1559) - Fee is calculated as (baseFee + priorityFee) * gas. Both the base and priority fees are burned.

Smart contracts

Block verification

Consensus

  • Sybil resistance mechanism: Proof-of-Stake (PoS)

  • Delegation: In-protocol

  • Block time: ≈1.8 seconds

  • Finality: Single-slot. Once a block is validated through the gossip protocol, it is finalized.

  • Transaction ordering: Leaders' discretion, default behaviour is priority gas auction.

  • Consensus mechanism: Snowman++ (from Avalanche) offers a high-throughput, totally ordered consensus mechanism alongside a leader protocol to minimize MEV. Learn more on the Consensus page.

  • Consensus participants: Validators vote on block proposals and serve as leaders. To serve as a validator, a node must meet a governance defined minimum self-bond. Validators are randomly selected as leaders to propose new blocks. The probability of being elected leader is proportional to the validator's stake.

  • Enshrined protocols: In addition to consensus, Flare validators are also data providers for FTSO and attestation providers for FDC.

  • Stake distribution: Network comprises over 90 validators with a median stake of ≈0.7% and a maximum stake of ≈3.3%. This includes both self-bonded and delegated stakes.

Adding Flare's native token FLR to your exchange

Flare is just like Ethereum. To add it to your exchange set up an RPC node and use the appropriate network configuration for Flare Mainnet.

Additional info: Brand assets, go-flare source

Watch the video