PancakeSwap on Robinhood Chain needs the version named
PancakeSwap runs both v2 pairs and v3 pools on Robinhood Chain, and the two do not share addresses or routing. A token can launch on a v2 pair, get a v3 pool added when liquidity grows, and end up with the community linking one while the alert feed watches the other. Naming the version at setup time is the whole fix.
Invite @BAESBuyBot to the group, give it permission to post, and run commands from the group or alert topic.
Start broad if only the DEX is known:
/watch robinhood 0xToken any <firstMintBlock> pancakeswap all
Name the version when the team already knows it:
/watch robinhood 0xToken any <firstMintBlock> pancakeswap v2 all
/watch robinhood 0xToken any <firstMintBlock> pancakeswap v3 all
Most PancakeSwap markets on Robinhood Chain are quoted in wrapped ETH, with USDG pools next to them. Narrow discovery by quote when you know the pair:
/watch robinhood 0xToken weth <firstMintBlock> pancakeswap v3 all
/watch robinhood 0xToken usdg <firstMintBlock> pancakeswap v3 all
Why version matters more than it looks
PancakeSwap v3 pools carry a fee tier, so a token can have several of them. PancakeSwap v2 pairs do not, so there is exactly one pair per token and quote combination. That difference changes what a quiet feed usually means.
If a v2 setup is quiet, the pair is almost always right and the trading has moved elsewhere. If a v3 setup is quiet, the far more common cause is that the saved pool is a fee tier that liquidity has drained out of. Checking /pools against the tier shown on the chart page separates those two cases in seconds.
Direct pool entry
When the exact market is known, skip discovery:
/pool
/pool robinhood 0xPoolAddress 0xTargetToken
This works for both PancakeSwap v2 pairs and PancakeSwap v3 pools. Passing the target token matters when a token trades against another token rather than against ETH or a stablecoin, because it tells the feed which side counts as a buy.
Confirm the saved route
/pools
/settings
/topic here
/pools is the reality check before launch traffic arrives. /settings is where minimum buy size, media, text, emoji, and transaction links get tuned. /topic here keeps alerts inside a dedicated topic so the main chat stays readable.
A small note is enough to hand off: token address, first-mint block, PancakeSwap version, pool or pair address, quote token, and the Telegram topic. Robinhood Chain produces blocks quickly, so use the exact first-mint block rather than an approximate one.
If your Robinhood Chain PancakeSwap route is not covered, message @mrtdlgc on Twitter/X or Telegram with the chain, DEX, token address, first-mint block, pool address if available, and the Telegram group where alerts should post.
Summary
For Robinhood Chain PancakeSwap, baes scan supports v2 pairs and v3 pools. Use /watch robinhood ... pancakeswap <version> with the token's first-mint block when discovering markets, and /pool robinhood 0xPoolAddress 0xTargetToken when the exact pair or pool is already known.