Launchpad · Base
Stocks arethe quote side
Launch a token paired against a tokenized stock. Deploy, price, and seed happen in one transaction — the token never exists unpriced, and the creator supplies no capital.
Launch console
Create a token
One transaction deploys the token, prices it against the stock you pick, creates the Aerodrome pool and seeds every token you minted. You supply no quote asset.
At launch
- Quote price
- —
- Start price
- —
- Market cap
- —
- In the pool
- —
- You supply
- 0
- Max buy
- —
- Fee tier
- 0.30%
The liquidity NFT is minted to your wallet. Nothing is locked and nothing is held back.
On-chain
Every launch, live
Read straight from the launcher contract. Anything created through StockPad appears here as soon as its transaction lands.
| Token | Paired | Supply | Max buy / tx | Pool |
|---|---|---|---|---|
| Loading launches… | ||||
One atomic transaction
Four steps, one block
Deploy the token
A fixed-supply ERC20 with no owner, no mint, no pause and no proxy. The launcher holds every token, so it cannot trade yet.
Derive the price
Read the stock's own Aerodrome pool over a 30-minute time-weighted window and solve for the price that puts the full supply at the target valuation.
Seed the pool
Create the concentrated-liquidity pool at exactly that price and place 100% of the supply as a single-sided range running upward from it.
Hand over the position
The liquidity NFT goes to the creator. From the first block, buying is capped at 5% of supply per transaction.
Because all four steps share a transaction, there is no block in which the token exists but has no price — nothing to snipe before the pool is live.
Quote assets
What you can pair against
Tokenized equities live on Base with real depth. Prices below come from each asset's own Aerodrome pool.
| Asset | Underlying | Price | Pool depth | 24h volume |
|---|---|---|---|---|
| NVDAc 0xb200…108C | NVIDIA | $220.53 | $277k | $792k |
| AAPLc 0xb200…d1fb | Apple | $315.96 | $280k | $122k |
| METAc 0xb200…707C | Meta Platforms | $554.34 | $269k | $326k |
| GOOGLc 0xb200…58B7 | Alphabet | $345.89 | $295k | $172k |
| WETH | Ether | $2,096.70 | deep | — |
| USDC | US dollar | $1.00 | deep | — |
Snapshot · reconnecting to Base
Guarantees
What the contract can and cannot do
The launcher owner can
- +List and delist quote assets, which affects future launches only.
The launcher owner cannot
- −Mint, burn or seize any launched token.
- −Pause, tax or blacklist a transfer.
- −Touch a live pool or anyone's liquidity position.
- −Upgrade anything — there is no proxy.
Launched tokens have no owner at all. The only rule beyond a plain ERC20 is the buy cap, which is frozen during the launch transaction and applies solely to tokens leaving the pool — wallet transfers and sells are never restricted.
Contracts
Verified on Base
| Contract | Address | Role |
|---|---|---|
| StockPadLauncher | 0x7b7Eb564Da8Ee0e645817751FFffCCEb9d6e1550 | Creates tokens, pools and positions |
| PAD | not yet deployed | The protocol's own token |
| Slipstream CLFactory | 0xf8f2eB4940CFE7d13603DDDD87f123820Fc061Ef | Aerodrome pool factory |
| Position Manager | 0xe1f8cd9AC4e4A65F54f38a5CdAfCA44f6dD68b53 | Holds liquidity as an NFT |