Skip to content

Commit a3aa8ac

Browse files
committed
update README.md
1 parent 0f19379 commit a3aa8ac

3 files changed

Lines changed: 103 additions & 235 deletions

File tree

docs/cow-protocol/tutorials/arbitrate/solver/driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The driver can be configured to use different submission strategies which it dyn
9393
If the settlement does not expose any MEV (e.g. it executes all trades without AMMs) it's safe and most efficient to directly submit to the public mempool.
9494
However, if a settlement exposes MEV the driver would submit to an MEV-protected RPC like [MEVBlocker](https://mevblocker.io).
9595

96-
Solvers that need parallel settlement submission can use [Solver7702Delegate](../../solvers/solver-7702-delegate.md). It keeps the existing solver EOA as the settlement caller while auxiliary EOAs provide additional nonce lanes if the main solver EOA has pending transactions.
96+
Solvers that expect real settlement volume should set up [Solver7702Delegate](../../solvers/solver-7702-delegate.md) early. It keeps the existing solver EOA as the settlement caller while auxiliary EOAs provide additional nonce lanes when the solver EOA has pending transactions.
9797

9898
### Flash Loans
9999

docs/cow-protocol/tutorials/solvers/onboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The first step to joining the solver competition is to set up a solver. We have
4848

4949
API specification: <https://github.com/cowprotocol/services/blob/main/crates/solvers/openapi.yml>
5050

51-
Solvers that need parallel settlement submission can use [Solver7702Delegate](./solver-7702-delegate.md) to keep their existing solver EOA while adding extra submission nonce lanes.
51+
Solvers that expect real settlement volume should set up [Solver7702Delegate](./solver-7702-delegate.md) early. It keeps the existing solver EOA while adding extra submission nonce lanes for parallel settlement submission.
5252

5353
## 3. Joining the shadow (test) competition
5454

0 commit comments

Comments
 (0)