From c103ee80f0ea2109eb6250b4a09d52720262600f Mon Sep 17 00:00:00 2001 From: Alex Karys Date: Mon, 2 Feb 2026 06:26:01 -0800 Subject: [PATCH] Update 01-introduction.md --- docs/contracts/liquidity-launchpad/01-introduction.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/contracts/liquidity-launchpad/01-introduction.md b/docs/contracts/liquidity-launchpad/01-introduction.md index 65bd837b5..982d865ca 100644 --- a/docs/contracts/liquidity-launchpad/01-introduction.md +++ b/docs/contracts/liquidity-launchpad/01-introduction.md @@ -5,6 +5,7 @@ sidebar_position: 1 --- # Introduction & Overview +Looking to participate in active auctions? Check them out on the [Uniswap Frontend](https://uniswap.org/explore/auctions/)! ## What is the Uniswap Liquidity Launchpad? @@ -25,6 +26,7 @@ The system is composable - it is not limited to the intial set of implementation - **Permissionless** - Anyone can bootstrap liquidity or participate in price discovery without gatekeepers - **Transparent** - All parameters are immutable after they are set - **Composable** - Modular architecture supports multiple auction formats and distribution strategies +- **Distribution** - Users can participate in auctions via interfaces acros the ecosystem including the [Uniswap Frontend](https://uniswap.org/explore/auctions/) and custom interfaces ## Components @@ -79,4 +81,4 @@ The following actions must be performed atomically in one transaction. `Liquidit - Learn about the [Continous Clearing Auction](./04-auction-mechanism.md) mechanism - Read the whitepaper to learn more about the mechanism -- Review the Continuous Clearing Auction [Technical Reference](https://github.com/Uniswap/continuous-clearing-auction/blob/main/docs/TechnicalDocumentation.md) \ No newline at end of file +- Review the Continuous Clearing Auction [Technical Reference](https://github.com/Uniswap/continuous-clearing-auction/blob/main/docs/TechnicalDocumentation.md)