# Limits

## Trade limits

Trade **limits** will initially be **1k** and are capped by Order limits. \
A trade represents a **singular** interaction with a product, meanwhile 'Order limits' are the sum of all trades.\
\
Logically, since the sum has a maximum itself, a singular trade can never outweigh the order limit. Similarly, order limits will always stay higher than trade limits, hence both allowing & incentivizing users to trade multiple products.

\
We plan to set singular trades at a **maximum** of 5-10k on the long run.

## Order limits

Order limits will initially be 5k, and may be increased to 10k afterwards, with 25k being the ultimate allowance.\
\
Both buy/sell orders can be done at the same time, but their **sum** cannot ever surpass the current **maximum**.

## Deposit/Withdrawal limits

Deposits will initially be limited to **1k**/user, then to **5k**.\
Withdrawals will initially be limited to **1k**/user, then to **5k**.

## Observation

\
The maximum amount being '**5k**' will stay for a while.\
\
Remember that '**trade**' fees do **not** **apply** to deposits/withdrawals. This is only an overall observation for this section.\
\
So, even if these **limits** are not **final**, they won't be increased for magnitudes higher than up to 4-5x their current values.


---

# 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://anydex.gitbook.io/the-future-of-dexs./safety/limits.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.
