index.mdx 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. ---
  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
  6. full: true
  7. ---
  8. # Introduction
  9. 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).
  10. - **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.
  11. With Express Relay, protocols get access to plug-and-play liquidity.
  12. - **For Searchers:** Express Relay provides easy and unified access to a range of orderflow opportunities across integrated DeFi protocols.
  13. ## Integration
  14. To integrate with Express Relay, you can integrate as a protocol (to power token swaps) or as a searcher.
  15. <div className="grid grid-cols-1 md:grid-cols-2 gap-6 mt-8">
  16. <IntegrationCard
  17. href="./integrate-as-protocol"
  18. colorScheme="blue"
  19. title="Integrate as a Protocol"
  20. description="Power token swaps and recapture MEV with Express Relay integration"
  21. icon={
  22. <svg fill="none" stroke="currentColor" viewBox="0 0 24 24">
  23. <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" />
  24. </svg>
  25. }
  26. />
  27. <IntegrationCard
  28. href="./integrate-as-searcher"
  29. colorScheme="green"
  30. title="Integrate as a Searcher"
  31. description="Access unified orderflow opportunities across DeFi protocols"
  32. icon={
  33. <svg fill="none" stroke="currentColor" viewBox="0 0 24 24">
  34. <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
  35. </svg>
  36. }
  37. />
  38. </div>
  39. ## Learn
  40. To learn more about Express Relay, refer to the following resources:
  41. <div className="mt-8">
  42. <IntegrationCard
  43. href="./how-express-relay-works"
  44. colorScheme="purple"
  45. title="How Express Relay Works"
  46. description="Understand the mechanics behind Express Relay's priority auction system"
  47. icon={
  48. <svg fill="none" stroke="currentColor" viewBox="0 0 24 24">
  49. <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} 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" />
  50. </svg>
  51. }
  52. />
  53. </div>