Multi-chain API gateway.
One endpoint, every chain.
The Eraivo gateway is the single API surface through which applications submit intents, request non-custodial signatures, and subscribe to events across all supported chains.
Rather than integrating per-chain RPCs and signers, applications talk to one gateway that routes to the correct chain through adapters.
The gateway handles authentication, rate limiting, idempotency, and observability so those concerns are not reinvented per integration.
The gateway is built for production traffic, not just demos:
- —Authenticated, rate-limited access.
- —Idempotent intent submission.
- —Real-time event streaming.
- —Usage metering at $0.002 per intent on mainnet.
What does the gateway expose?
Intent submission, non-custodial signing, and real-time event streaming across all supported chains through one API.
Does it handle auth and rate limiting?
Yes. Authentication, rate limiting, idempotency, and observability are built in.
How is usage billed?
Testnet is free; mainnet is usage-based at $0.002 per intent.