LLM Notice: This documentation site supports content negotiation for AI agents. Request any page with Accept: text/markdown or Accept: text/plain header to receive Markdown instead of HTML. Alternatively, append ?format=md to any URL. All markdown files are available at /md/ prefix paths. For all content in one file, visit /llms-full.txt
Skip to main content

Funding a Testnet Account

info

The Flow Testnet Faucet allows users to create accounts and receive 1,000 Testnet FLOW tokens for testing and development purposes. You can also fund a current Testnet account without the need to create one through the site, or through the CLI.

Fund a valid Testnet Flow Account with the Flow CLI.


_10
flow accounts fund [address|name]

Example usage

Fund by address


_10
> flow accounts fund 8e94eaa81771313a
_10
_10
Opening the faucet to fund 0x8e94eaa81771313a on your native browser.
_10
_10
If there is an issue, please use this link instead: https://testnet-faucet.onflow.org/fund-account?address=8e94eaa81771313a

Fund by account name


_10
> flow accounts fund testnet-account
_10
_10
Opening the faucet to fund 0x8e94eaa81771313a on your native browser.
_10
_10
If there is an issue, please use this link instead: https://testnet-faucet.onflow.org/fund-account?address=8e94eaa81771313a

Interactive prompt


_10
> flow accounts fund
_10
_10
? Select account to fund: (Use arrow keys)
_10
❯ testnet-account (0x8e94eaa81771313a)
_10
emulator-account (0x0ae53cb6e3f42a79)

Arguments

Address or account name (optional)

  • Name: address|name
  • Valid Input: Flow Testnet account address or account name from flow.json

You can provide:

  • A Flow account address (prefixed with 0x or not)
  • An account name configured in your flow.json
  • No argument to get an interactive prompt for account selection