You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Express Relay is a priority auction that enables protocols to eliminate maximal extractable value (MEV).
4
10
5
11
**For Protocol Developers:** Express Relay’s auction primitive allows your protocol to prioritize access to permissionless operations, eliminating the extractive role of miners in ordering transactions.
6
12
A network of established searchers compete in the auctions, allowing you to avoid spending time and energy bootstrapping your own protocol-specific searcher network.
7
-
Learn how to [Integrate with Express Relay as a protocol](/express-relay/integrate-as-protocol).
8
-
9
-
FIXME: This link above and the ones below should be big buttons
10
13
11
14
**For Searchers:** Express Relay aggregates liquidation and other MEV opportunities across integrated DeFi protocols, providing easy and unified access.
12
-
Learn how to [Integrate with Express Relay as a searcher](/express-relay/integrate-as-searcher).
15
+
16
+
<Cards>
17
+
<Card
18
+
icon={<ContractIcon />}
19
+
title="Integrate with Express Relay as a protocol"
20
+
href="./express-relay/integrate-as-protocol"
21
+
/>
22
+
<Card
23
+
icon={<SearchIcon />}
24
+
title="Integrate with Express Relay as a searcher"
25
+
href="./express-relay/integrate-as-searcher"
26
+
/>
27
+
</Cards>
13
28
14
29
To learn more about Express Relay's design and how it eliminates MEV, please see [How Express Relay Works](/express-relay/how-express-relay-works).
0 commit comments