Receive your First Preconfirmation
You’re ready to start submitting bids to the network once you’ve completed Quickstart and funded your bidder node wallet. Make sure to verify that your bidder node is connected to at least one provider node, which can be confirmed via the localhost:13523/topology endpoint.
Deposit For Bids
Run this command to deposit funds and start bidding:
This tops up your account with 1000000000000000000 wei
(1 ETH) for the current window to bid with.
The window is the number of L1 blocks in the round (for L1 it’s 10 blocks) for which the bidder can post bids.
If you want to deposit funds for a specific L1 block number, which will be automatically converted to the corresponding window, use the following command:
Sending Bids
Open a new terminal window. To send bids, we simply run the following command:
To include bundles of transactions, add them in the atomic sequence in which they exist in the bundle, as follows:
If you want to learn more about Bids and Bid Structure visit the Bid Structure page under Concepts section.