Introducing Liquid Protocol
2026-03-16 — #launch#protocol
What is Liquid Protocol?
Liquid Protocol is a token launcher on Base that pairs every token with a Uniswap V4 pool, permanently locked liquidity, and built-in MEV protection.
Every token gets:
How it works
Deploy a token with a single transaction. The factory creates the ERC-20, initializes the pool, locks liquidity, and configures all modules atomically.
Fee splits are configurable at deployment — route LP rewards to any set of addresses with basis-point precision.
SDK
The TypeScript SDK makes it simple to deploy and manage tokens programmatically:
```
npm install liquid-protocol-sdk viem
```
See the docs for the full API reference.
Contracts
All contracts are deployed on Base (chain ID 8453) and verified on Basescan. View the full contract list on the docs page.