Skip to content

docs: real Robinhood hub, Pons/Flap contract corrections, launchpad cross-links - #248

Merged
buddies2705 merged 1 commit into
mainfrom
seo/robinhood-launchpad-cluster
Aug 26, 2026
Merged

docs: real Robinhood hub, Pons/Flap contract corrections, launchpad cross-links#248
buddies2705 merged 1 commit into
mainfrom
seo/robinhood-launchpad-cluster

Conversation

@buddies2705

Copy link
Copy Markdown
Contributor

Why

The Pons API page is indexed and eligible but effectively invisible. Search Console shows 33 impressions and 0 clicks in 28 days, and referring_urls lists exactly one page. A grep confirms it: nothing in the docs site linked to pons-api in body copy — only the sidebar. Meanwhile the Robinhood section landed on an auto-generated index with a two-line description and no lastmod.

Investigating that turned up two real correctness bugs on the Flap.sh page, which covers the highest-volume launchpad on the chain.

What changed

New hub pagedocs/blockchain/robinhood/index.md replaces the generated-index. API-selection table, launchpad comparison, streaming and dataset sections. The URL is unchanged (/docs/blockchain/robinhood/), verified in the build — no redirect needed.

Internal links — Pons is now linked in body copy from six sibling pages plus the hub. It was zero.

Pons page

  • Retitled to match how-to intent (frontmatter + H1)
  • Added two factory events missing from the reference table: CreatorFeeRecipientChangeProposed and BuybackEnabledUpdated, with verified topic0s and indexed-arg counts
  • Core contracts now named in prose, not only in table cells
  • The V1 caution asserted V1 "is still deploying tokens" — that no longer holds. Replaced the live claim with a durable description plus a query the reader can run to check current V1 activity
  • Noted that V1's pools come from the chain-wide Uniswap V3 pool factory, which is not a Pons signal

Flap.sh page — two correctness fixes

  1. The page named a single contract and stated it "is used as the Log/LogHeader address for events." 0x26605f32… is an upgradeable proxy that emits nothing but Upgradedany log filter on it returns zero rows. It is Transaction.To, and even then only for part of the launches; the rest arrive through vanity routers ending …6666. Replaced with the verified role split across router, token factories, vanity factories, and curve engines.
  2. The graduation section told readers to filter LaunchedToDEX by name to get Flap.sh graduations. That event is emitted by other protocols, not by any Flap.sh contract. Added scoping cautions rather than deleting the queries, since Flap graduations may simply be rare inside the realtime window.

Verification

Contract roles verified against robinhood_rt.events. npm run build passes with no broken links; hub canonical, Pons title/H1, new event rows, and the #flapsh-contracts anchor all confirmed in the built HTML.

Follow-ups (not in this PR)

  • Request re-indexing for /docs/blockchain/robinhood/ and /docs/blockchain/robinhood/pons-api/ in Search Console after deploy — no API for it
  • 0x5d15bdd2a834c66149c38c5ae19c5f4b60cbc397 is a live, high-volume bonding-curve launchpad that no documentation covers. I could not identify which launchpad it is and did not want to publish a guessed name
  • 0xeb7c0347… is Bankr Bot in our meme-coin-launches table and Long.xyz in a competitor's docs; it pairs with 0x4e346895… across thousands of shared transactions. Naming unresolved

🤖 Generated with Claude Code

The Pons page was indexed but had no contextual inbound links anywhere in
the site, and the Robinhood section landed on an auto-generated index that
carried no content and no lastmod.

- Add docs/blockchain/robinhood/index.md as a real section landing page and
  point the sidebar category at it instead of the generated-index. The URL
  (/docs/blockchain/robinhood/) is unchanged.
- Link the Pons page contextually from six sibling pages; previously only
  the sidebar referenced it.
- Pons: retitle to match how-to intent, name the core contracts in prose
  rather than only in table cells, and add the two factory events that were
  missing from the reference table -- CreatorFeeRecipientChangeProposed and
  BuybackEnabledUpdated, both verified live on 0x7ed598bc.
- Pons: the V1 caution asserted V1 "is still deploying tokens", which no
  longer holds. Replace the live claim with a durable description plus a
  way for the reader to check current V1 activity, and note that V1's pools
  come from the chain-wide Uniswap V3 factory, which is not a Pons signal.
- Flap.sh: the page named a single contract and said it was the log address
  for events. That address is an upgradeable proxy that emits only Upgraded;
  it is Transaction.To, not a log address. Replace it with the verified role
  split across router, token factories, vanity factories, and curve engines.
- Flap.sh: warn that TokenCreated and LaunchedToDEX are emitted by other
  Robinhood Chain protocols too, and show how to scope a feed to Flap.sh.

Contract roles verified against robinhood_rt.events. Build passes with no
broken links.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@buddies2705
buddies2705 merged commit 18787f6 into main Aug 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant