Buy and sell

Trade TwentyPad tokens through their verified hooked pool.

Updated September 5, 2026
On this page

#Verified pool route

TwentyPad builds the full Uniswap v4 PoolKey from the launch token, its registered quote, fee 0, tick spacing 200, and the production launch hook. This prevents a generic router from silently selecting a different pool.

currency0 = min(launchToken, launchQuote)
currency1 = max(launchToken, launchQuote)
fee = 0
tickSpacing = 200
hooks = 0x8c0986c564025903B0f1C7c87cBA1760cB4FAAcc

#Approvals

  • Buying with native ETH requires no token approval
  • Buying with USDC requires approval to TwentyPadSwapRouter
  • Selling requires approval of the launch token to TwentyPadSwapRouter
  • The adapter creates bounded internal Permit2 allowances and clears them after use

#Fresh pools

A fresh TwentyPad pool begins with single-sided launch-token liquidity. Early buys can move the price significantly. Review the route, minimum received, price impact, and wallet confirmation before signing.

© 2026 TwentyPadBase only · Unaudited