Skip to content

Commit 3aedf3e

Browse files
authored
Merge branch 'main' into cre-release-notes
2 parents 3213144 + 4a2a353 commit 3aedf3e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

public/changelog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,6 +1804,13 @@
18041804
"title": "Added support to Data Feeds",
18051805
"topic": "Data Feeds"
18061806
},
1807+
{
1808+
"category": "release",
1809+
"date": "2025-10-01",
1810+
"description": "[DataLink](https://docs.chain.link/datalink) is now live. View the [Provider Catalog](https://docs.chain.link/datalink/provider-catalog) to explore institutional data available for onchain applications.",
1811+
"title": "Chainlink DataLink",
1812+
"topic": "General"
1813+
},
18071814
{
18081815
"category": "integration",
18091816
"date": "2025-09-28",

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)