Skip to content

PotatoPad v0.1

Latest

Choose a tag to compare

@itsfriedpotato itsfriedpotato released this 16 Jul 22:47
· 112 commits to main since this release

PotatoPad v0.1 — first tagged snapshot. A stable point to fork from.

An open-source, direct-to-Uniswap-V3 token launchpad. Every launch mints its entire 1B supply as permanently locked, single-sided Uniswap V3 liquidity, so the token is live and tradable from the first block — no bonding curve, no graduation.

Highlights

  • Single-sided locked LP — the whole supply is the liquidity; price walks up a fixed range (~3 → ~525 ETH FDV) as buyers bring ETH.
  • Unruggable by design — the LP NFT is held in an immutable fee locker with no withdraw path.
  • Anti-poison launches — CREATE2 off a random salt so a griefer can't pre-initialize (brick) the token's pool; the pad self-heals to a clean address.
  • Fees for life — the pool's 1% swap fee splits 50/50 creator/treasury.
  • Frontend — Next.js + wagmi/viem/RainbowKit, with a server-cached feed and a key-hiding RPC proxy.

Live demo: https://potato.fm

Unaudited, demo-grade software — read every line before it touches real money.

Contributing: see CONTRIBUTING.md and the good first issue label.