> For the complete documentation index, see [llms.txt](https://docs.merchantmoe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.merchantmoe.com/liquidity-book/liquidity-book-shapes-and-strategies/introduction-to-shapes.md).

# Introduction to Shapes

Before we dive into strategies, you might be wondering about the term "liquidity shape." In traditional liquidity pools, you would spread your assets evenly across a range of prices. Liquidity Book, however, revolutionizes this process by enabling you to create unique "shapes" of liquidity.&#x20;

This means you can strategically place varying amounts of your assets at different price levels, effectively creating a liquidity shape that best aligns with your market expectations and investment convictions. There is no right or wrong liquidity shape – each one will perform the best depending on your own management of your position and also market conditions.

Below is a high level overview of Liquidity Shapes. Each specific bar you see in the liquidity shape is one bin and each bin represents a fixed price point. The below image outlines the three core shapes you can deploy, with an overview detailing the key use-case of each shape.

<figure><img src="/files/MKx4W0lsve2FtEPHvEax" alt=""><figcaption></figcaption></figure>

*Please note that providing concentrated liquidity can come with large risk of impermanent loss if a position is not monitored closely. No strategy deployed will prevent the possibility of Impermanent Loss. You must monitor your position.*

### Learn more about the unique shapes and strategies <a href="#h_d1cc0a6a61" id="h_d1cc0a6a61"></a>

We've outlined multiple strategies, ranging from very basic to very advanced strategies that you could implement on Liquidity Book. It is highly recommended that you take time to read this guide to help enhance your understanding of how you can utilize various liquidity shapes, to suit your unique investment strategy with Liquidity Book.

**Basic strategies:** The most suited for users who are just getting familiar with concentrated liquidity, the Liquidity Book and its bin architecture. They can be deployed in one click using LFJ’s interface and don’t require any advanced knowledge.

**Advanced strategies:** Combine two or more basic shapes to achieve even more granular control over liquidity. They are more difficult to deploy and carry greater risks but can yield better rewards.

**Single side strategies:** By deploying just one side of the market, you can execute entry/exit to a specific token on the other side of the market. Utilizing the different shapes available will further enhance your efficiency of how you enter/exit a token.


---

# 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.merchantmoe.com/liquidity-book/liquidity-book-shapes-and-strategies/introduction-to-shapes.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.
