> 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.md).

# 계정에 자금을 충전하세요

이미 보유한 암호화폐나 현금(예: 직불카드)으로 계정을 충전하세요. 계정 충전 방법을 단계별로 알아보려면 방법을 선택하세요:

* [암호화폐를 전송](/knowledge-base/ko/onboarding/funding-your-smart-account/deposit-crypto.md) 다른 지갑에서.
* [암호화폐 구매](/knowledge-base/ko/onboarding/funding-your-smart-account/buy-crypto.md) 현금/법정화폐[^1].

{% hint style="info" %}
나중에 자금을 입금하려면 **나중에 자금 입금** 을 앱 인터페이스에서 클릭한 다음, 대신 디파이 앱 기능을 둘러보실 수 있습니다. 자세한 내용은 [거래를 시작하세요](/knowledge-base/ko/onboarding/start-trading.md) 할 수 있는 작업의 개요를 보려면.
{% endhint %}

[^1]: 정부 발행 통화, 예: USD


---

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