The Network Gateway is a publicly exposed entry point to the Babylon Radix network. It provides a higher-level API that aggregates and abstracts data from the underlying ledger, making it easier for clients to interact with the network.
The Gateway supports simplified transaction submission, tracks transaction status, and enables full historical access to ledger data, allowing users to query the state of any on-ledger object at any point in time.
The Network Gateway is primarily designed for use by wallets and blockchain explorers, as well as for lightweight queries from front-end decentralized applications (dApps). For exchange or asset integrations, back-end dApp services, or simpler use cases, it is generally recommended to use the Core API exposed by a node directly. A Gateway is typically required only when access to historical ledger snapshots or a more robust, scalable setup is needed.
The system is in three main parts:
-
The Database Migration sets up PostgreSQL database and applies schema migrations if necessary.
-
The Data Aggregator reads from the Core API of one or more full nodes, ingests from their Core API transaction stream endpoint, and commits transactions to a PostgreSQL database. It also handles the resubmission of submitted transactions, where relevant.
-
The Gateway API provides the public API for Wallets and Explorers. It handles read queries using the database, and proxies transaction preview and submission requests to the Core API of one or more full nodes.
This Request for Proposal (RFP) seeks submissions from community members interested in replacing the current Radix Foundation-operated Mainnet Gateway with a robust, high-performance, and resilient solution. The selected operator(s) will provide a default gateway service, ensuring optimal performance for the Radix ecosystem’s applications, wallets, and users.
You can find the full RFP here: https://drive.google.com/file/d/18m-Y5A2Te_1CJlVS8rww0HDHtbJvwg4O/view?usp=sharing
Further details on the RFPs and process can be found here: The Next Phase of Decentralization: RFPs for Gateway and Relay Services | The Radix Blog | Radix DLT
Please submit your proposal in this thread for consideration.

