Skip to content

Commit 03a1b1b

Browse files
authored
Update rpc-endpoint.mdx with cancellation and bid adjustment information (flashbots#523)
1 parent 689c241 commit 03a1b1b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/flashbots-auction/advanced/rpc-endpoint.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,13 @@ example response:
267267

268268
[`eth_cancelPrivateTransaction`](https://docs.alchemy.com/alchemy/apis/ethereum/eth_cancelPrivateTransaction/?a=fb) is also supported on [Alchemy](https://alchemy.com/?a=fb).
269269

270-
> :information_source: `replacementUuid` must have been set when bundle was submitted.
270+
:::caution
271+
`replacementUuid` must have been set when bundle was submitted.
272+
:::
273+
274+
:::caution
275+
When you cancel a bundle in Flashbots, the cancelled bundle is excluded from all future bids by the builder. However, there's no active adjustment to decrease the bid value on the relay for already placed bids. If the block value increases without your bundle, the bid might be replaced to reflect the new value.
276+
:::
271277

272278
```json
273279
{

0 commit comments

Comments
 (0)