Deposit For Bids
Run this command to load your account with funds to start bidding:This tops up your account with
❯_ terminal
1000000000000000000 wei (1 ETH) for the current window, ensuring you’re all set to send bids!
The window is the number of L1 blocks in the round 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:❯_ terminal
Sending Bids
Open a new terminal window. To send bids, we simply run the following command:
If you want to learn more about Bids and Bid Structure visit Bid Structure section.To include bundles of transactions, add them in the atomic sequence in which they exist in the bundle, as follows:
❯_ example
Detailed Bid Structure
Detailed Bid Structure
| Key | Description |
|---|---|
txHashes | Array of transaction hashes as strings |
amount | Bid amount in wei |
blockNumber | L1 block number targeted for bid inclusion |
decayStartTimestamp | Start timestamp for bid decay (in Unix milliseconds) |
decayEndTimestamp | End timestamp for bid decay (in Unix milliseconds) |
❯_ example
Congrats, you just sent your first L1 preconfirmation bid! You should be receiving commitments nearly instantly.