From e516a06a5f2a901c46f25c6f6f9f20ec3ef568a9 Mon Sep 17 00:00:00 2001 From: nidhi-singh02 Date: Fri, 12 Sep 2025 16:02:50 +0530 Subject: [PATCH] Security and whitepaper --- .../how-express-relay-works/index.mdx | 19 +++++++++++-------- apps/developer-hub/content/docs/meta.json | 9 ++++++++- apps/developer-hub/content/docs/security.mdx | 10 ++++++++++ .../developer-hub/content/docs/whitepaper.mdx | 11 +++++++++++ 4 files changed, 40 insertions(+), 9 deletions(-) create mode 100644 apps/developer-hub/content/docs/security.mdx create mode 100644 apps/developer-hub/content/docs/whitepaper.mdx diff --git a/apps/developer-hub/content/docs/express-relay/how-express-relay-works/index.mdx b/apps/developer-hub/content/docs/express-relay/how-express-relay-works/index.mdx index 1fdac60df9..101f148b73 100644 --- a/apps/developer-hub/content/docs/express-relay/how-express-relay-works/index.mdx +++ b/apps/developer-hub/content/docs/express-relay/how-express-relay-works/index.mdx @@ -51,12 +51,15 @@ The Express Relay contract collects payment from the Searchers and forwards a sh ## Key Components ### Off-chain Auction Server + 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. ### On-chain Smart Contract + 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. ### Permission System + Express Relay uses a permission system to ensure only auction winners can execute protected operations. This prevents frontrunning and ensures MEV capture. ## Benefits for Protocols @@ -82,7 +85,7 @@ Express Relay also provides advantages for searchers: Express Relay is suitable for any protocol with valuable, time-sensitive operations: - **Lending Protocols**: Liquidations of undercollateralized positions -- **Perpetual Protocols**: Liquidations and funding rate updates +- **Perpetual Protocols**: Liquidations and funding rate updates - **DEX Protocols**: Arbitrage opportunities and order book operations - **Derivatives Protocols**: Option exercises and settlement operations - **Cross-chain Protocols**: Bridge operations and relay transactions @@ -116,13 +119,13 @@ There are four types of participants in the Express Relay protocol: icon={} /> - } - /> +} +/>