diff --git a/docs/network/guides/flare-for-go-developers.mdx b/docs/network/guides/flare-for-go-developers.mdx index c1b6ac2d..8dfd2069 100644 --- a/docs/network/guides/flare-for-go-developers.mdx +++ b/docs/network/guides/flare-for-go-developers.mdx @@ -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 diff --git a/docs/network/guides/flare-for-javascript-developers.mdx b/docs/network/guides/flare-for-javascript-developers.mdx index 5433315c..56f68781 100644 --- a/docs/network/guides/flare-for-javascript-developers.mdx +++ b/docs/network/guides/flare-for-javascript-developers.mdx @@ -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 diff --git a/docs/network/guides/flare-for-python-developers.mdx b/docs/network/guides/flare-for-python-developers.mdx index f9094222..4810506d 100644 --- a/docs/network/guides/flare-for-python-developers.mdx +++ b/docs/network/guides/flare-for-python-developers.mdx @@ -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 diff --git a/docs/network/guides/flare-for-rust-developers.mdx b/docs/network/guides/flare-for-rust-developers.mdx index 74cab5cd..8e7394f0 100644 --- a/docs/network/guides/flare-for-rust-developers.mdx +++ b/docs/network/guides/flare-for-rust-developers.mdx @@ -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 diff --git a/docs/support/flr.mdx b/docs/support/flr.mdx index b5b49291..0c38d7d0 100644 --- a/docs/support/flr.mdx +++ b/docs/support/flr.mdx @@ -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). @@ -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). :::