What you get
- Zero added latency: notification is fire-and-forget, sent in parallel with your own dispatch
- Backrun monetization, best-effort: where on-chain opportunities exist, nexroute races a backrun behind your transaction; when the backrun misses, your transaction is unaffected
- Unchanged dispatch path: you keep full control of how and where the transaction is broadcast
- Non-interference: notified transactions are never broadcast, front-run, or leaked; they are used solely for backrun construction
How it works
- You sign a user transaction in your normal flow
- You POST it to your dedicated Cashback endpoint as a JSON-RPC
eth_notifyRawTransactionrequest, without blocking your dispatch on the response - You dispatch the transaction yourself, exactly as you do today
- nexroute evaluates the transaction for backrun opportunity, constructs the backrun, and submits it through private partnerships targeting inclusion directly behind your transaction
- If the backrun lands, it executes as a separate transaction behind yours; if it doesn’t, nothing changes for your transaction
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
Send your first notification to your Cashback endpoint.
Authentication
How endpoints are secured per partner.
Security
Privacy and non-interference guarantees.
Rate Limiting
Burst handling and capacity behavior.