NEVER PAD DOCS
Something happened once. Launch against it never happening again. How the counter works
01 · overviewA launchpad built around things not repeating
Never Pad pairs a coin with an event that already happened and a condition under which it would count as happening again. The product is the counter: days since the reference without a repeat. The launch flow on the site is simulated, coins you create live in your browser. The $NEVERPAD token is real.
02 · eventsEvent 01 and the never condition
- Reference
- the thing that already happened: subject, value, date, source. Written in the past tense. Fixed at launch.
- Never condition
- what would count as it happening again. Same thing, the next level, or your own wording.
- Repeat
- if it happens, the counter resets to zero and the reset is part of the coin.
03 · clockDays without a repeat
The counter is a clock, not an oracle. It counts whole days from the reference date at 00:00 UTC to now. The board in the hero shows the newest reference on the page and ticks the hours, minutes and seconds into the current day.
├── days floor((now − reference 00:00 UTC) / 86 400 000) ├── board the coin you launched last, or the BTC $150K example ├── resets not tracked automatically on this site
04 · simulatedLaunch a coin in your browser
Four fields, one button. The preview updates as you type. Launch it and the coin appears at the top of Markets with the tag yours · simulated and takes over the board.
- What happened
- the reference, up to 80 characters
- Ticker
- letters and digits, up to 10, shown as $TICKER
- When
- the reference date, defaults to today
- Define the never
- never again, never the next level, or custom text
- Stored
- localStorage key neverpad:coins
- Clear my coins
- removes them and puts the example back on the board
05 · interfaceNine examples
Markets tagged EXAMPLE show how a coin reads. They are not launched, not traded and their repeats are not tracked.
├── X global outage, 2026-08-14, never again ├── NVDA dropped 10% in a session, 2026-06-27, never another 10% day ├── FED cut 25bps, 2026-07-29, never cuts again ├── FROG trended #1 worldwide, 2026-05-02, never #1 again ├── ETH5K reached $5,000, 2026-09-03, never below again ├── BTC150 broke $150,000, 2026-09-10, never below again ├── AAPL announced a buyback, 2026-05-01, never another ├── TSLA Musk mentioned it on X, 2026-09-11, never again ├── VOL1B a token cleared $1B daily volume, 2026-08-22, never again
06 · tokenThe token
Never Pad 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
- $NEVERPAD
07 · honestWhere this is
├── done the counter, example markets, simulated launch flow, FAQ ├── launch contract on the site ├── next a way to record a repeat on a coin ├── not planned an oracle that decides whether something happened