# Increase/Remove Liquidity

Method to directly interact with the contract on bscscan.com:

1. Visit the website <https://bscscan.com/address/0x9Ab45a6730eDeD06a93F0884F6F80076bf194e3b#writeContract>
2. Click "connect to web3" to connect your wallet.
3. Expand "3. addLiquidity (0x51c6590a)".
4. Enter the amount of USDT you want to add. The number should have 18 additional zeros.

   For example, if you want to add 31 USDT, you need to enter 31000000000000000000. This is because USDT has 18 decimals.
5. Expand "9. removeLiquidity (0x9c8f9f23)".
6. Enter the number of LHT you want to remove. LHT is the token used to add liquidity, and you can check how many you hold in your BscScan assets.

   Again, the number should have 18 additional zeros.


---

# 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://we2net.gitbook.io/contract/operating-contract/increase-remove-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.
