G3
G3 is Conduit’s optimized sequencer stack. It combines optimizations across the builder, consensus layer, and supporting infrastructure to increase throughput and reduce latency.
Customizations
G3 supports chain-specific settings that Conduit can activate at a scheduled fork.
Integrations
G3 also adds new integration capabilities for apps, including:
- Slipstream—a batch submission endpoint that answers each transaction with a synchronous inclusion verdict instead of a queued hash.
- Flashblocks—a WebSocket stream of partial block updates published every 10 milliseconds, so you see state changes long before the block seals.
Conduit enables these capabilities per chain. Contact your Conduit account team to turn them on for yours.
Send a Slipstream request
Submit a batch of signed transactions and read the per-transaction included, rejected, and retry verdicts.
Connect to the flashblocks stream
Subscribe over WebSocket and process partial block updates before each block seals.
Query flashblock state
Use existing JSON-RPC methods with the pending tag to read the latest flashblock state.