How TagToPump works

TagToPump is an account on X. Reply to any post with @TagToPump tokenize this and it launches that post as a coin on pump.fun, then answers in the thread with the link. The creator fees go to the people holding it.

The short version

You tag. It launches. Holders get the fees. The post's author gets nothing, the person who tagged gets nothing, and TagToPump gets nothing.

How it works

Four things happen, in this order. You only do the first.

  1. You reply. Replying is what picks the target: the post you replied to is the one that becomes the coin.
  2. The bot sees it. It holds an open stream of every post mentioning it, so it reacts in seconds rather than on a timer.
  3. It checks the rules. Already tokenized? Account too new? Out of launches for the hour? Wallet low? Any one of those and it stops.
  4. It launches and replies. One Solana transaction creates the coin, then the bot posts the ticker and link in the same thread.

There is no website step in that list. This site only shows what already happened; there is no launch button on it.

The command

The minimum is the bot's handle and the trigger phrase, as a reply to the post you want:

@TagToPump tokenize this

Two optional extras let you name the coin yourself. Both go anywhere in the same reply:

You writeEffectLimit
$TICKERSets the coin's symbol. Without it, one is made from the post's own words.10 characters
- A Coin NameSets the coin's name. Everything after the dash is used.32 characters
Y
you@you·now

Replying to @degenmike

@TagToPump tokenize this $GM - Good Morning Coin

1 4 1,208

A $TICKER on its own also works as the trigger — @TagToPump $GM is enough.

Tagging the bot on a post of your own, rather than replying, tokenizes that post. That is how you tokenize something you wrote.

Open X with it filled in

What the coin becomes

Everything comes from the post you tagged, not from the person who tagged it.

Part of the coinWhere it comes from
NameYour - Name if you gave one, otherwise the first line of the post, trimmed to fit.
TickerYour $TICKER if you gave one, otherwise letters pulled from the post's own words.
ImageThe post's first picture. If it has none, the author's profile picture is used instead.
DescriptionThe post's text.
Website linkThis site's page for that post, so anyone looking at the coin on pump.fun can find the post it came from.
Supplypump.fun's standard bonding curve. Nothing custom.

Image and description are pinned to IPFS through pump.fun's own uploader.

No dev buy

TagToPump creates the coin and buys none of it. Whoever buys first buys at the bottom of the curve, same as anybody else. The launcher wallet pays the transaction and walks away.

Where the fees go

pump.fun takes a fee on every trade and hands part of it to the coin's creator. On most coins that is a person, collecting forever.

Not here. Every coin is created with pump.fun's holderReward flag on. With that flag set, pump.fun ignores the creator address passed in and makes a program-derived address the creator instead — one nobody owns and nobody can sign for. The fee accrues to that address's vault, and pump.fun's own payout instruction hands it to holders.

A tradebuy or sell
→
Creator feeinto the holder-rewards vault
→
Holderspaid out by pump.fun

It is permanent

Not a policy TagToPump could quietly change. pump.fun's program refuses to move the creator of a holder-rewards coin at all — the attempt fails on chain with an immutable-creator error.

So nobody gets paid for being tokenized

A holder-rewards coin has no creator fee left to route anywhere. Not the author, not whoever tagged the bot, not TagToPump. Holding the coin is the only way to earn from it.

Verify it yourself

Don't take it on trust. Every coin's page links its creation transaction, and the creator on chain is the holder-rewards address derived from the mint. Two ways to check:

  1. Look at the transaction. Open any coin's page here, follow the Solscan link, and read the create instruction.
  2. Run the check. The repository ships a script that simulates a real create against mainnet, reads the resulting bonding curve back, and fails if the creator is not the holder-rewards address:
# against mainnet, signs nothing, spends nothing
npm run verify

It prints the mint, the creator the chain reported and the holder-rewards address it expected, and exits non-zero if they differ.

What it costs

Nothing, to you. TagToPump pays for each launch out of one wallet it funds itself. What a launch costs it:

ItemCost
Creating the coin on pump.fun~0.0055 SOL measured on mainnet
Dev buynone
Reading mentionsfractions of a cent per post seen
Posting the replyfractions of a cent

One SOL is roughly 180 launches. Below its floor the bot stops and says so, rather than failing halfway through a transaction.

The rules

Every launch spends real money from one wallet, so a request has to clear all of these:

RuleValue
One coin per post, everenforced
How many coins one account can set off5 every 1h
How often one author can be tokenizedonce every 1h
Minimum account age of whoever tags30 days
Minimum followers of whoever tags10
Coins per day, everyone combined40

Every decision is written down before the bot acts, so a restart or a duplicated stream message can never launch the same post twice.

When it says no

It will say which one, but at most once every ten minutes per account. Tag it repeatedly and you get silence, not a wall of replies.

If someone tokenized your post

Plainly, so there is no confusion:

What TagToPump can't do

These are the things that go wrong elsewhere:

And the obvious one

These are memecoins made automatically out of posts. Most will go to zero. Nothing here is investment advice. Only spend what you are fine losing entirely.

FAQ

Do I need a wallet to tokenize a post?

No. You need an X account. The transaction is paid for and signed by TagToPump's launcher wallet.

Can I tokenize my own post?

Yes. You still get no creator fee — the coin's fees go to its holders, like every other one.

How do holders actually receive the fee?

pump.fun collects it into the coin's holder-rewards vault and pays holders through its own program. TagToPump is not in the loop and could not divert it.

Can I pick the picture?

Not directly. The coin uses the tagged post's first image, or the author's profile picture if it has none. For a specific image, post it yourself and tag the bot.

Why did it reply to someone else and not me?

Most likely a cooldown, the daily cap, or that post already having a coin. See when it says no.

How fast is it?

Usually a few seconds. It listens on a live stream rather than checking on a timer.

Is the coin's ticker guaranteed unique?

No. Tickers are not unique anywhere on pump.fun. Always check the mint address, which this site shows on every coin's page.


Questions this page doesn't answer: @TagToPump. Or read what it has launched so far.