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
[Chainlink Smart Value Recapture](https://blog.chain.link/chainlink-smart-value-recapture-svr/) (SVR) Feeds introduce a novel and secure way to recapture Oracle Extractable Value (OEV)—a subset of non-toxic Maximal Extractable Value (MEV) associated with oracle updates that is most commonly observed during the liquidation process of lending protocols. The value recaptured by SVR provides DeFi protocols with an additional revenue stream while also supporting the economic sustainability of Chainlink oracle. SVR Feeds are read in the same manner as standard Chainlink Data Feeds (see [Using Data Feeds](/data-feeds/using-data-feeds)), and simply require that users specify an SVR-enabled feed address.
17
17
18
+
<Asidetitle="Support and Help"type="note">
19
+
<p>
20
+
For questions, technical assistance, or onboarding help with using SVR, feel free to reach out in the SVR channel
21
+
under the Technical section of our [official Discord](http://chain.link/discord), or email us at
22
+
devrel[at]smartcontract.com.
23
+
</p>
24
+
</Aside>
25
+
18
26
<Asidetitle="Notice"type="caution">
19
27
<p>
20
28
Prospective SVR Feed users must fill out [this form](https://chainlinkcommunity.typeform.com/svr-signup) prior to
@@ -81,7 +89,7 @@ Chainlink Smart Value Recapture (SVR) extends standard Chainlink Price Feeds wit
81
89
-**(4) DeFi Protocol**: The updated price from the **SVR Feed** is now available to the DeFi protocol (e.g., Aave) for accurate liquidation logic or other price-dependent actions.
82
90
83
91
**Fail-Safe Fallback Mechanism**
84
-
If the **private route** fails or times out, the SVR feed automatically **reverts** to the **Standard Feed price** after a configurable delay. This delay can be set to any amount of seconds. This helps ensures the feed doesn’t stall and that price data is accessible through the public route if the private channel is unavailable.
92
+
If the **private route** fails or times out, the SVR feed automatically **reverts** to the **Standard Feed price** after a configurable delay. This delay can be set to any amount of seconds. This helps ensures the feed doesn't stall and that price data is accessible through the public route if the private channel is unavailable.
85
93
86
94
## How Protocols Can Utilize SVR Feeds
87
95
@@ -120,6 +128,14 @@ This code sample is essentially the same as reading from a standard Chainlink Pr
120
128
121
129
## Searcher Guide to Chainlink SVR
122
130
131
+
<Asidetitle="Support and Help"type="note">
132
+
<p>
133
+
For questions, technical assistance, or onboarding help with using SVR, feel free to reach out in the SVR channel
134
+
under the Technical section of our [official Discord](http://chain.link/discord), or email us at
135
+
devrel[at]smartcontract.com.
136
+
</p>
137
+
</Aside>
138
+
123
139
This guide explains how to identify and bid on **Chainlink SVR** liquidation opportunities through **Flashbots MEV-Share**. SVR Feeds support a private transmission channel for oracle price updates, enabling searchers to backrun new prices with liquidation transactions and compete for profit.
0 commit comments