# Liquidity Withdraw

Liquidity providers can withdraw deposits with a premium, using the WithdrawLiquidity contract.

You can withdraw tokens from your own lp token and convert them into token pairs.&#x20;

At this time, the lp token is incinerated in the liquidity pool, and the swapable limits (reserve\_a, save\_b) are reduced.

```
{
    "transaction": {
        "type": "LiquidityWithdraw",
        "token_address_a": "000000000000000000000000000000000000000000000000
        "token_address_b": "70873e8c4de45c34654766cc08caddf7510db620f1f353ea497e",
        "lp_amount": "400000000000000000000",
        "timestamp": 1735695076398662,
        "from": "0fb94161839b539195b641e5124ee174bf68840b9866"
    },
    "public_key": "df1ac6cdfb35d49161e7a6474a8763f6244d5432bbe102ea27c46113836fb",
    "signature": "9cf1b271a2f34df94d03b142e4f5f75fc16fd7610b56d3144c116fbe4c16b44b"
}
```


---

# Agent Instructions: 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:

```
GET https://saseul-gold.gitbook.io/saseul-gold-docs/dex-api/liquidity-withdraw.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
