What you get
- Private execution: submitted transactions never enter the public mempool
- Guaranteed delivery: every acknowledged transaction is forwarded. Internal failures fall back to direct routing, never a silent drop
- Backrun monetization: where on-chain opportunities exist, nexroute appends a backrun behind the user’s transaction; otherwise the transaction is delivered alone
- Low-latency routing: super-fast inclusion through private partnerships
How it works
- You sign a user transaction in your normal flow
- You POST it to your dedicated Capture endpoint as a JSON-RPC request:
eth_sendPrivateRawTransactionfor a single transaction, oreth_sendBundleto atomically pack a swap with its ERC-20 approval - nexroute responds immediately with the transaction hash
- nexroute evaluates the transaction for backrun opportunity and forwards through private partnerships
- The transaction lands on-chain; if a backrun was found, it lands atomically behind it
Reporting
A per-transaction explorer and aggregated reporting dashboard for inclusion status and partner activity is in active development. Contact nexroute for the current status.Get started
Quickstart
Submit your first transaction to your Capture endpoint.
Authentication
How endpoints are secured per partner.
Security
Privacy and integrity guarantees.
Rate Limiting
Burst handling and capacity behavior.