From d001f6bce6e73cefd9ae7454565f1084c0e0d1a6 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:17:52 -0700 Subject: [PATCH 01/13] wip --- v1.1.0/get-started/bidders/best-practices.mdx | 4 ++-- v1.1.0/get-started/bidders/bidder-node-commands.mdx | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/v1.1.0/get-started/bidders/best-practices.mdx b/v1.1.0/get-started/bidders/best-practices.mdx index b2b3b5a7..07d3ecd2 100644 --- a/v1.1.0/get-started/bidders/best-practices.mdx +++ b/v1.1.0/get-started/bidders/best-practices.mdx @@ -57,9 +57,9 @@ The `decayStartTimestamp` and `decayEndTimestamp` are important components for h ## Troubleshooting Bidders will start receiving commitments instantly in most cases. If you're having trouble receiving commitments, check your bid parameters and ensure your bid is high enough for the commitment you're requesting. Additionally check that you are connected to providers (via the [topology endpoint](https://docs.primev.xyz/v1.1.0/get-started/bidders/bidder-node-commands#topology)) and that you are receiving mev-commit events (via the [health endpoint](https://docs.primev.xyz/v1.1.0/get-started/bidders/bidder-node-commands#health)). -## Bidder Funds and Autodeposit Window +## Bidder Depositing -Bidders on mev-commit need funds available in their account to submit bids, which can be obtained via bridging to your wallet address and then depositing to your node address. For testnet, you can obtain funds by using the [bridge](/v1.1.0/get-started/bridge). Once funds are deposited, the auto deposit function will automatically deposit funds into your account for the next 3 [windows](/v1.1.0/concepts/bids/bidder-deposit) to bid. Unused funds will automatically transfer into upcoming windows for bidding. You can read more about the auto deposit feature [here](https://docs.primev.xyz/v1.1.0/get-started/bidders/bidder-node-commands#autodeposit-funds). +Bidders on mev-commit need to be funded with ETH which can be obtained via [bridging](/v1.1.0/get-started/bridge). Then a bidder must deposit toward one or more providers. To automate this process, the bidder can enable the deposit manager and set target deposits for each provider. Read more about the deposit manager [here](https://docs.primev.xyz/v1.1.0/get-started/bidders/bidder-node-commands#deposit-manager). - - + */} diff --git a/v1.2.x/get-started/bidders/best-practices.mdx b/v1.2.x/get-started/bidders/best-practices.mdx index 2e7786ac..a8f10140 100644 --- a/v1.2.x/get-started/bidders/best-practices.mdx +++ b/v1.2.x/get-started/bidders/best-practices.mdx @@ -61,7 +61,7 @@ Bidders will start receiving commitments instantly in most cases. If you're havi Bidders on mev-commit need to be funded with ETH which can be obtained via [bridging](/v1.2.x/get-started/bridge). Then a bidder must deposit toward one or more providers. To automate this process, the bidder can enable the deposit manager and set target deposits for each provider. Read more about the deposit manager [here](https://docs.primev.xyz/v1.2.x/get-started/bidders/bidder-node-commands#deposit-manager). - + */}