# 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.

## Questions

**Does saving a project cost anything?**

No. The shelf is free and unlimited, and saving runs nothing. You only spend a package when you press Launch.

**The lookup cannot find my token. Why?**

Either the address is wrong for that chain, or the pair has no liquidity pool yet. Dexscreener indexes pairs rather than tokens, so a token with no pool and no settled swap is invisible to it.

**Can I save the same token on two chains?**

Yes. They are separate entries, because they are separate pairs with separate boards.

**Does deleting a project cancel a running campaign?**

No. Campaigns are independent once launched, and their history stays in your campaign list.

