> For the complete documentation index, see [llms.txt](https://docs.defi.app/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defi.app/knowledge-base/ko/onboarding/funding-your-smart-account/buy-crypto.md).

# 암호화폐를 구매하세요

현금(예: 직불카드)으로 암호화폐를 구매해 디파이 앱 계정에 자금을 입금할 수 있습니다.

{% stepper %}
{% step %}

### 현금을 선택합니다.

자금 조달 화면에서 다음을 선택합니다. **현금** 옵션입니다.
{% endstep %}

{% step %}

### 금액을 입력하고 통화를 선택하세요.

결제에 사용할 통화를 선택한 뒤 금액을 입력하세요.

<div align="left"><figure><img src="/files/f38748376afc3925a7d350511a658d9dde9e9b80" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 토큰과 네트워크를 선택하세요.

<div align="left"><figure><img src="/files/2bae29f65e802aa73cf13ec3fafa8ad1d0a80dd5" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 온램프를 선택하세요.

디파이 App이 구매에 가장 성과가 좋은 온램프를 자동으로 강조 표시합니다. 사용 사례에 맞게 온램프를 변경할 수 있습니다.

<div align="left"><figure><img src="/files/26054c85e3ea5a880fb55106fa5e1920e35ae5f2" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 현금 입금 방법을 선택하세요.

직불카드, 신용카드, 은행 계좌 또는 기타 지원되는 여러 금융기관을 사용할 수 있습니다.
{% endstep %}

{% step %}

### 선택하신 온램프의 안내에 따라 진행하세요.

{% endstep %}

{% step %}

### 모두 완료되었습니다!

이용 중인 금융기관에 따라 자금이 즉시 사용 가능하거나 영업일 기준 며칠 후에 사용 가능할 수 있습니다. 트랜잭션이 완료되면, 다음을 수행할 수 있습니다. [거래를 시작하세요](/knowledge-base/ko/onboarding/start-trading.md) 디파이 앱에서.

{% hint style="info" %}
대부분의 자금은 즉시 사용 가능합니다. 은행 및 ACH 이체는 더 오래 걸릴 수 있습니다.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.defi.app/knowledge-base/ko/onboarding/funding-your-smart-account/buy-crypto.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
