> For the complete documentation index, see [llms.txt](https://docs.level.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.level.finance/tutorials/trading-tutorials/platform-restrictions.md).

# Platform Restrictions

Some restrictions are in place on the platform to protect liquidity providers that act as the counterparty to traders.

Trade restrictions specifically apply when attempting to open a new position. If the position you are attempting to open would push the ratio of Longs vs Shorts of an asset over its Limit Ratio, the position will not be allowed to open. Additionally, cannot open a short position with a Position Size larger than the Maximum Value allowed.

**Limit Ratio of Long Positions vs Short Positions**

| BTC | ETH | BNB | CAKE |
| --- | --- | --- | ---- |
| 95% | 95% | 15% | 30%  |

**Maximum Value of a Short Position**

| BTC      | ETH      | BNB   | CAKE |
| -------- | -------- | ----- | ---- |
| No limit | No limit | $300K | $50K |

Liquidity provider restrictions apply when attempting to add liquidity to the LEVEL liquidity pools (LLPs). Both BNB and CAKE have a Maximum Liquidity limit as shown below. Once a limit for one of these assets is reached inside a specific pool, that asset will no longer be available for deposit in the pool. Additionally, users will not be able to swap that asset into the pool for another asset, whether as a direct Swap or as a Swap required when providing collateral to open a position.

**Maximum Liquidity Accepted in the LEVEL Liquidity Pools**

| BTC      | ETH      | BNB   | CAKE   |
| -------- | -------- | ----- | ------ |
| No limit | No limit | 5,000 | 80,000 |


---

# 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.level.finance/tutorials/trading-tutorials/platform-restrictions.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.
