# How to Deposit / Withdraw Liquidity

## Deposit / Withdrawal Methods

Currently, you have different methods available for depositing or withdrawing liquidity for your bridge:

* **Use**[ **Our Website**](https://alpha.xy.finance/pools/xasset)**:** Deposit or withdraw liquidity by interacting with website UI

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

* **Direct Contract Interaction**: Deposit or withdraw liquidity by directly interacting with the contract

{% content-ref url="/pages/Bf5KMt94rWh3Lu7ofjAE" %}
[Direct Contract Interaction](/single-bridge-integration/xasset-bridge/how-to-deposit-withdraw-liquidity/direct-contract-interaction.md)
{% endcontent-ref %}

* **Through the Explorer:** Deposit or withdraw liquidity via the Explore. (Please note that this feature is not supported by every explore. As of now, it's compatible with [Ethereum](https://etherscan.io/), [BNB](https://bscscan.com/), [Polygon](https://polygonscan.com/), [Polygon zkEVM](https://zkevm.polygonscan.com/), [Arbitrum](https://arbiscan.io/), [Optimism](https://optimistic.etherscan.io/), [Avalanche](https://snowtrace.io/), [Linea](https://lineascan.build/) and [Cronos](https://cronoscan.com/). If this method is unavailable, you should directly interact with the contract.)

{% content-ref url="/pages/rFdkzw04MENvgOSn2Yo9" %}
[Through the Explorer](/single-bridge-integration/xasset-bridge/how-to-deposit-withdraw-liquidity/through-the-explorer.md)
{% endcontent-ref %}


---

# 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://docs.xy.finance/single-bridge-integration/xasset-bridge/how-to-deposit-withdraw-liquidity.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.
