-
Notifications
You must be signed in to change notification settings - Fork 4
Link OEV dashboard and update dApps catalog #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,22 +22,22 @@ Api3 feeds are used across many dApps, but not all are suitable for OEV searchin | |
|
|
||
| The following table includes dApps which integrated OEV proxies and are good candidates for OEV searching. The chain and dApp alias define are unique for every market and are required when implementing searcher bots. | ||
|
|
||
| | dApp | Chain | dApp alias | | ||
| | ------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | ---------------------------- | | ||
| | [dTRINITY](https://dtrinity.org/) | Fraxtal, Sonic | `dtrinity` | | ||
| | [INIT Capital](https://app.init.capital/?chain=5000) | Mantle | `init` | | ||
| | [Lendle](https://lendle.xyz/) | Mantle | `lendle` | | ||
| | [MachFi](https://www.machfi.xyz/) | Sonic | `mach-finance` | | ||
| | [Malda](https://malda.xyz/) | Linea | `malda` | | ||
| | [Moonwell](https://moonwell.fi/) | Moonbeam | `moonwell` | | ||
| | [Morpho cbBTC/USDC market](https://app.morpho.org/ethereum/market/0xba3ba077d9c838696b76e29a394ae9f0d1517a372e30fd9a0fc19c516fb4c5a7/cbbtc-usdc) | Ethereum | `morpho-cbbtc-usdc-860-lltv` | | ||
| | [Morpho MVL/USDC market](https://app.morpho.org/ethereum/market/0x972b343b611a3cf2559a04bf2c0b8e45d1c69a1c1d94dc852ca6e16a924b006b/mvl-usdc) | Ethereum | `morpho-mvl-usdc-770-lltv` | | ||
| | [Morpho wbtc/USDC market](https://app.morpho.org/ethereum/market/0x704e020b95cbf452e7a30545d5f72a241c4238eebf9d1c67657fdd4a488581e0/wbtc-usdc) | Ethereum | `morpho-wbtc-usdc-860-lltv` | | ||
| | [Nerite](https://www.nerite.org/) | Arbitrum | `nerite` | | ||
| | [Stout](https://stout.fi/) | Sonic | `stout` | | ||
| | [Stability](https://stability.market/) | Sonic | `stability` | | ||
| | [Takara](https://app.takaralend.com/) | Sei | `takara` | | ||
| | [Yei Finance](https://www.yei.finance/) | Sei | `yei` | | ||
| | dApp | Chain | dApp alias | | ||
| | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------- | | ||
| | [dTRINITY](https://dtrinity.org/) | Fraxtal, Sonic | `dtrinity` | | ||
| | [INIT Capital](https://app.init.capital/?chain=5000) | Mantle | `init` | | ||
| | [Lendle](https://lendle.xyz/) | Mantle | `lendle` | | ||
| | [MachFi](https://www.machfi.xyz/) | Sonic | `mach-finance` | | ||
| | [Moonwell](https://moonwell.fi/) | Moonbeam | `moonwell` | | ||
| | [Morpho cbBTC/USDC market](https://app.morpho.org/ethereum/market/0xba3ba077d9c838696b76e29a394ae9f0d1517a372e30fd9a0fc19c516fb4c5a7/cbbtc-usdc) | Ethereum | `morpho-cbbtc-usdc-860-lltv` | | ||
| | [Morpho MVL/USDC market](https://app.morpho.org/ethereum/market/0x972b343b611a3cf2559a04bf2c0b8e45d1c69a1c1d94dc852ca6e16a924b006b/mvl-usdc) | Ethereum | `morpho-mvl-usdc-770-lltv` | | ||
| | [Morpho wbtc/USDC market](https://app.morpho.org/ethereum/market/0x704e020b95cbf452e7a30545d5f72a241c4238eebf9d1c67657fdd4a488581e0/wbtc-usdc) | Ethereum | `morpho-wbtc-usdc-860-lltv` | | ||
| | [Morpho wstETH/USDC market](https://app.morpho.org/ethereum/market/0x6d2fba32b8649d92432d036c16aa80779034b7469b63abc259b17678857f31c2/wsteth-usdc) | Ethereum | `morpho-wsteth-usdc-860-lltv` | | ||
| | [Nerite](https://www.nerite.org/) | Arbitrum | `nerite` | | ||
| | [Stout](https://stout.fi/) | Sonic | `stout` | | ||
| | [Stability](https://stability.market/) | Sonic | `stability` | | ||
| | [Takara](https://app.takaralend.com/) | Sei | `takara` | | ||
| | [Yei Finance](https://www.yei.finance/) | Sei | `yei` | | ||
|
|
||
| ### Legacy integrations | ||
|
|
||
|
|
@@ -81,3 +81,7 @@ required to understand the mental model behind OEV and our | |
| [data feeds](/oev-searchers/in-depth/data-feeds/). Because of this, we recommend starting | ||
| with an in-between solution we call | ||
| [MEV with Signed APIs](/oev-searchers/in-depth/mev-with-signed-apis). | ||
|
|
||
| ## OEV Dashboard | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are multiple ways where to include the OEV Dashboard and how to include the OEV Network part. I've decided that for searchers, the first thing they want to do is run the numbers on what is worth for them and for that they need to see https://oev-dashboard.api3.org/ as soon as possible. The OEV Network overview is super technical and I've linked it in a more appropriate place.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Alternatively, the dashboard could also be mentioned in https://oev-docs--pr223-link-dashboard-mp3iehlf.web.app/oev-searchers/#get-started-with-oev but having it as standalone section makes it stand out more so I like it here. |
||
|
|
||
| To see OEV in more detail, head out to the [OEV Dashboard](https://oev-dashboard.api3.org/) where you can see how much is leaked and recaptured across different dApps. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The diff is a bit hard to read, but I've only removed Malda (because they are still not recovered since the hack) and added
Morpho wstETH/USDC marketwhich was missing for some reason.