# Rate Limits

Rate Limits are implemented on withdrawals & deposits as a security measure against exploits.&#x20;

| Type   | Rate Limit (24HR) |
| ------ | ----------------- |
| Global | $250k             |

What are Rate Limits?&#x20;

Rate limiting is a protective mechanism commonly used in DeFi protocols (e.g., Echelon, Hyperion) to safeguard users' funds in the event of an exploit. Without Rate Limits, if an attacker finds a vulnerability, unrestricted withdrawals could drain liquidity before the protocol can respond. Rate limits are a protective measure against this risk.&#x20;

Key notes:&#x20;

* Moar enforces global rate limits that apply to both Lending and Credit Accounts.
* In practice, most users will never notice rate limits unless trying to move unusually large amounts in a short timeframe.
* Limits are not user-specific but apply across the protocol as a whole.
* Thresholds may be adjusted based on TVL & usage.&#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.moar.market/rate-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.
