# 바이프로스트 테스트넷 BFC 토큰 수령 방법

이 페이지에서는 바이프로스트 테스트넷에서 기능을 테스트하거나 미션을 수행하기 위해 BFC 토큰을 수령하는 방법을 안내합니다. 파우셋(Faucet)을 통해 테스트넷용 BFC 토큰을 수령할 수 있으며, 이 토큰은 실제 가치를 지니지 않습니다.

### 디스코드 참여

바이프로스트 테스트넷 파우셋은 디스코드 봇으로 운영됩니다. [Bifrost CITY](https://discord.gg/bifrostcity) 서버에 방문해주세요.

### 명령어

파우셋에서는 세 가지 유형의 명령어를 지원합니다. [Bifrost CITY](https://discord.gg/bifrostcity) 서버의 파우셋 채널에 명령어를 입력하면 실행됩니다. 각 명령어의 작동 방식은 아래 내용을 참고해주세요.

#### /faucet\_help

`/faucet_help` 명령어는 사용 가능한 명령어 목록과 각 명령어에 대한 설명을 보여줍니다.

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

#### /faucet \[주소]

`/faucet [주소]` 명령어를 사용하면 입력된 주소로 테스트넷 BFC를 받을 수 있습니다. 이 BFC는 바이프로스트 테스트넷의 내부 서비스 테스트나 크로스체인 액션 (바이프로스트 테스트넷 → 외부 네트워크)을 수행할 때 사용할 수 있습니다.

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

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

요청을 보내면 봇이 입력된 주소로 BFC를 전송하기 시작합니다. 과정이 성공적으로 완료되면 알림을 받고 바이프로스트 익스플로러 링크를 받게 됩니다. `/faucet [주소]` 명령어는 디스코드 계정당 24시간마다 한 번씩 사용할 수 있습니다.


---

# 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/kr/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.
