Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/network/guides/flare-for-go-developers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ This will generate a new account and save the keystore file in the current direc
:::

- For testnet, you can get free testnet C2FLR on the [Coston2 Faucet](https://faucet.flare.network/coston2).
- For mainnet you will need to fund the account with FLR. You can buy FLR with regular currency in places like centralized exchanges, crypto on-ramps, or swap other tokens for FLR on decentralized exchanges.
- For mainnet you will need FLR.

## Deploying with geth

Expand Down
2 changes: 1 addition & 1 deletion docs/network/guides/flare-for-javascript-developers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ You can also import the raw hex private key to MetaMask and any other wallet - t
:::

- For testnet, you can get free testnet C2FLR on the [Coston2 Faucet](https://faucet.flare.network/coston2).
- For mainnet you will need to fund the account with FLR. You can buy FLR with regular currency in places like centralized exchanges, crypto on-ramps, or swap other tokens for FLR on decentralized exchanges.
- For mainnet you will need FLR.

## Deploying with web3.js

Expand Down
2 changes: 1 addition & 1 deletion docs/network/guides/flare-for-python-developers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ You can also import the raw hex private key to MetaMask and any other wallet - t
:::

- For testnet, you can get free testnet C2FLR on the [Coston2 Faucet](https://faucet.flare.network/coston2).
- For mainnet you will need to fund the account with FLR. You can buy FLR with regular currency in places like centralized exchanges, crypto on-ramps, or swap other tokens for FLR on decentralized exchanges.
- For mainnet you will need FLR.

## Deploying with web3.py

Expand Down
2 changes: 1 addition & 1 deletion docs/network/guides/flare-for-rust-developers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ You can also import the raw hex private key to MetaMask and any other wallet - t
:::

- For testnet, you can get free testnet C2FLR on the [Coston2 Faucet](https://faucet.flare.network/coston2).
- For mainnet you will need to fund the account with FLR. You can buy FLR with regular currency in places like centralized exchanges, crypto on-ramps, or swap other tokens for FLR on decentralized exchanges.
- For mainnet you will need FLR.

## Deploying with alloy-rs

Expand Down
10 changes: 2 additions & 8 deletions docs/support/flr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ hide_table_of_contents: false
import ThemedImage from "@theme/ThemedImage";
import useBaseUrl from "@docusaurus/useBaseUrl";

FLR is the native token of the Flare network in a similar way that BTC is the native token of Bitcoin or ETH is the native token of the Ethereum blockchain.

## Uses of FLR

FLR serves several key functions in Flare:
FLR is the native token of the Flare network and serves several key functions:

- **Network Security**: Staking to validators to provide network security through a [Proof-of-Stake (PoS) consensus](/network/overview#consensus-mechanism).
- **Data Provision**: Incentivized delegation to the [Flare Time Series Oracle (FTSO)](/ftso/overview).
Expand All @@ -33,9 +29,7 @@ FLR serves several key functions in Flare:
:::tip[Obtaining testnet tokens]

FLR is required to make transactions on Flare Mainnet.
Tokens on Flare's testnets do not have any value besides allowing you to experiment with the features on the network.

You can acquire testnet tokens through [faucets](/network/overview#configuration).
You can acquire Coston and Coston2 testnet tokens using the [faucets](/network/overview#configuration).

:::

Expand Down
Loading