TRENDYPADDOCS

TRENDYPAD DOCS

Launchpads for launchpads on Robinhood Chain. Anyone creates a pad they own, every token on it trades in its own Uniswap v4 pool, and the pad earns ETH on every trade

01 · overviewA launchpad for launchpads

Trendypad lets anyone create their own launchpad on Robinhood Chain. The pad is a contract you own, with your fees and your curve, and it comes with a site in the trend you pick

Tokens launched on a pad trade against ETH in their own Uniswap v4 pool from the first block, so nothing has to graduate and no liquidity can be pulled

Chain
Robinhood Chain mainnet, chain id 4663
Creating a pad
one transaction, gas only
Publishing the site
one signed message, no gas
Trading
native ETH through the Trendypad router or any Uniswap v4 router

02 · createWhat you set when you create a pad

Name
1 to 40 characters
Owner fee
0% to 5% of every trade, paid to the pad owner in ETH
Creator fee
0% to 3% of every trade, paid to whoever launched the token
Protocol fee
0.5% of every trade, it goes to the $TRENDY buyback
Launch fee
0 to 0.05 ETH per token, paid to the pad owner
Curve
Gentle, Standard or Steep

Fees, the curve and the protocol share are fixed in the pad when it is created. The owner can change only the launch fee, within the 0.05 ETH cap, and hand the pad to another wallet

03 · priceThree curves

Gentle
opens at about 2.02 ETH market cap · 4.86 ETH fills the curve · about 18.25 ETH at the top
Standard
opens at about 1.00 ETH · 3.23 ETH fills the curve · about 16.19 ETH at the top
Steep
opens at about 0.51 ETH · 2.44 ETH fills the curve · about 18.25 ETH at the top
├── supply                     1,000,000,000 tokens, 18 decimals, fixed
├── curve range                800M tokens in a single-sided Uniswap v4 position
├── above the curve            200M tokens in a second position up to the maximum price
├── owner of both positions    the pad contract, with no function that removes liquidity
├── tick spacing               200

04 · tokensLaunching a token on a pad

├── fill in               name, ticker, description, logo and links, stored as token metadata
├── send                  the pad launch fee plus an optional first buy in ETH
├── in one transaction    the token is created, its pool is initialized, all supply goes into the pool and your first buy lands
├── from then on          anyone can buy and sell it on that pad site or any Uniswap v4 interface

05 · routerBuying and selling

The Trendypad router swaps native ETH for tokens and back in the token pool. Selling needs no approval, the token lets the router move your own tokens. Every trade has a minimum output, the pad sites use a 3% slippage limit

Pool fee
owner fee + creator fee + protocol fee, taken by the pool on every swap
Example
1% owner + 0.5% creator + 0.5% protocol = 2% per trade

06 · earnWhere the fees go

├── collect       anyone calls collectFees on a token, the keeper does it for tokens with at least 0.001 ETH waiting
├── ETH side      split by the pad shares: owner and creator amounts become claimable, the protocol share is sent to the buyback
├── token side    fees paid in the token are burned
├── claim         owners and creators claim their ETH from the pad, anyone can push a claim to them

07 · $TRENDYThe $TRENDY buyback

The buyback contract receives the protocol share of every pad. Once $TRENDY trades in its Uniswap v4 pool, the keeper spends that ETH on $TRENDY through the Universal Router and the contract sends everything it bought to the dead address in the same transaction

ETH can leave the buyback only through an allowed swap contract and only if the swap returns at least the minimum amount of $TRENDY. There is no withdraw function

08 · trendsEight trends

Y2K Chrome
chrome gradients, sparkles, bubble type
Terminal
black screen, mono type, blinking cursor
Newsprint
paper, serif headlines, column rules
Arcade
pixel type, neon frames
Glass
frosted cards over a color mesh
Brutalist
thick borders, hard shadows
Soft Pastel
rounded shapes, pastel fills
Street Tape
caution tape, condensed type

A site shows the pad name, tagline, logo, links and every token with its market cap and curve progress, plus launch, buy, sell, collect and claim. The brand color becomes the accent of the trend. The owner signs the site once, the server checks on chain that the signer owns a pad from the Trendypad factory, and the site lives at /p/ and its address

09 · tokenThe token

Trendypad is a token on Robinhood Chain, launched through Pons. There is one contract, it lives in config.js on GitHub, and the site reads it from there.

Chain
Robinhood Chain, EVM
Launchpad
Pons
Ticker
$TRENDY
Role
the protocol share of every pad trade buys it back and burns it
CONTRACTSOON

10 · questionsQuestions

Does creating a pad cost anything?Only gas. Trendypad takes no fee to create a pad
Can a pad owner change fees later?No. Trading fees and the curve are fixed when the pad is created, only the launch fee can change within its cap
Can liquidity be removed?No. The pad owns both positions of every token and has no function that removes liquidity
Do tokens need to graduate?No. They trade in a Uniswap v4 pool from the first block
Who can publish a site for a pad?Only the wallet that owns the pad
TrendypadRobinhood Chain · Pons