Forge Notes

Launchpads: the decisions made on your behalf

A launchpad does not do anything a wallet and the token program cannot do. It runs the same instructions in the same order, with the parameters already filled in, and it usually adds a pool and a fee arrangement on top. The convenience is real. So is the fact that several permanent decisions get made before you have seen them.

This bench compares the two routes honestly, then turns the comparison round: given a token that already exists, what can a reader establish about how it was set up, using nothing but a public explorer and the mint address.

What this bench covers
The decision list a launchpad fills in for you, the trade-offs each way, and a fixed verification order for any existing mint.
What it does not cover
Ranking or recommending specific launchpads, predicting outcomes, or explaining how to make any of these checks return a misleading answer.
Where it hands off
The meaning of each field being checked is on the minting and metadata benches; this bench is about the order and the reading.

2 notes on this bench

A launchpad makes the same decisions you would make by hand, faster and out of sight. What it locks in on your behalf, and how any reader can check the result against the chain.

01 Comparison

Launchpad vs manual mint

A launchpad picks decimals, authorities, metadata mutability and liquidity structure for you in one click. The same decision list, compared against doing it yourself with the token program.

Open the note
02 Field guide

Verifying a token before you trade

A field procedure that starts at the mint address and never at the ticker: authorities, decimals, supply, extensions, metadata mutability, holders and pool ownership, in a fixed order.

Open the note

Where the launchpads bench stops

Verification establishes state, not intent. A mint with both authorities revoked and immutable metadata is a token whose supply and description are fixed; it is not a token that is safe, well run or worth holding, and no arrangement of account fields can carry that meaning.

Everything past that point belongs to liquidity, market behaviour and people, none of which is stored in an account. The workshop stops where the chain stops answering, and says so rather than filling the gap with a verdict.