X
Docs
Concepts
Lock-Hint Lanes

Lock-Hint Lanes

SubmitLane gives you two ways to send:

L1 lane

  • Direct RPC via L1Submitter.
  • Full control of preflight and logs.
  • Great for integration & debugging.

Router lane

  • JSON-RPC via RouterSubmitter to a gateway you control.
  • Often skipPreflight: true on the gateway for throughput.
  • Good for managed infra & higher load.

Guidance: start on L1; switch to Router for gateway-backed runs.

Edit on GitHub