# Protocol Owned Liquidity(POL)

As mentioned in the [Sweet Protocol Economics](/whitepaper/white-paper/sweet-protocol-economics.md) section, a strategy of mercenary liquidity has developed within the DEFI space. Certain liquidity providers mine tokens, remove the liquidity, and dump the mined tokens.&#x20;

Liquidity is the life and driving force for DEFI projects. Without liquidity DEFI projects are not very useful as market makers.&#x20;

The long term solution for mercenary liquidity and the resulting low liquidity is not to depend on individuals to provide liquidity.&#x20;

Through the use of smart contracts we are able to create code that can be the sole owner of liquidity. We call this Protocol Owned Liquidity or POL for short. This liquidity that is owned by the code/protocol will always be available to provide market making services.&#x20;

The more POL the better, the assets that form the POL back the SWEET tokens giving the SWEET tokens value. The POL also ensures there is always liquidity in our trading pools to facilitate market operations.&#x20;

Since the Sweet Protocol is a liquidity provider and the distributor of SWEET tokens through liquidity mining, it means that Sweet Protocol will be able mine its own token. This will allow the Sweet Protocol to collect more and more service fees. The fees collected end up as protocol owned liquidity while also increasing the backing of each SWEET token.&#x20;

{% hint style="success" %}

### Protocol Owned Liquidity is Decentralised Liquidity!!

{% endhint %}


---

# 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://sweetdao.gitbook.io/whitepaper/white-paper/protocol-owned-liquidity-pol.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.
