# Automatic LP

The contract provides liquidity to the PancakeSwap (SSV2 -> BNB pair). To do so, it utilizes 2-3% of the funds received from the taxes. &#x20;

Liquidity is provided to the reward pool in BNB directly from taxes.&#x20;

Half of the tokens reserved for liquidity are swapped into BNB, and are then provided as liquidity using the remaining half. The LP tokens received are then locked.

This is beneficial to all traders of the SSV2 token since the increasing liquidity will raise the price floor and make the price more resistant to sudden changes.


---

# 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://sunshieldfinance.gitbook.io/sunshieldv2/automatic-lp.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.
