Glasspad

Docs

Overview

Glasspad launches tokens on Arc through the same live Bonker factory bonker.wtf itself uses there. Every launch mints a fixed 100B-supply ERC20 — there is no custom decimals or supply input, because the factory doesn’t accept one.

Launching a token

Open Launch, connect a wallet, and pick one of two paths: a self-funded launch broadcasts deployToken directly from your wallet (you pay Arc gas). A free launch is sponsored by Glasspad’s own wallet, capped at one per connected wallet per 24 hours.

API

POST /api/launch   { account, name, symbol, image?, description?, website?, twitter?, telegram? }
                   -> 201 { launch }  (free-launch queue; 429 if this wallet already used its 24h slot)
GET  /api/launch   -> 200 { launches: [...] }  (free-launch queue, most recent 20)
GET  /api/tokens   -> 200 { tokens, total, page, pages, indexerReady }
GET  /api/health   -> 200 { ok, db }

Explore

Every token launched through the factory on Arc, self-funded or free alike. Backed by indexer/ (an Envio indexer over the factory’s TokenCreated events) — no RPC fallback, so it shows "still catching up" until that’s deployed and caught up. See lib/indexer-db.js.

Account

Account access is wallet-gated — connect an injected wallet (e.g. MetaMask) on the Account page. There is no email or password login.