# AMM

**Automated Market Makers** (AMMs) serve a pivotal function in token price representation and trading mechanisms. Currently, the prevalent AMM systems primarily consist of Liquidity Pools (LPs) and Order Books, yet each harbors its own set of drawbacks:

**Liquidity Pool (LP):** Initiators of a project must offer initial liquidity, which exposes them to the potential risk of the project's pool being withdrawn unexpectedly.

**Order Book:** This system necessitates a substantial token trading volume to minimize matchmaking durations. However, in scenarios of lower volume, the prolonged matchmaking times become a concern. Additionally, there exists a risk of malicious market manipulation orchestrated by vested individuals or entities.

Amidst the burgeoning growth of Bitcoin Inscriptions and the ongoing evolution of SocialFi, Creator Economy, GameFi, and related ecosystems, there's an imperative need for a token launch protocol and market maker mechanism that embodies fairness, transparency, and freedom. Simultaneously, this mechanism should cater to the profitability of project initiators, encouraging them to enhance and refine their products. **Burve Protocol** stands as an ideal solution perfectly aligned with these requirements.&#x20;


---

# 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://docs.burve.io/learn-more/amm.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.
