2024-03-30 01:32:46 +01:00
|
|
|
import styles from './Content.module.css'
|
|
|
|
|
2024-03-30 19:11:24 +01:00
|
|
|
export function Content() {
|
2024-03-30 01:32:46 +01:00
|
|
|
return (
|
|
|
|
<div className={styles.content}>
|
|
|
|
<p>
|
2024-03-30 19:11:24 +01:00
|
|
|
All displayed values should be seen as estimates. Except for the{' '}
|
2024-03-30 01:32:46 +01:00
|
|
|
<a href="https://blog.oceanprotocol.com/ocean-protocol-is-joining-the-superintelligence-alliance-767c82693f24#3c8e">
|
|
|
|
fixed ASI exchange rate
|
|
|
|
</a>
|
2024-03-30 19:11:24 +01:00
|
|
|
, the fiat values fetched from{' '}
|
2024-03-30 19:27:18 +01:00
|
|
|
<a href="https://coingecko.com">Coingecko</a> and the quotes from{' '}
|
|
|
|
<a href="https://uniswap.org">Uniswap</a> v3 swap routes are constantly
|
2024-03-30 19:11:24 +01:00
|
|
|
changing.
|
2024-03-30 18:45:12 +01:00
|
|
|
</p>
|
|
|
|
<p>
|
2024-03-30 19:27:18 +01:00
|
|
|
There is no guarantee displayed values reflect the value of your
|
|
|
|
investment once the actual ASI swap mechanism is released. Use at your
|
|
|
|
own risk.
|
2024-03-30 01:32:46 +01:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
)
|
|
|
|
}
|