> For the complete documentation index, see [llms.txt](https://pnd-docs.defigeek.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pnd-docs.defigeek.xyz/yzgaido/no-1.md).

# 担保資産の引出方法

ウォレット接続後、担保資産の預入がある状態で、引き出しが可能になります。

プール詳細ページの中央にある担保資産一覧から、

引き出したい担保資産を選択して、その行をクリックしてください。

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

ポップアップ画面の「引出（もしくは借入）」のタブをクリックしてください。

<figure><img src="/files/52AvTRpK68ogMDJjvhy7" alt=""><figcaption></figcaption></figure>

引き出したいトークン量を入力欄に入力してください。

預け入れた担保資産を全て引き出したい場合は、右端の「MAX」ボタンを押してください。

トークン量を入力後、「送信」ボタンを押してください。

<figure><img src="/files/827RrelFF9tfN673ljby" alt=""><figcaption></figcaption></figure>

予想手数料（ガス代）を確認してから、良きタイミングで「確認」ボタンを押してください。

手数料は多く支払えば、処理を速く実行することができます。

必要があれば、手数料を調整してください。

手数料はETHで支払う必要があります。

<figure><img src="/files/3AsE8msqulWx50nOjmqq" alt=""><figcaption></figcaption></figure>

しばらくして、プール詳細ページの所定の箇所が変化していれば、担保資産の引出完了です！🎉

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


---

# 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://pnd-docs.defigeek.xyz/yzgaido/no-1.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.
