> 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/deposit-crypto.md).

# 암호화폐를 입금하세요

다른 지갑에서 지원되는 토큰을 바로 Defi 앱 계정으로 전송할 수 있습니다.

***

## 지원되는 네트워크

디파이 앱은 다음 네트워크를 지원합니다:

<img src="/files/f95b6c8791c7ad6828876f75ad6a1e5b74dd499d" alt="" data-size="line"> 아비트럼

<img src="/files/12007a42703e208faca9e6586445329ffde58701" alt="" data-size="line"> Base

<img src="/files/996f6666078edde01057db50ad7dd0cc99939193" alt="" data-size="line"> BNB 체인

<img src="/files/b1e80646c2c01f24e9b4b090409983b939200880" alt="" data-size="line"> 이더리움 메인넷

<img src="/files/fe964c3c10bcae09dc7327a729624db54c532168" alt="" data-size="line"> 솔라나

<img src="/files/e2d4c79fa3d0952f0eb90fe3cb42297efb4afaed" alt="" data-size="line"> Sonic

{% hint style="info" %}
디파이 앱은 확장하면서 추가 네트워크를 지원합니다.
{% endhint %}

***

## **절차**

{% stepper %}
{% step %}

### 암호화폐를 선택합니다.

입금 화면에서 다음을 **암호화폐** 옵션.
{% endstep %}

{% step %}

### **토큰과 네트워크를 선택합니다.**

지원되는 토큰/네트워크 목록에서 선택하라는 안내가 표시됩니다.
{% endstep %}

{% step %}

### 전송에 적합한 네트워크를 선택합니다.

{% hint style="danger" %}
입금하는 토큰을 지원하는 네트워크를 선택해야 합니다. 그렇지 않으면 자금이 손실될 수 있습니다.
{% endhint %}

<div align="left"><figure><img src="/files/3e30b674b03a126a3bffe01c92da28c8f122c722" alt=""><figcaption></figcaption></figure></div>

옵션은 입금 토큰에 따라 달라집니다.
{% endstep %}

{% step %}

### 입금을 시작합니다.

다음 중 하나를 선택하실 수 있습니다:

* **지갑에서 입금**: 클릭 **지갑에서 입금** 그리고 기존 지갑(MetaMask, Phantom, Coinbase Wallet 등)을 연결합니다. 안내에 따라 트랜잭션을 승인하고 전송을 시작하세요.
* **QR 코드 사용**: 또는, 입금 화면에 표시된 QR 코드를 스캔하실 수 있습니다. 지갑 앱으로 코드를 스캔한 다음 트랜잭션을 완료하세요.
  {% endstep %}

{% step %}

### 금액을 입력한 후 입금을 클릭하세요.

{% endstep %}

{% step %}

### 완료되었습니다!

자금은 즉시 사용 가능합니다. 또한 [거래를 시작하세요](/knowledge-base/ko/onboarding/start-trading.md) 디파이 App과 함께.
{% 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/deposit-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.
