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

# Liquidity

### How does liquidity work at Polymarket?&#x20;

The current market structure uses [Automated Market Makers (AMMs)](/glossary.md#automated-market-maker). Rather than have a centralized market maker that provides liquidity like the NYSE, the markets allow any user to add liquidity to the pool of assets.&#x20;

Each liquidity pool (LP) share that is owned will mint a set of 1 token for each outcome. If there is a question with outcomes YES and NO, each LP share mints 1 YES and 1 NO.

### Why is liquidity necessary for the markets?&#x20;

Lower liquidity causes a larger, negative price impact when buying or selling outcome tokens. Imagine that there was an Olympic swimming pool and a children's pool. If someone took out 3 liters of water, the volume of the smaller pool would decrease by a greater percentage than the larger pool.&#x20;

### What is the incentive for me to add liquidity?&#x20;

Users that add liquidity earn a percentage of each trade, proportionate to their ownership of the liquidity pool. This fee varies and can be seen in the buy/sell widget. For example, Alice owns $1,000 of liquidity in a $10,000 pool with a 2% LP fee. Bob buys $5,000 worth of tokens, which means Alice would earn $10 (5,000 \* 0.02 \* (1,000/10,000)).&#x20;

There is also an incentive to provide liquidity for the public good. Many people visit the site to see the probability of events that matter to them. The more liquidity that is provided, the more participants will participate in the market, increasing the accuracy of the data.&#x20;

### How do I know how many liquidity shares I will get?&#x20;

The number of LP shares you receive depends on the price of the outcomes. The more one-sided a market is, the fewer LP shares you will receive per dollar (see diagram below). Instead of receiving LP shares, you will get compensated in outcome tokens of the most probable event.&#x20;

![](/files/-MkIKCoixzOyhBmZ3wve)

### Are there any risks to adding liquidity?

Adding liquidity to markets can be very rewarding but requires management to prevent losses. The greatest risk to an LP is when prices shift dramatically, causing the outcome tokens to lose value.&#x20;

For example, Bob adds $100 USDC to the liquidity pool when YES is $0.90 and NO is $0.10. He gets 10 LP tokens and $90 worth of YES. If the price of YES suddenly changes to $0.50, Bob's YES tokens are now only worth $50, resulting in a 40% loss.&#x20;

### I received an error when I tried to remove my liquidity. What do I do?&#x20;

Purchase $1 worth of outcome tokens in the market and try removing your liquidity again. If your problem persists, please contact us on [Discord](https://discord.com/invite/hGYPGru) or Intercom.&#x20;


---

# 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://legacy-docs.polymarket.com/faq/liquidity.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.
