Skip to main content

Overview

Rialto publishes Router Registry contracts so partners can discover the active Rialto router instead of hardcoding router addresses. Use feature id 2 when you submit the transaction returned by GET /quote from the taker wallet. Use feature id 3 when you use Rialto’s gasless relayer flow through POST /gasless/submit.

Registry deployments

Registry reads

In this registry, “owner” means the router address currently assigned to a feature id. It is not the registry admin owner.

JSON-RPC examples

eth_call returns ABI-encoded hex. For single-address calls, the address is the last 20 bytes of the returned 32-byte word. For getFeature, decode four ABI words as (address previous, address current, address next, bool paused).