Next.js on Vercel
The responsive website handles launching, project discovery, X authentication, fee status, and wallet export flows.
PONS X Fees connects token launches with verified X identities. Launchers can assign a share of creator fees to any handle, while the recipient receives those fees through a dedicated personal wallet.
Launching a token never gives the launcher control of the recipient's wallet. Identity, fee entitlement, and settlement are verified independently.
The product uses specialized services for interface, identity, application logic, and settlement.
The responsive website handles launching, project discovery, X authentication, fee status, and wallet export flows.
Server routes validate requests, manage verified sessions, coordinate fee collection, and communicate with Robinhood Chain.
X authorization proves control of a handle before launches or fees are shown for that identity.
PONS contracts create tokens, accrue creator fees, and settle distributions onchain with public explorer records.
The launch flow keeps every configuration visible before the onchain transactions are signed.
The launcher connects MetaMask and signs a challenge so the selected address is verified.
Choose the name, ticker, image, description, trading tax, X recipient, and recipient share.
A dedicated fee recipient contract is deployed and bound to the intended X identity.
The verified configuration is submitted to the official PONS factory on Robinhood Chain.
Recipients can receive fees before graduation and do not need MetaMask to collect them.
Trading fees generated by the token accumulate in the PONS curve according to the launch configuration.
The recipient signs in with the X account named during launch. No launcher wallet access is required.
One encrypted personal wallet is assigned to that X identity when fees need to be received.
The service sponsors the required gas, sweeps the accrued amount, and distributes it to the X wallet.
Browser input never decides the final recipient or claim amount. Onchain state remains authoritative.
Only launches matching the authenticated X identity are shown in the claims dashboard.
Personal wallet material is encrypted and the private key is shown only after fresh X verification.
A dedicated gas payer covers the Robinhood Chain fee so recipients do not need to fund their wallet first.
Token contracts, recipient contracts, and completed transactions can be inspected through Blockscout.
The claims dashboard separates fees that are still on the curve from amounts ready for distribution.
Trading fees generated by the token that have not yet been swept.
Funds currently available for the recipient contract to distribute.
ETH already delivered to the personal X wallet.
After a successful collection, accrued and claimable values can return to zero because the transaction sweeps and distributes the fees immediately. The received amount then appears in the wallet balance.
Inspect the protocol and market activity through the live network tools.