Receive your First Preconfirmation
Pre-requisites
Make sure you:
- Get a mev-commit Bidder Node up and running.
- Fund your node so you have the funds to submit bids.
Introduction
Once you’ve funded your bidder node wallet, you’re ready to start submitting bids to the network. It’s crucial to verify that your bidder node is connected to at least one provider node. This connectivity can be confirmed via the localhost:13523/topology endpoint.
💳 Deposit For Bids
Run this command to load your account with funds to start bidding:
This tops up your account with 1000000000000000000 wei
(1 ETH), ensuring you’re all set to send bids!
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:
💡You can change the values in the fields txHash, amount and blockNumber as desired.
🎉 Congrats, you just sent your first L1 preconfirmation bid! You should be receiving commmitments near instantly.
Make sure your bid amount is sufficiently high for the commitment you’re requesting, and your target block number is accurate. It’s up to the providers to commit to your bid, so try to ensure a commitment is feasible to your bid by its construction.