-
Notifications
You must be signed in to change notification settings - Fork 308
feat(express-relay): adding introduction page for express relay #3015
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,64 @@ | ||
| --- | ||
| title: Overview | ||
| description: A placeholder landing page | ||
| icon: CardsThree | ||
| title: "Express Relay: Eliminate MEV with Priority Auctions" | ||
| description: >- | ||
| Express Relay enables better orderflow mechanisms that eliminate MEV. Protocol developers can recapture MEV while searchers get unified access to opportunities. | ||
| icon: Gavel | ||
| full: true | ||
| --- | ||
|
|
||
| # Take Back Control with Express Relay | ||
| # Introduction | ||
|
|
||
| Integrate directly with searchers to recapture MEV. Go to market faster. Accelerate your protocol's growth. | ||
| 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). | ||
|
|
||
| - **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. | ||
| With Express Relay, protocols get access to plug-and-play liquidity. | ||
|
|
||
| - **For Searchers:** Express Relay provides easy and unified access to a range of orderflow opportunities across integrated DeFi protocols. | ||
|
|
||
| ## Integration | ||
|
|
||
| To integrate with Express Relay, you can integrate as a protocol (to power token swaps) or as a searcher. | ||
|
|
||
| <div className="grid grid-cols-1 md:grid-cols-2 gap-6 mt-8"> | ||
| <a href="./integrate-as-protocol" className="block group bg-white dark:bg-gray-900 border border-gray-200 dark:border-gray-700 rounded-lg p-6 hover:border-gray-300 dark:hover:border-gray-600 transition-colors"> | ||
| <div className="flex items-center gap-3 mb-3"> | ||
| <div className="w-8 h-8 rounded-lg bg-blue-100 dark:bg-blue-900 flex items-center justify-center"> | ||
| <svg className="w-4 h-4 text-blue-600 dark:text-blue-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"> | ||
| <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" /> | ||
| </svg> | ||
| </div> | ||
| <h3 className="text-lg font-semibold text-gray-900 dark:text-white group-hover:text-blue-600 dark:group-hover:text-blue-400">Integrate as a Protocol</h3> | ||
| </div> | ||
| <p className="text-gray-600 dark:text-gray-400">Power token swaps and recapture MEV with Express Relay integration</p> | ||
| </a> | ||
|
|
||
| <a href="./integrate-as-searcher" className="block group bg-white dark:bg-gray-900 border border-gray-200 dark:border-gray-700 rounded-lg p-6 hover:border-gray-300 dark:hover:border-gray-600 transition-colors"> | ||
| <div className="flex items-center gap-3 mb-3"> | ||
| <div className="w-8 h-8 rounded-lg bg-green-100 dark:bg-green-900 flex items-center justify-center"> | ||
| <svg className="w-4 h-4 text-green-600 dark:text-green-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"> | ||
| <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> | ||
| </svg> | ||
| </div> | ||
| <h3 className="text-lg font-semibold text-gray-900 dark:text-white group-hover:text-green-600 dark:group-hover:text-green-400">Integrate as a Searcher</h3> | ||
| </div> | ||
| <p className="text-gray-600 dark:text-gray-400">Access unified orderflow opportunities across DeFi protocols</p> | ||
| </a> | ||
| </div> | ||
|
|
||
| ## Learn | ||
|
|
||
| To learn more about Express Relay, refer to the following resources: | ||
|
|
||
| <div className="mt-8"> | ||
| <a href="./how-express-relay-works" className="block group bg-white dark:bg-gray-900 border border-gray-200 dark:border-gray-700 rounded-lg p-6 hover:border-gray-300 dark:hover:border-gray-600 transition-colors"> | ||
| <div className="flex items-center gap-3 mb-3"> | ||
| <div className="w-8 h-8 rounded-lg bg-purple-100 dark:bg-purple-900 flex items-center justify-center"> | ||
| <svg className="w-4 h-4 text-purple-600 dark:text-purple-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"> | ||
| <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" /> | ||
| </svg> | ||
| </div> | ||
| <h3 className="text-lg font-semibold text-gray-900 dark:text-white group-hover:text-purple-600 dark:group-hover:text-purple-400">How Express Relay Works</h3> | ||
| </div> | ||
| <p className="text-gray-600 dark:text-gray-400">Understand the mechanics behind Express Relay's priority auction system</p> | ||
| </a> | ||
| </div> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.