# Pricing Plans

OMNIA offers multiple pricing plans to suit all user requirements. We're in launch phase and offering HUGE discounts across all plans. Get in on our founders launch.&#x20;

## <mark style="color:blue;">Pay with credit card or crypto. Monthly or Annual plan.</mark>

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Free</strong></mark></td><td></td><td><p></p><ul><li>Max RPS 50</li><li>Daily Requests 100,000</li><li>Token Approval Security $4,99</li><li>Advanced Frontrunning Protection Included $4.99</li><li>Honeypot Protection $4,99</li><li>Smart Guard Basic</li><li>Support Level Community</li></ul></td></tr><tr><td><mark style="color:blue;"><strong>Pro</strong></mark><br><mark style="color:blue;"><strong>$31 /month</strong></mark></td><td></td><td><ul><li>Max RPS 50</li><li>Daily Requests 300,000</li><li>Token Approval Security Included</li><li>Advanced Frontrunning Protection Included</li><li>MEV Cashback Included</li><li>Reinforced Transactions Included</li><li>Honeypot Protection Included</li><li>Smart Guard Basic</li><li>Support Level Premium</li></ul></td></tr><tr><td><mark style="color:blue;"><strong>Pro Growth</strong></mark><br><mark style="color:blue;"><strong>$79 /month</strong></mark></td><td></td><td><ul><li>Max RPS 100</li><li>Daily Requests 1,000,000</li><li>Token Approval Security Included</li><li>Advanced Frontrunning Protection Included</li><li>MEV Cashback Included</li><li>Reinforced Transactions Included</li><li>Honeypot Protection Included</li><li>Smart Guard Basic</li><li>Support Level Premium</li></ul></td></tr><tr><td><p><mark style="color:blue;"><strong>Pro Elite</strong></mark><br><mark style="color:blue;"><strong>$792 /month</strong></mark></p><ul><li>Max RPS 250</li><li>Daily Requests 5,000,000</li><li>Token Approval Security Included</li><li>Advanced Frontrunning Protection Included</li><li>MEV Cashback Included</li><li>Reinforced Transactions Included</li><li>Honeypot Protection Included</li><li>Smart Guard Advanced</li><li>API Uptime 98%</li><li>Support Level Gold</li></ul></td><td></td><td></td></tr><tr><td><mark style="color:blue;"><strong>Enterprise</strong></mark></td><td><mark style="color:blue;"><strong>Contact Us</strong></mark></td><td><ul><li>Max RPS 500+</li><li>Daily Requests 10,000,000+</li><li>Token Approval Security Included</li><li>Advanced Frontrunning Protection Included</li><li>MEV Cashback Included</li><li>Reinforced Transactions Included</li><li>Honeypot Protection Included</li><li>Smart Guard Advanced</li><li>API Uptime 99.9%</li><li>Support Level Enterprise</li></ul></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

{% hint style="info" %}
Enterprise Contact us at <support@omniatech.io>
{% endhint %}

### Free  Forever&#x20;

Features Enhanced Privacy, up to Max RPS 50, Up to Daily Requests 100.000 (for Mainnet) and 25.000 for Testnets. Appeals to the DeFi user or Dev that does a moderate or burst amount of activity around the clock. If your requests are spread evenly throughout a 24-hour period, this translates to approximately 1.15 requests per second continuously.&#x20;

### PRO, PRO Growth and Pro Elite&#x20;

Features up to Max RPS 250, Up to Daily Requests 5.000.000, Guaranteed SLA 98%, Advanced Frontrunning Protection, Honeypot Protection, **MEV Cashback**, Reinforced transaction, Token Approval Security, VIP level support and custom RPC features.

### Enterprise

Features Max RPS 500+, Daily Requests 10.000.000+, Guaranteed SLA 99.9%, Advanced Frontrunning Protection, Honeypot Protection, **MEV Cashback**, Reinforced transaction, Token Approval Security, VIP level support, Dedicated Account Manager and custom RPC features.

### Rate Limiting

Rate limiting is used to control the amount of incoming traffic or requests from clients. It helps prevent abuse, ensures fair usage, and maintains the stability and performance of the server.

For this, each HTTP request has an associated data payload size, which is an average of 800 bytes per request. To calculate the rate limit for Pro plan over the WebSocket connection for a 10-second window, you can use the following formula:

Download Limit = (RPS) x (Average Payload Size per Request) x (Window Duration)

Download Limit = 25 requests/second x 800 bytes/request x 10 seconds = 200,000 bytes

So, the rate limit imposed over the WebSocket connection for a 10-second window is 200 kilobytes (KB). This means that within any given 10-second period, a client or user can download a maximum of 200 KB of data via WebSocket connections to the service without exceeding the rate limit. If the limit is exceeded, additional requests will be throttled or denied to ensure that the service's resources are not overwhelmed.


---

# 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.omniatech.io/pricing-plans.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.
