# Testnet Faucet

This page introduces how to claim BFC in order to test functions or carry out missions on the Bifrost Testnet. Through the faucet, you can claim BFC on the testnet which has no value.

### Joining Discord

The Bifrost Testnet Faucet will be operated by a Discord bot. Please visit our [Bifrost CITY](https://discord.gg/bifrostcity) server.

### Commands

On the faucet, three types of commands are supported. Enter a command in the **faucet** channel of the [Bifrost CITY](https://discord.gg/bifrostcity) server, and the command will be executed.

Please read below to learn how each command works.

#### /faucet\_help

Command `/faucet_help` shows the list of commands and explanations for each command.

<figure><img src="/files/ovIk12un7ySegUrO2IUp" alt=""><figcaption></figcaption></figure>

#### /faucet \[address]

With command `/faucet [address]`, you can receive testnet BFC in the entered address. BFC can be used when testing internal services of the Bifrost Testnet, or cross-chain actions (Bifrost Testnet → External networks)

<figure><img src="/files/x2lHIbxuy0e4o1SyMvnu" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/0ZhuTbsQhddTVuTrJ2w0" alt=""><figcaption></figcaption></figure>

Once a request is sent, the bot starts to transfer BFC to the entered address. If the process is successfully done, you will be notified and given the Bifrost explorer link. You can use command `/faucet [address]` every 24 hours per Discord account.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bifrostnetwork.com/bifrost-network/developer-documentations/testnet-faucet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
