> For the complete documentation index, see [llms.txt](https://docs.hunny.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hunny.finance/korean/products/hunny-poker/making-a-withdrawal.md).

# 인출하기

출금하려면 "**지갑 탭**"으로 이동하여 "**출금**" 버튼을 클릭하십시오.

<figure><img src="/files/1FevsPVynS1zzxaIdivv" alt=""><figcaption></figcaption></figure>

네트워크 및 토큰을 선택한 다음 인출하려는 금액을 입력하고 "**인출**" 버튼을 클릭하십시오.

{% hint style="warning" %}
모든 인출 거래에는 인출 수수료가 부과된다는 점에 유의하십시오. 자세한 내용은 [여기](/korean/products/hunny-poker.md#undefined-1)를 참조하십시오.
{% endhint %}

{% hint style="danger" %}
**월렛 인출은 (블록체인 네트워크에 따라) 일정 시간이 소요된다는 점을 유념해주세요. 일반적으로 인출은 몇 분 이내로 완료됩니다. 하지만 네트워크 트래픽이 많은 경우에는 최소 10\~15분 동안 기다려주세요.**
{% endhint %}

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

최근 거래는 "**지갑**" 탭에 표시됩니다.

![](/files/Z7u5MrLrTu2yi3Z7Tr1S)


---

# 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.hunny.finance/korean/products/hunny-poker/making-a-withdrawal.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.
