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={} /> - } - /> +} +/> { return ( -
-

Homepage Landing Page

+
+ {/* Left Sidebar Navigation */} + + + {/* Main Content Area */} +
+
+

Welcome to Pyth Network

+

+ Pyth Network is the leading oracle protocol that connects the owners + of market data to applications on multiple blockchains.{" "} + + 120+ first-party publishers + {" "} + are onboarded to the Pyth Network, including some of the biggest + exchanges and market making firms in the world.{" "} + + Over 250 protocols + {" "} + trust Pyth to secure their applications. +

+ + {/* Our Products */} +
+

Our Products

+ +
+
+
+
+ Core +
+ +
+

Price Feeds

+

+ Real-time, high-fidelity market data for smart contracts with + sub-second latency. +

+
+
+ + Real-time price feeds +
+
+ + 2000+ assets +
+
+ + 100+ blockchains +
+
+ + Explore Price Feeds + + +
+ +
+
+
+ Lazer +
+ +
+

Lazer

+

+ High-performance, low-latency price feeds for institutional + applications. +

+
+
+ + Ultra-low latency +
+
+ + Institutional grade +
+
+ + High-frequency data +
+
+ + Learn About Lazer + + +
+ +
+
+
+ MEV Protection +
+ +
+

Express Relay

+

+ Eliminate MEV while gaining access to active searchers and + liquidators. +

+
+
+ + MEV protection +
+
+ + Active searchers +
+
+ + Multi-chain support +
+
+ + Explore Express Relay + + +
+ +
+
+
+ Randomness +
+ +
+

Entropy

+

+ Generate secure random numbers on the blockchain for your + applications. +

+
+
+ + Cryptographically secure +
+
+ + Real-time generation +
+
+ + Multi-chain support +
+
+ + Learn About Entropy + + +
+
+
+ + {/* Quick Start */} +
+

Quick Start

+

+ Get started with Pyth Network by exploring our comprehensive + documentation: +

+
    +
  • + + + Price Feeds Getting Started + + {" "} + - Integrate real-time price data +
  • +
  • + + + Lazer Documentation + + {" "} + - High-performance price feeds +
  • +
  • + + + Express Relay Integration + + {" "} + - Better orderflow mechanism to eliminate MEV +
  • +
  • + + + Entropy Implementation + + {" "} + - Secure randomness generation +
  • +
+
+ + {/* Additional Resources */} +
+

Additional Resources

+ +
+
+

PYTH Token

+

+ Learn about the Pyth governance token and its role in the + network. +

+ + Learn More → + +
+ +
+

+ Oracle Integrity Staking +

+

+ Understand how staking ensures data quality and network + security. +

+ + Learn More → + +
+ +
+

Network Metrics

+

+ Track the network's adoption, growth, and performance + metrics. +

+ + Learn More → + +
+
+
+ + {/* Developer Resources */} +
+

Developer Resources

+
    +
  • + + + Contract Addresses + + {" "} + - Find deployment addresses across all supported chains +
  • +
  • + + + Whitepaper + + {" "} + - Deep dive into Pyth Network's technical architecture +
  • +
  • + + + Security + + {" "} + - Learn about Pyth's security model and best practices +
  • +
+
+
+
); }; diff --git a/apps/entropy-debugger/next-env.d.ts b/apps/entropy-debugger/next-env.d.ts index 1b3be0840f..830fb594ca 100644 --- a/apps/entropy-debugger/next-env.d.ts +++ b/apps/entropy-debugger/next-env.d.ts @@ -1,5 +1,6 @@ /// /// +/// // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.