Holder Utility
Hold $LPAD, unlock features.
No staking contract. No lock. We read your $LPAD balance live from Base on every check. Sell, tier drops. Buy more, tier rises. Zero risk to your tokens — they stay in your wallet.
Check your tier
Reads $LPAD balance from Base mainnet, cached 60s. No transactions, no lock.
The five tiers
Soft thresholds — failing means falling back, never lockout.
Anonymous
- · All public endpoints (verify, burn, stats)
- · X bot mention reply (1 per 24h)
- · Telegram bot pitch + tweak (no ship)
Spark
- · X bot cooldown drops to 6h
- · 5% concept-curator AI inference discount
- · Priority support queue (Discord/TG)
Burner
- · X bot cooldown drops to 1h
- · 10 concept tweaks/day (vs 5)
- · Token name/ticker collision priority
Aligned
- · X bot cooldown drops to 30m
- · Skip global ship cap
- · DM relay to maintainer (rate-limited)
- · Private testing channel
Architect
- · No X bot cooldown
- · Custom tick spacing on deploys
- · Co-author credit on protocol updates
- · All Aligned benefits
Why no staking contract
Staking contracts hold user funds. That means audit risk, potential for bugs that drain wallets, lock periods that frustrate holders. We'd rather not own that risk.
Reading a balance is read-only. Your tokens stay in your wallet. You keep full custody, full liquidity, full upside on the same $LPAD that also unlocks features. Sell when you want; tier auto-adjusts on the next check.
API
Public endpoint, CORS-enabled, no auth.
GET /api/tier/{address}
→ {
"ok": true,
"address": "0x...",
"lpadBalance": "1234567.89",
"tier": {
"id": 2,
"name": "Burner",
"benefits": { ... }
},
"progressToNext": {
"name": "Aligned",
"needed": "8765432.11",
"currentPct": 12.35
}
}What's not included
- → Tier doesn't affect token deploy fees (still 80/15/5 for everyone)
- → Tier doesn't affect $LPAD market price or buy-side mechanics
- → Tier doesn't guarantee specific feature shipping timelines
- → No governance vote attached to tier (yet)
Hold what you want, get what you earn.
No commitments either way. The token works the same in your wallet whether you check your tier daily or never.