Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/oev-searchers/in-depth/data-feeds/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ not updated for a particular amount time.

## OEV updates

::: warning ⚠️ Warning

At the moment, we're working on major updates to the OEV mechanism. As part of this transition, there will be no public OEV Network and OEV Auctioneer. In the meantime, we're working with partnered searchers to continue seamless OEV recapture for our partnered dApps. These changes are transitional and will allow us to feature a more efficient OEV platform.

All funds need to be [bridged out from the OEV Network](/oev-searchers/in-depth/oev-network/#bridging-eth) until the end of November 2025.

:::

After a dAPI is updated, the changed value is reflected across all protocols
that use the particular dAPI. We call these "base feed updates" to differentiate
them from the OEV updates, which are dApp-specific. These are made by the
Expand Down
8 changes: 8 additions & 0 deletions docs/oev-searchers/in-depth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ outline: deep

# Getting started

::: warning ⚠️ Warning

At the moment, we're working on major updates to the OEV mechanism. As part of this transition, there will be no public OEV Network and OEV Auctioneer. In the meantime, we're working with partnered searchers to continue seamless OEV recapture for our partnered dApps. These changes are transitional and will allow us to feature a more efficient OEV platform.

All funds need to be [bridged out from the OEV Network](/oev-searchers/in-depth/oev-network/#bridging-eth) until the end of November 2025.

:::

This is a good starting place for searchers. It includes the list of good dApp candidates for searching, details how OEV auctions
work and explains basic OEV searching strategy to simplify the onboarding of
existing MEV searchers to OEV.
Expand Down
8 changes: 8 additions & 0 deletions docs/oev-searchers/in-depth/oev-auctioneer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ outline: deep

# OEV Auctioneer

::: warning ⚠️ Warning

At the moment, we're working on major updates to the OEV mechanism. As part of this transition, there will be no public OEV Network and OEV Auctioneer. In the meantime, we're working with partnered searchers to continue seamless OEV recapture for our partnered dApps. These changes are transitional and will allow us to feature a more efficient OEV platform.

All funds need to be [bridged out from the OEV Network](/oev-searchers/in-depth/oev-network/#bridging-eth) until the end of November 2025.

:::

OEV Auctioneer is the off-chain system managed by the Api3 DAO to process
auctions hosted on the OEV network. The honesty of OEV Auctioneer
can be verified on-chain because the logic is based solely on the
Expand Down
8 changes: 7 additions & 1 deletion docs/oev-searchers/in-depth/oev-network/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ outline: deep

# OEV Network

![OEV Network image](./oev-network.svg)
::: warning ⚠️ Warning

At the moment, we're working on major updates to the OEV mechanism. As part of this transition, there will be no public OEV Network and OEV Auctioneer. In the meantime, we're working with partnered searchers to continue seamless OEV recapture for our partnered dApps. These changes are transitional and will allow us to feature a more efficient OEV platform.

All funds need to be [bridged out from the OEV Network](/oev-searchers/in-depth/oev-network/#bridging-eth) until the end of November 2025.

:::

The OEV Network operates as a standard Arbitrum Nitro L2 optimistic-rollup. The
system ensures transparency and allows verification of the auction process. It allows searchers to place bids for the exclusive opportunity to
Expand Down
742 changes: 0 additions & 742 deletions docs/oev-searchers/in-depth/oev-network/oev-network.svg

This file was deleted.

8 changes: 8 additions & 0 deletions docs/oev-searchers/in-depth/oev-searching.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ outline: deep

# OEV searching

::: warning ⚠️ Warning

At the moment, we're working on major updates to the OEV mechanism. As part of this transition, there will be no public OEV Network and OEV Auctioneer. In the meantime, we're working with partnered searchers to continue seamless OEV recapture for our partnered dApps. These changes are transitional and will allow us to feature a more efficient OEV platform.

All funds need to be [bridged out from the OEV Network](/oev-searchers/in-depth/oev-network/#bridging-eth) until the end of November 2025.

:::

We assume that a searcher has an existing MEV bot and is familiar with the OEV
Network and OEV Auctioneer. Let's glue these concepts together and detail the
steps to start OEV searching.
Expand Down
8 changes: 8 additions & 0 deletions docs/oev-searchers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ searchers.

## How do auctions work?

::: warning ⚠️ Warning

At the moment, we're working on major updates to the OEV mechanism. As part of this transition, there will be no public OEV Network and OEV Auctioneer. In the meantime, we're working with partnered searchers to continue seamless OEV recapture for our partnered dApps. These changes are transitional and will allow us to feature a more efficient OEV platform.

All funds need to be [bridged out from the OEV Network](/oev-searchers/in-depth/oev-network/#bridging-eth) until the end of November 2025.

:::

Api3 uses a combination of the [OEV Network](#oev-network) and the
[OEV Auctioneer](#oev-auctioneer) to power the OEV auctions in a secure and
transparent way.
Expand Down