You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/data-feeds/svr-feeds/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -384,7 +384,7 @@ Once you've detected an SVR update and identified a profitable liquidation oppor
384
384
payable(block.coinbase).transfer(bidAmount);
385
385
```
386
386
387
-
You do not need to manually split the payment between Chainlink and the DeFi protocol (e.g., Aave). Simply pay your full bid amount to `block.coinbase`; the revenue split is handled automatically by the SVR infrastructure after the bundle is included.
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
388
389
389
-**Inclusion Parameters**: Specify the target block range for your bundle to be considered
390
390
- Typically target the next block plus a small range for redundancy
0 commit comments