Zerodev Rate Limits
ZeroDev meters its bundler and paymaster RPCs primarily by a per-plan Credit pool (consumed by UserOperations and infra calls) and by an included gas-sponsorship budget, rather than by published fixed per-second request rates. RPC throughput limits exist per project and plan and are enforced by the meta-infrastructure; specific per-method request-per-second values are not published and are not reconciled in this artifact. Sponsorship policies on the paymaster (per-app, per-user, per-UserOp caps) act as the primary throttle on gas spend.
Zerodev Rate Limits is the machine-readable rate-limit profile for ZeroDev on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring credits, usd_gas, requests, and sponsorships.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Account Abstraction, ERC-4337, Paymaster, Bundler, and JSON-RPC.