Running a campaign
Adding a project
Save any token to your shelf by pasting its contract address. Free, unlimited, and it runs nothing until you launch.
A project is just a saved pair. You paste a contract address, the name and logo are read straight off the chain, and it sits on your shelf until you decide to put it on the board.
Saving projects is free and needs no package. Nothing runs and nothing is charged until you press Launch.
Adding one
- Pick the chain. Whichever network the pair trades on.
- Paste the contract address. The token is read as soon as you paste it, and the card fills in with the name, symbol and logo.
- Save it. It joins your shelf and stays there.
Open your project shelf to add one.
What gets read from the chain
The lookup pulls the pair from Dexscreener first, then falls back to reading the token contract directly through our RPC pool. Between the two you get:
- Token name and symbol
- Logo, where the token has one published
- Decimals
- A link to the pair on Dexscreener
If neither source can find anything at that address, the save is refused. That is a useful signal in itself: if we cannot read the pair, no campaign can run against it either.
Address formats
| Chain | Address looks like |
|---|---|
| Solana | 32 to 44 base58 characters, case sensitive |
| EVM chains | 0x followed by 40 hex characters |
Solana addresses are case sensitive. Copy them rather than retyping, because a single wrong capital produces a different address entirely.
Using it as a free check
Because saving costs nothing, the shelf doubles as a pre-purchase check. Paste the address before you buy anything: if the pair reads correctly, we can run against it.
Managing the shelf
There is no limit on how many projects you save. The same token cannot be added twice on the same chain, and deleting a project does not touch any campaign that already ran against it — the campaign history stays in your campaign list.