Lyra Usage Statistics
Dashboard by @Muir
Check out these dashboards for up-to-date analytics about Lyra and other related projects.
Dashboard by @Muir
Dashboard by @Tyche
Dashboard by @ro_your_boat
Dashboard by @ro_your_boat
Dashboard by @aeto
Lyra is an automated market maker for trading options on Optimism Ethereum.
Lyra uses a dynamic volatility input to price the entire options surface using a Black Scholes model. Current implementations use a static IV or other, less accurate workarounds to price options.
Lyra is also the first options AMM to compose with other DeFi projects to automatically price and hedge risk for LPs. The reduced risk allows LPs to feel comfortable to provide deeper liquidity, yielding more trading volume and higher fees.
Optimism is a layer 2 scaling platform that inherits the security of Ethereum by virtue of being a rollup. Sidechains like Polygon do not share this property. Their security is dependent on their own consensus mechanism.
V1 of Lyra has been designed to hedge risk via Synthetix, which offers zero slippage, infinite liquidity and a simple means of getting long/short. This is why Lyra has chosen to deploy to Optimism. Future versions of the protocol will be designed to ensure Lyra can be deployed on multiple L2s, so that the protocol can exist wherever the majority of users and liquidity ends up.
Explore and fork thousands of queries and dashboards
Dune Analytics is a powerful tool that allows anyone to easily query, visualise and share smart contract data for free. You can explore thousands of queries and dashboards created by the community.
SELECT SUM(token_a_amount) AS dai_bought
FROM dex.trades
WHERE block_time > now() - interval '24 hours'
AND token_a_symbol = 'DAI';