> For the complete documentation index, see [llms.txt](https://docs.klayswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klayswap.com/product/v3-pair-deposit/v3-pair-withdraw/v3-withdraw-policy.md).

# V3 Withdraw Policy

1\) To withdraw assets, users must have LP NFT assets corresponding to the deposit certificate in their wallets, and the NFT asset approval transaction must be completed. Transaction fees are incurred on the Klaytn chain when a transaction is executed. The wallet owner has the right to transfer LP NFT assets, so if the asset is transferred to another wallet, withdrawal is not possible.

2\) During the withdrawal process, the difference between the price at the time of deposit and withdrawal may result in asset loss.<br>

3\) Due to balance changes at the time of withdrawal, asset composition ratios and values are subject to change (see [detailed policy on V3 pair deposit](https://docs.klayswap.com/product/v3-pair-deposit/v3-pair-deposit/detailed-policy-on-v3-pair-deposit#v3-pair-deposit-policy)), and all rewards (transaction fee income, KSP, airdrop tokens, etc.) distributed up to that point will be automatically credited to user’s wallet.

4\) Withdrawals proceed only within the transaction range (slippage) set at the time of withdrawal, and if the range is exceeded, the withdrawal may not proceed. Proceed with withdrawal after reviewing all related information in the estimated details section below.


---

# 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.klayswap.com/product/v3-pair-deposit/v3-pair-withdraw/v3-withdraw-policy.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.
