Skip to content

Commit d9fe061

Browse files
authored
Link OEV dashboard and update dApps catalog (#223)
* Remove Malda link, add Morpho wstETH market to searcher docs * Document OEV Dashboard in searcher docs
1 parent 42198b5 commit d9fe061

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed

docs/oev-searchers/in-depth/index.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ Api3 feeds are used across many dApps, but not all are suitable for OEV searchin
2222

2323
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.
2424

25-
| dApp | Chain | dApp alias |
26-
| ------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | ---------------------------- |
27-
| [dTRINITY](https://dtrinity.org/) | Fraxtal, Sonic | `dtrinity` |
28-
| [INIT Capital](https://app.init.capital/?chain=5000) | Mantle | `init` |
29-
| [Lendle](https://lendle.xyz/) | Mantle | `lendle` |
30-
| [MachFi](https://www.machfi.xyz/) | Sonic | `mach-finance` |
31-
| [Malda](https://malda.xyz/) | Linea | `malda` |
32-
| [Moonwell](https://moonwell.fi/) | Moonbeam | `moonwell` |
33-
| [Morpho cbBTC/USDC market](https://app.morpho.org/ethereum/market/0xba3ba077d9c838696b76e29a394ae9f0d1517a372e30fd9a0fc19c516fb4c5a7/cbbtc-usdc) | Ethereum | `morpho-cbbtc-usdc-860-lltv` |
34-
| [Morpho MVL/USDC market](https://app.morpho.org/ethereum/market/0x972b343b611a3cf2559a04bf2c0b8e45d1c69a1c1d94dc852ca6e16a924b006b/mvl-usdc) | Ethereum | `morpho-mvl-usdc-770-lltv` |
35-
| [Morpho wbtc/USDC market](https://app.morpho.org/ethereum/market/0x704e020b95cbf452e7a30545d5f72a241c4238eebf9d1c67657fdd4a488581e0/wbtc-usdc) | Ethereum | `morpho-wbtc-usdc-860-lltv` |
36-
| [Nerite](https://www.nerite.org/) | Arbitrum | `nerite` |
37-
| [Stout](https://stout.fi/) | Sonic | `stout` |
38-
| [Stability](https://stability.market/) | Sonic | `stability` |
39-
| [Takara](https://app.takaralend.com/) | Sei | `takara` |
40-
| [Yei Finance](https://www.yei.finance/) | Sei | `yei` |
25+
| dApp | Chain | dApp alias |
26+
| -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------- |
27+
| [dTRINITY](https://dtrinity.org/) | Fraxtal, Sonic | `dtrinity` |
28+
| [INIT Capital](https://app.init.capital/?chain=5000) | Mantle | `init` |
29+
| [Lendle](https://lendle.xyz/) | Mantle | `lendle` |
30+
| [MachFi](https://www.machfi.xyz/) | Sonic | `mach-finance` |
31+
| [Moonwell](https://moonwell.fi/) | Moonbeam | `moonwell` |
32+
| [Morpho cbBTC/USDC market](https://app.morpho.org/ethereum/market/0xba3ba077d9c838696b76e29a394ae9f0d1517a372e30fd9a0fc19c516fb4c5a7/cbbtc-usdc) | Ethereum | `morpho-cbbtc-usdc-860-lltv` |
33+
| [Morpho MVL/USDC market](https://app.morpho.org/ethereum/market/0x972b343b611a3cf2559a04bf2c0b8e45d1c69a1c1d94dc852ca6e16a924b006b/mvl-usdc) | Ethereum | `morpho-mvl-usdc-770-lltv` |
34+
| [Morpho wbtc/USDC market](https://app.morpho.org/ethereum/market/0x704e020b95cbf452e7a30545d5f72a241c4238eebf9d1c67657fdd4a488581e0/wbtc-usdc) | Ethereum | `morpho-wbtc-usdc-860-lltv` |
35+
| [Morpho wstETH/USDC market](https://app.morpho.org/ethereum/market/0x6d2fba32b8649d92432d036c16aa80779034b7469b63abc259b17678857f31c2/wsteth-usdc) | Ethereum | `morpho-wsteth-usdc-860-lltv` |
36+
| [Nerite](https://www.nerite.org/) | Arbitrum | `nerite` |
37+
| [Stout](https://stout.fi/) | Sonic | `stout` |
38+
| [Stability](https://stability.market/) | Sonic | `stability` |
39+
| [Takara](https://app.takaralend.com/) | Sei | `takara` |
40+
| [Yei Finance](https://www.yei.finance/) | Sei | `yei` |
4141

4242
### Legacy integrations
4343

@@ -81,3 +81,7 @@ required to understand the mental model behind OEV and our
8181
[data feeds](/oev-searchers/in-depth/data-feeds/). Because of this, we recommend starting
8282
with an in-between solution we call
8383
[MEV with Signed APIs](/oev-searchers/in-depth/mev-with-signed-apis).
84+
85+
## OEV Dashboard
86+
87+
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.

docs/oev-searchers/in-depth/oev-searching.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,9 @@ To open a dispute, head to the
354354
[OEV Discord channel](https://discord.com/channels/758003776174030948/1062909222347603989)
355355
and create a post with the description of the dispute.
356356

357-
## Reference implementation
357+
## Additional resources
358358

359359
- [Example OEV Compound bot](https://github.com/api3dao/oev-v1-compound-bot) - You can also inspect the
360360
[changes](https://github.com/api3dao/oev-v1-compound-bot/compare/mev-with-signed-apis...oev)
361361
needed to add the OEV functionality to an existing bot supporting [MEV with Signed APIs](/oev-searchers/in-depth/mev-with-signed-apis).
362+
- [Auctions overview on the OEV Network](https://oev-dashboard.api3.org/#oev-network) is a great tool to inspect the auctions.

0 commit comments

Comments
 (0)