|
1 | 1 | ---
|
2 |
| -title: Overview |
3 |
| -description: A placeholder landing page |
4 |
| -icon: CardsThree |
| 2 | +title: "Express Relay: Eliminate MEV with Priority Auctions" |
| 3 | +description: >- |
| 4 | + Express Relay enables better orderflow mechanisms that eliminate MEV. Protocol developers can recapture MEV while searchers get unified access to opportunities. |
| 5 | +icon: Gavel |
5 | 6 | full: true
|
6 | 7 | ---
|
7 | 8 |
|
8 |
| -# Take Back Control with Express Relay |
| 9 | +# Introduction |
9 | 10 |
|
10 |
| -Integrate directly with searchers to recapture MEV. Go to market faster. Accelerate your protocol's growth. |
| 11 | +Express Relay is a priority auction which enables better orderflow mechanisms that eliminate [Maximal Extractable Value](https://www.ledger.com/academy/glossary/maximal-extractable-value-mev) (MEV). |
| 12 | + |
| 13 | +- **For Protocol Developers:** Express Relay allows protocols to recapture MEV and access a network of searchers for more competitive pricing than on-chain sources provide. |
| 14 | + With Express Relay, protocols get access to plug-and-play liquidity. |
| 15 | + |
| 16 | +- **For Searchers:** Express Relay provides easy and unified access to a range of orderflow opportunities across integrated DeFi protocols. |
| 17 | + |
| 18 | +## Integration |
| 19 | + |
| 20 | +To integrate with Express Relay, you can integrate as a protocol (to power token swaps) or as a searcher. |
| 21 | + |
| 22 | +<div className="grid grid-cols-1 md:grid-cols-2 gap-6 mt-8"> |
| 23 | + <IntegrationCard |
| 24 | + href="./integrate-as-protocol" |
| 25 | + colorScheme="blue" |
| 26 | + title="Integrate as a Protocol" |
| 27 | + description="Power token swaps and recapture MEV with Express Relay integration" |
| 28 | + icon={ |
| 29 | + <svg fill="none" stroke="currentColor" viewBox="0 0 24 24"> |
| 30 | + <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" /> |
| 31 | + </svg> |
| 32 | + } |
| 33 | + /> |
| 34 | + |
| 35 | + <IntegrationCard |
| 36 | + href="./integrate-as-searcher" |
| 37 | + colorScheme="green" |
| 38 | + title="Integrate as a Searcher" |
| 39 | + description="Access unified orderflow opportunities across DeFi protocols" |
| 40 | + icon={ |
| 41 | + <svg fill="none" stroke="currentColor" viewBox="0 0 24 24"> |
| 42 | + <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> |
| 43 | + </svg> |
| 44 | + } |
| 45 | + /> |
| 46 | +</div> |
| 47 | + |
| 48 | +## Learn |
| 49 | + |
| 50 | +To learn more about Express Relay, refer to the following resources: |
| 51 | + |
| 52 | +<div className="mt-8"> |
| 53 | + <IntegrationCard |
| 54 | + href="./how-express-relay-works" |
| 55 | + colorScheme="purple" |
| 56 | + title="How Express Relay Works" |
| 57 | + description="Understand the mechanics behind Express Relay's priority auction system" |
| 58 | + icon={ |
| 59 | + <svg fill="none" stroke="currentColor" viewBox="0 0 24 24"> |
| 60 | + <path |
| 61 | + strokeLinecap="round" |
| 62 | + strokeLinejoin="round" |
| 63 | + strokeWidth={2} |
| 64 | + d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" |
| 65 | + /> |
| 66 | + </svg> |
| 67 | + } |
| 68 | + /> |
| 69 | +</div> |
0 commit comments