> 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/punodwo-dokyumento/english/user-guide/how-to-withdraw-collateral-assets.md).

# How to Withdraw Collateral Assets

After connecting your wallet, withdrawals become possible when collateral assets have been deposited.

From the collateral asset list in the center of the pool detail page,

select the collateral asset you want to withdraw and click on that row.

<figure><img src="https://3990862584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKP6SsdesCFe6jfgBhMAY%2Fuploads%2F1Xbd1xJc3boS35oBEk5d%2FGroup%2029a.png?alt=media&#x26;token=eb01f642-680c-4cf0-939e-23584a3b9f05" alt=""><figcaption></figcaption></figure>

Click on the "Withdraw (or Borrow)" tab in the popup screen.

<figure><img src="https://3990862584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKP6SsdesCFe6jfgBhMAY%2Fuploads%2FRXQdRsEaJcvTaNXUV92z%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202024-10-13%2022.34.56.png?alt=media&#x26;token=da786812-1116-43d3-867e-bf7d7964239b" alt=""><figcaption></figcaption></figure>

Enter the amount of tokens you want to withdraw in the input field.

If you want to withdraw all deposited collateral assets, press the "MAX" button on the right.

After entering the token amount, press the "Submit" button.

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

Check the estimated fee (gas fee) and press the "Confirm" button at an appropriate time.

Paying higher fees allows faster execution.

Adjust the fee if necessary.

Fees must be paid in ETH.

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

After a while, if the designated location on the pool detail page has changed, the collateral asset withdrawal is complete! 🎉

<figure><img src="https://3990862584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKP6SsdesCFe6jfgBhMAY%2Fuploads%2F2CCpc5VVY6Wx1RnMeD0s%2FGroup%2029b.png?alt=media&#x26;token=a8d22e8b-b702-4a3e-b925-9a2884d5362a" 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/punodwo-dokyumento/english/user-guide/how-to-withdraw-collateral-assets.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.
