ArrowPad Docs

Launch

One atomic transaction deploys the token, seeds the pool, and locks the liquidity — there is no window where a token exists half-safe.

Hitting Launch sends a single transaction to ArrowPadFactory. Everything below happens inside it. If any step failed, the whole launch would revert — a token can never exist in a partially-secured state.

The four steps

1. Deploy

The factory deploys the token with a fixed supply of 1,000,000,000. The contract has no owner, no mint function, no tax, and no blacklist — zero privileged functions, so nobody can change it afterwards.

2. Pool

The entire supply is seeded single-sided into a fresh Uniswap V3 pool (1% fee tier) at a fixed starting price — an initial market cap of roughly 3 ETH. Nothing is held back: no presale, no team allocation.

3. Lock

The LP NFT goes straight into ArrowPadLocker, which has no withdrawal function. The liquidity can never be pulled.

4. Optional first buy

The creator can attach an initial buy that executes inside the same transaction. Their bag is bought before anyone else can trade, so it cannot be front-run.

What it costs

The launch fee is shown on the form before you sign. It is currently free — and the contract hard-caps it at 0.05 ether, so it can never quietly become expensive. See Fees for the full picture.

What you set at creation

Name, symbol, description, image, and social links. Metadata is creator-supplied and stored as given — it is not verified by ArrowPad. Treat every link on a token page as untrusted until you check it yourself.

Why every token starts at the same price

Every launch seeds the same supply at the same starting price. Nobody gets a discount, there is no presale, and the only way to own a large share is to buy it on the open market — including the creator.

On this page