# Protocol Owned Liquidity

Externally provided liquidity can be transferred to the DAO treasury using the LiquidityUnifier contract. 1% of the liquidity transferred will be sent to the invoker of the function.&#x20;

If the liquidity is on Uniswap V2, LiquidityUnifier.swapV2(base token) can be invoked to transfer liquidity to the treasury. For example, if the Uniswap V2 pair is INT/DAI, then the base token would be the DAI address.&#x20;

If the liquidity is on Uniswap V3, LiquidityUnifier.swapV3(base token, fee) can be invoked to transfer liquidity to the treasury. For example, if the Uniswap V3 pair is INT/DAI, then the base token would be the DAI address.

The fee is the fee category value:

* 0.01% fee: 100
* 0.05% fee: 500
* 0.30% fee: 3000
* 1.00% fee: 10000


---

# 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://internet-token.gitbook.io/internet-token/technical-overview/protocol-owned-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.
