> For the complete documentation index, see [llms.txt](https://docs.shoebill.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shoebill.finance/v2/guide/depositandwithdraw.md).

# 예치 & 출금

## 예치

### **1️⃣Shoebill V2 에서 예치하고자 하는 자산을 선택**

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

### **2️⃣'예치' 창에서**

① 예치하고자 하는 자산 개수 입력

② '승인' 클릭 후 지갑 싸인 (KLAY 예치의 경우 승인 생략)

③ '예치' 클릭 후 지갑 싸인

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

## 출금

### **1️⃣ Shoebill V2 에서 출금하고자 하는 자산을 선택**

### **2️⃣ '출금' 창에서**

① 출금하고자 하는 자산 개수 입력

② '출금' 클릭 후 지갑 싸인

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

{% hint style="warning" %}
담보 출금 시 내 대출율(LTV) 가 92% 이상으로 올라갈 경우 청산의 위험이 있으니, 대출율과 한도를 잘 확인하시고 진행하시기 바랍니다.
{% endhint %}


---

# 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.shoebill.finance/v2/guide/depositandwithdraw.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.
