Skip to content

Commit 4a2a353

Browse files
authored
MVR Bid Clarification (#3133)
* reword * bid sumission info * clarifying point * revert changes to example go and typescript
1 parent 184e5fd commit 4a2a353

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/content/data-feeds/svr-feeds/index.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,15 @@ Once you've detected an SVR update and identified a profitable liquidation oppor
377377
- The gas price of your transaction
378378
- Any explicit payment you include to the builder
379379

380+
**How to submit your bid**: Within your backrun transaction itself, send ETH to `block.coinbase` (the block builder's address). The higher the payment sent to `block.coinbase`, the more competitive your bundle becomes. Example:
381+
382+
```solidity
383+
// Within your liquidation transaction, send payment to block.coinbase
384+
payable(block.coinbase).transfer(bidAmount);
385+
```
386+
387+
You pay your full bid amount to `block.coinbase`. The revenue split between Chainlink and the DeFi protocol occurs as part of the SVR system.
388+
380389
- **Inclusion Parameters**: Specify the target block range for your bundle to be considered
381390
- Typically target the next block plus a small range for redundancy
382391
- A narrow block range can increase chances of inclusion but risks missing execution

0 commit comments

Comments
 (0)