> For the complete documentation index, see [llms.txt](https://docs.filliquid.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.filliquid.io/ko/undefined-2/filecoin/undefined.md).

# 🧰 지갑 준비하기

✅ 필리퀴드는 파일코인 **네트워크 위에서 작동하는 탈중앙화 금융(DeFi) 프로토콜**로,\
FVM(Filecoin Virtual Machine)을 지원하는 지갑에서 사용 가능합니다.

아래는 FILLIQUID를 시작하기 위한 지갑 준비 단계입니다:

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

✅ 원하는 지갑을 다운로드하고, **f4** 또는 **0x**로 시작하는 **Filecoin 주소를 생성하세요.**

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

✅ 거래소에서 지갑으로 Filecoin 보내기 (Sending Filecoin from an Exchange to a Wallet)

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

### ✅ Step 1: 지갑 주소 복사하기

1. 먼저, **FVM 지원 지갑**(예: MetaMask + FEVM 네트워크, Glif, Lighthouse 등)을 다운로드합니다.
2. 지갑 내에서 **Filecoin 지갑 주소 생성**
3. 생성된 **0x 주소 또는 f410 주소**를 복사합니다.

> 예:
>
> * 0x로 시작하는 주소 (예: `0xabc...`)
> * f410으로 시작하는 주소 (예: `f410xyz...`)

***

**Step 2: Transfer FIL from the Exchange (CEX)**

### 💸 Step 2: 거래소(CEX)에서 FIL 전송

1. 사용 중인 거래소(예: Binance, OKX 등)에 로그인합니다.
2. **출금(Withdraw)** 메뉴로 이동
3. 앞서 복사한 **0x/f410 지갑 주소**로 FIL 전송을 시작합니다.

***

#### ⚠️ 중요 안내

* 일부 거래소에서는 **0x 또는 f410 주소를 지원하지 않을 수 있습니다.**
* 이 경우, 다음과 같은 오류 메시지가 표시될 수 있습니다:

```
"This is not a valid Filecoin address."
```

→ 이럴 땐, **해당 거래소의 안내에 따라 타거래소의 f1 지갑(FIL 주소)으로 전송한 후**,\
→ 다시 본인의 **0x/f410 지갑으로 이체**해야 합니다.

***

### 🚀 Step 3: FIL 사용 시작하기

1. 전송이 완료되면, FIL은 여러분의 **0x/f410 지갑에 안전하게 보관**됩니다.
2. 이제 **FILLIQUID에 지갑을 연결하여 스테이킹, 대출, 보상 수령 등 다양한 기능**을 이용할 수 있습니다.

🔐 **Tip:**\
FVM 지원 지갑을 사용할 경우, 반드시 비공개 키(Private Key) 또는 시드 문구(Seed Phrase)를 안전하게 백업하세요.\
분실 시 복구가 불가능할 수 있습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.filliquid.io/ko/undefined-2/filecoin/undefined.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.
