Overview
Last updated
Last updated
Chains send transactions to builders via the sidecar.
Users transactions to the chain, which are forwarded to the sidecar. The sidecar provides a way for builders to receive transactions and send back completed blocks.
Javelin builders bid to build the block.
Builders compete to be the builder for the next epoch of blocks. The builder that bids the most is the builder for all chains in the network for the next epoch. An epoch is a twelve second period of time synced with Ethereum blocks for which a Javelin builder has the right to build blocks.
The winning builder builds blocks for all chains.
Builders receive transactions from chains via the sidecar. They assemble blocks out of these transactions, guaranteeing the atomicity of bundled transactions.
Blocks are sent to the L1 and fees are distributed back to chains.
Blocks are sent to the L1 to get a preconfirmation from the L1 validators, and fees are distributed back to the chains.
Completed blocks are sent back to chains.
Blocks are sent to chains via the sidecar.