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
@@ -132,6 +144,14 @@ Chainlink Smart Value Recapture (SVR) extends standard Chainlink Price Feeds wit
132
144
**Fail-Safe Fallback Mechanism**
133
145
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.
134
146
147
+
## SVR Feed Variants
148
+
149
+
Chainlink SVR Feeds are available as standard feeds for general use and specialized [Aave SVR Feeds](#aave-svr-feeds) for the Aave protocol. More specialized SVR feeds may be developed in the future for other protocols.
150
+
151
+
### Aave SVR Feeds
152
+
153
+
Aave SVR feeds are specifically tailored for the Aave protocol and are only intended for use by Aave.
154
+
135
155
## How Protocols Can Utilize SVR Feeds
136
156
137
157
### 1. Identify the SVR Feed Address
@@ -288,30 +308,44 @@ The following code samples demonstrate the complete decoding process, including
288
308
</Fragment>
289
309
</Tabs>
290
310
291
-
#### 4. Detect SVR-enabled Feeds for the Aave Protocol
311
+
#### 4. Detect SVR-enabled Feeds
292
312
293
313
When processing forward calls, verify that the `to` address from the code sample above (the destination of the forward call) matches one of these feed addresses. This tells you which SVR data feed the price update is for:
0 commit comments