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

# Liquidity

### Market Liquidity

GameClub operates on a Central Limit Order Book (CLOB) model, where all trades are matched directly between buyers and sellers. Market liquidity is maintained through a structured liquidity provisioning system, ensuring that users can always enter and exit positions at fair prices with tight spreads.

### Why Liquidity Matters

In a CLOB-based prediction market, liquidity directly affects the quality of your trading experience. Deep liquidity means tighter spreads, faster order execution, and more accurate price discovery. Without sufficient liquidity, spreads widen — meaning you may buy at a higher price or sell at a lower price than expected. GameClub's liquidity provisioning system is designed to keep markets healthy and tradeable at all times.

### Becoming a Liquidity Provider

Anyone interested in providing liquidity to the platform can participate through GameClub's liquidity program. Liquidity providers benefit from a share of the platform's spread revenue as well as token-based rewards through GameClub's tokenomics structure.

For more information on becoming a liquidity provider, please contact us directly.

> ![:전구:](https://a.slack-edge.com/production-standard-emoji-assets/15.0/google-medium/1f4a1.png) For details on token rewards and governance rights, please refer to the Tokenomics section.

***

> ![:경고:](https://a.slack-edge.com/production-standard-emoji-assets/15.0/google-medium/26a0-fe0f.png) **Risk Disclosure**: Liquidity provision involves risk. Spread revenue is variable and may result in losses depending on market outcomes. Please review all terms carefully before participating.


---

# 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://guide.gameclub.com/markets/integrations.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.
