From ac139f9eeb47895ecf4e8fac90fbd4e59f6df582 Mon Sep 17 00:00:00 2001 From: Kristaps Grinbergs Date: Thu, 19 Feb 2026 17:01:03 +0200 Subject: [PATCH 1/2] feat(docs): add links to faucet (FXRP and USDT0) --- docs/fassets/developer-guides/5-fassets-mint.mdx | 7 +++++++ docs/fxrp/overview.mdx | 6 +++++- docs/network/0-overview.mdx | 2 +- docs/support/faqs.mdx | 6 ++++-- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/docs/fassets/developer-guides/5-fassets-mint.mdx b/docs/fassets/developer-guides/5-fassets-mint.mdx index f395308b..4594c1d4 100644 --- a/docs/fassets/developer-guides/5-fassets-mint.mdx +++ b/docs/fassets/developer-guides/5-fassets-mint.mdx @@ -28,6 +28,13 @@ See the [Minting](/fassets/minting) overview for more details. - [Flare Hardhat Starter Kit](/network/guides/hardhat-foundry-starter-kit) - [Flare Network Periphery Contracts](https://www.npmjs.com/package/@flarenetwork/flare-periphery-contracts) +:::tip[Testing on Coston2] + +If you are testing on **Flare Testnet Coston2**, you can get testnet C2FLR and FXRP from the [Coston2 Faucet](https://faucet.flare.network/coston2) instead of going through the full minting process. +For testnet XRP on the XRP Ledger, use the [XRP Testnet Faucet](https://xrpl.org/resources/dev-tools/xrp-faucets). + +::: + ## Minting Process Steps The minting process involves the following steps: diff --git a/docs/fxrp/overview.mdx b/docs/fxrp/overview.mdx index efad7fc4..bf725d2e 100644 --- a/docs/fxrp/overview.mdx +++ b/docs/fxrp/overview.mdx @@ -22,7 +22,11 @@ FXRP is powered by the [FAssets](/fassets/overview) system, a trustless, over-co ## How to Acquire FXRP -There are three primary ways to acquire FXRP: +There are four primary ways to acquire FXRP: + +### Testnet Faucet + +On **Flare Testnet Coston2**, you can testnet FXRP directly from the [Coston2 Faucet](https://faucet.flare.network/coston2) — no minting required. This is the fastest way to start testing FAssets integrations. ### Using Minting dApp diff --git a/docs/network/0-overview.mdx b/docs/network/0-overview.mdx index c3280e62..ae83f709 100644 --- a/docs/network/0-overview.mdx +++ b/docs/network/0-overview.mdx @@ -111,7 +111,7 @@ Specific configuration details for connecting to each Flare network, including p | **Native currency** | `C2FLR` (18 decimals) | | **Block Explorer** | [`https://coston2-explorer.flare.network`](https://coston2-explorer.flare.network) | | **Systems Explorer** | [`https://coston2-systems-explorer.flare.network`](https://coston2-systems-explorer.flare.network) | - | **Faucet** | Request C2FLR from [Coston2 Faucet](https://faucet.flare.network/coston2) | + | **Faucet** | Request C2FLR, FXRP, and USDT0 from [Coston2 Faucet](https://faucet.flare.network/coston2) | | **Bootstrapping nodes** | `https://coston2-bootstrap.flare.network` | :::tip[RPC Connection code snippet] diff --git a/docs/support/faqs.mdx b/docs/support/faqs.mdx index bc8941a4..aa2f6398 100644 --- a/docs/support/faqs.mdx +++ b/docs/support/faqs.mdx @@ -27,8 +27,10 @@ This page answers common questions encountered by developers building applicatio Flare provides faucets for its public testnets: -- **Flare Testnet Coston2:** Get C2FLR from the [Coston2 Faucet](https://faucet.flare.network/coston2). Use Coston2 for testing applications intended for Flare mainnet. -- **Songbird Testnet Coston:** Get CFLR from the [Coston Faucet](https://faucet.flare.network/coston). Use Coston for testing applications intended for the Songbird canary network. +- **Flare Testnet Coston2:** Get C2FLR, FXRP, and USDT0 from the [Coston2 Faucet](https://faucet.flare.network/coston2). +Use Coston2 for testing applications intended for Flare mainnet. +- **Songbird Testnet Coston:** Get CFLR from the [Coston Faucet](https://faucet.flare.network/coston). +Use Coston for testing applications intended for the Songbird canary network. ### How do I add Flare/Songbird networks to my wallet (e.g., MetaMask)? From b22781cb729c1f24ff7ff17873f36e4ede26ad78 Mon Sep 17 00:00:00 2001 From: Kristaps Grinbergs Date: Thu, 19 Feb 2026 17:13:21 +0200 Subject: [PATCH 2/2] fix(docs): adjust formatting for clarity in FAQs regarding testnet usage --- docs/support/faqs.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/support/faqs.mdx b/docs/support/faqs.mdx index aa2f6398..3256d019 100644 --- a/docs/support/faqs.mdx +++ b/docs/support/faqs.mdx @@ -28,9 +28,9 @@ This page answers common questions encountered by developers building applicatio Flare provides faucets for its public testnets: - **Flare Testnet Coston2:** Get C2FLR, FXRP, and USDT0 from the [Coston2 Faucet](https://faucet.flare.network/coston2). -Use Coston2 for testing applications intended for Flare mainnet. + Use Coston2 for testing applications intended for Flare mainnet. - **Songbird Testnet Coston:** Get CFLR from the [Coston Faucet](https://faucet.flare.network/coston). -Use Coston for testing applications intended for the Songbird canary network. + Use Coston for testing applications intended for the Songbird canary network. ### How do I add Flare/Songbird networks to my wallet (e.g., MetaMask)?