Skip to content

Commit 4c0037d

Browse files
committed
formatting
1 parent 24457b2 commit 4c0037d

File tree

1 file changed

+11
-8
lines changed
  • apps/developer-hub/content/docs/express-relay/how-express-relay-works

1 file changed

+11
-8
lines changed

apps/developer-hub/content/docs/express-relay/how-express-relay-works/index.mdx

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,15 @@ The Express Relay contract collects payment from the Searchers and forwards a sh
5151
## Key Components
5252

5353
### Off-chain Auction Server
54+
5455
The auction server receives bids from searchers and determines winners based on bid amounts and other criteria. It then submits winning transactions to the blockchain in the optimal order.
5556

5657
### On-chain Smart Contract
58+
5759
The Express Relay smart contract validates that transactions have won the auction and enforces payment collection. It also handles revenue distribution between protocols and other stakeholders.
5860

5961
### Permission System
62+
6063
Express Relay uses a permission system to ensure only auction winners can execute protected operations. This prevents frontrunning and ensures MEV capture.
6164

6265
## Benefits for Protocols
@@ -82,7 +85,7 @@ Express Relay also provides advantages for searchers:
8285
Express Relay is suitable for any protocol with valuable, time-sensitive operations:
8386

8487
- **Lending Protocols**: Liquidations of undercollateralized positions
85-
- **Perpetual Protocols**: Liquidations and funding rate updates
88+
- **Perpetual Protocols**: Liquidations and funding rate updates
8689
- **DEX Protocols**: Arbitrage opportunities and order book operations
8790
- **Derivatives Protocols**: Option exercises and settlement operations
8891
- **Cross-chain Protocols**: Bridge operations and relay transactions
@@ -116,13 +119,13 @@ There are four types of participants in the Express Relay protocol:
116119
icon={<Gavel size={16} />}
117120
/>
118121

119-
<IntegrationCard
120-
href="./opportunities"
121-
colorScheme="green"
122-
title="Opportunities"
123-
description="Understand available opportunities"
124-
icon={<Lightning size={16} />}
125-
/>
122+
<IntegrationCard
123+
href="./opportunities"
124+
colorScheme="green"
125+
title="Opportunities"
126+
description="Understand available opportunities"
127+
icon={<Lightning size={16} />}
128+
/>
126129

127130
<IntegrationCard
128131
href="./permissioning"

0 commit comments

Comments
 (0)