Liquify Protocol Documentation & Contract Registry
The world's first synchronized bonding curve engine allowing multi-chain tokens to share a single liquidity pool.
1. Protocol Overview & Omnichain Architecture
Liquify enables decentralized token launches across Ethereum (Sepolia), BNB Smart Chain (Testnet), Base (Sepolia), and Solana (Devnet) simultaneously with zero liquidity fragmentation.
Rather than creating 4 isolated liquidity pools that suffer from capital fragmentation and cross-chain MEV arbitrage exploitation, Liquify synchronizes reserves through a global state-root consensus engine. When a buy or sell occurs on any network, the global supply and price updates across all 4 blockchains in sub-400ms.
2. Verified Smart Contract Registry
Solidity v0.8.20 • Optimizer Enabled (200 Runs) • Immutable Non-Proxy Core Contracts
| Network | Contract Type | Contract Address | Verification Link |
|---|---|---|---|
| Ethereum (Sepolia) | TokenFactory | 0xF38CFA1d2b6B90c791b0F2246557Fc33a6F6e6C1 |
Etherscan Verified ✅ |
| Ethereum (Sepolia) | BondingCurveFactory | 0xe84baC79354F0486d4B90DbD69A444687C53323c |
Etherscan Verified ✅ |
| Ethereum (Sepolia) | MigrationContract | 0x3c823c7789C55e79Fba2f37780cB9D28bf809a3F |
Etherscan Verified ✅ |
| BNB Smart Chain (Testnet) | TokenFactory (CREATE2) | 0x602a5842A251dB239Dd49197921D8919877e502D |
BSCScan Verified ✅ |
| Base (Sepolia) | TokenFactory (CREATE2) | 0x602a5842A251dB239Dd49197921D8919877e502D |
BaseScan Verified ✅ |
| Solana (Devnet) | SPL Token Program | TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA |
Solana Explorer ✅ |
Note: TokenFactory and BondingCurveFactory share identical addresses on BSC Testnet and Base Sepolia due to intentional deterministic salt deployments via CREATE2 bytecode factories.
3. Bonding Curve Mathematics & 18-Decimal Normalization
The on-chain pricing function in BondingCurve.sol is:
currentPrice = basePrice + (slope * totalSold);
totalCost = (currentPrice * tokenAmount) / 1e18;
Where basePrice = 0.001 native currency (10^15 wei), slope = 10^11 wei, and all token amounts are normalized in standard 18-decimal base units (`uint256` wei).
4. Protocol Fee Structure & Security Invariants
- Creation Fee: 0.001–0.015 ETH (~$30) one-off fee to fund 4-chain contract deployment.
- 1.0% Swap Fee: 0.3% to Relayer Gas Reserve + 0.7% to Protocol Treasury.
- 1.5% DEX Graduation Fee: Collected upon reaching $69,000 USD market cap when migrating to Uniswap/PancakeSwap/Raydium with 100% of LP tokens burned to 0xdead.
- Audits & Verification: Full machine-readable audit specs at /audits.md and /audits.