@@ -103,6 +103,29 @@ export function FaqSection() {
103
103
tracking error, volatility drift, rebalancing overheads as well as
104
104
costs and fees compounding over time.
105
105
</ p >
106
+ < p >
107
+ What is volatility Drift?
108
+ < ul className = 'list-disc pl-6' >
109
+ < li >
110
+ Volatility drift (sometimes called "volatility decay")
111
+ is the compounding effect on leveraged products that causes their
112
+ returns to deviate from the underlying asset's
113
+ performance—beyond what a simple multiplication by the leverage
114
+ factor would suggest. In the context of our tokens, periodic
115
+ adjustments to maintain the respective token's target
116
+ leverage ratio can magnify price swings, leading to drift. For a
117
+ deeper look, check out our deep dive on{ ' ' }
118
+ < a
119
+ target = '_blank'
120
+ href = 'https://indexcoop.com/blog/fli-volatility-drift'
121
+ className = 'underline'
122
+ >
123
+ volatility drift
124
+ </ a >
125
+ .
126
+ </ li >
127
+ </ ul >
128
+ </ p >
106
129
< p >
107
130
Users should frequently monitor their token holdings and take time to
108
131
fully understand how the products work and are expected to behave in
@@ -225,22 +248,30 @@ export function FaqSection() {
225
248
charged for trading using the Leverage Interface.
226
249
</ p >
227
250
</ FaqItem >
228
- < FaqItem question = 'What is volatility drift?' id = 'faq-volatility-drift' >
229
- Volatility drift (sometimes called "volatility decay") is the
230
- compounding effect on leveraged products that causes their returns to
231
- deviate from the underlying asset's performance—beyond what a
232
- simple multiplication by the leverage factor would suggest. In the
233
- context of our tokens, periodic adjustments to maintain the respective
234
- token's target leverage ratio can magnify price swings, leading to
235
- drift. For a deeper look, check out our{ ' ' }
236
- < a
237
- target = '_blank'
238
- href = 'https://indexcoop.com/blog/fli-volatility-drift'
239
- className = 'underline'
240
- >
241
- deep dive on volatility drift
242
- </ a >
243
- .
251
+ < FaqItem
252
+ question = 'How can I trade SOL or SUI if I’m on an EVM chain?'
253
+ id = 'trade-sol-sui-evm'
254
+ >
255
+ < p >
256
+ Our new SOL and SUI tokens make it possible to trade these tokens on
257
+ Base with no bridging required. We do this by partnering with
258
+ < a
259
+ href = 'https://www.universal.xyz/reserves'
260
+ target = '_blank'
261
+ className = 'underline'
262
+ >
263
+ Universal
264
+ </ a >
265
+ , which wraps native SOL or SUI into an EVM-friendly token (uSOL /
266
+ uSUI).
267
+ </ p >
268
+ < p >
269
+ These wrapped tokens are fully backed by the underlying assets, so you
270
+ can hold them just like any other ERC-20 token. From there, we create
271
+ the leveraged version with the same process we use for all Index Coop
272
+ leverage tokens. The result? Real SOL and SUI exposure from the
273
+ comfort of your favorite L2.
274
+ </ p >
244
275
</ FaqItem >
245
276
< FaqItem
246
277
question = 'Why do I see a “Not available for Restricted Persons” message?'
0 commit comments