> For the complete documentation index, see [llms.txt](https://docs.bookmemebsc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bookmemebsc.com/lp-tools.md).

# LP Tools

Book of Binance has an innovative V3 liquidity tool that all $BOOK holders can use when looking to take profits on their position.

[www.bookmemebsc.com/lp-tool](https://www.bookmemebsc.com/lp-tool)

### What Does the V3 Tool Do?

The V3 tool allows anyone holding BOOK to create a single sided V3 LP position.

A single sided V3 LP position will start as 100% BOOK, and will convert BOOK into BNB as the BOOK price increases.  Trading fees will be earned along the way.

### Locking V3 LP Positions for Bonus

When creating your positions with our V3 LP tool, you will have the option to lock the position.  Let's compare both options

|                                      | Locked Position           | Unlocked |
| ------------------------------------ | ------------------------- | -------- |
| Create V3 LP Position with 100% BOOK | Yes                       | Yes      |
| Holder of V3 position after creation | V3 TOOL Contract          | User     |
| Bonus for creating position          | Yes                       | No       |
| Collect trading fees anytime         | Yes                       | Yes      |
| Can withdraw assets                  | When position is 100% BNB | Anytime  |

### Understanding Parameters for Creating Position

There are a few options/parameters that must be set when creating your position, let's go over them

1. BOOK Amount.  How much BOOK will you use to create the position
2. BOOK Range.  The starting price range for your BOOK V3 position will always be the closest price to the current price.  The ending range is what you can adjust.\
   You can select anything from 2x to 100x for the ending price.  The ending ratio will determine the BOOK price move needed before the position is fully converted to BNB.  A 2x will require BOOK to 2x, a 50x will require BOOK to 50x, etc.
3. Lock Position. If locking the position, you will be able to withdraw your assets once it has fully converted to BNB.  If not locking, you will instantly receive the V3 LP in your wallet.
4. Review details before submitting
5. Approve $BOOK, and then Submit the transaction

### Bonus Amounts for Locked Positions

When selecting to lock your V3 LP position, you will receive additional bonus BOOK to create a bigger LP position.

The bonus percentage that you receive depends on how wide of a range you set on your LP.

| Range Multiplier | Bonus Percentage |
| ---------------- | ---------------- |
| 50x - 100x       | 50%              |
| 20x - 49x        | 40%              |
| 10x - 19x        | 30%              |
| 5x - 9x          | 20%              |
| 2x - 4x          | 5%               |

Note: Unlocked positions do not receive any bonus


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bookmemebsc.com/lp-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
