Skip to content

Commit ede5419

Browse files
committed
callouts
1 parent 0366485 commit ede5419

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ import { Aside, ClickToZoom, CodeSample } from "@components"
1515

1616
[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.
1717

18+
<Aside title="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+
1826
<Aside title="Notice" type="caution">
1927
<p>
2028
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
8189
- **(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.
8290

8391
**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 doesnt 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.
8593

8694
## How Protocols Can Utilize SVR Feeds
8795

@@ -120,6 +128,14 @@ This code sample is essentially the same as reading from a standard Chainlink Pr
120128

121129
## Searcher Guide to Chainlink SVR
122130

131+
<Aside title="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+
123139
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.
124140

125141
**Why Chainlink SVR?**

0 commit comments

Comments
 (0)