Ponslab

Whitepaper · v0.1 · September 2026 · draft

Ponslab.

A prompt-to-build playground on Robinhood Chain (Arbitrum Orbit L2, chainId 4663). Token: $PONSLAB.

Abstract

Ponslab lets a builder lock $PONSLAB to receive AI inference credit, prompt and preview an app in the browser, then deploy it to a subdomain and launch the app's own token — in one flow, from one balance, with the app's creator fee going entirely to the builder.

Two design principles govern everything else:

  1. The platform never takes the app's creator fee. Every app token launched through Ponslab records the builder as its fee recipient. The platform's only claim on a launch is a fixed $PONSLAB burn.
  2. Inference is funded by the creator tax on $PONSLAB trading, never by user payments. Consumption burns supply; it does not fill the treasury. Burn and funding are separate mechanisms with separate purposes.

1 · The product

Building an on-chain app today means wiring a frontend, hosting, a token, and a fee structure across four different tools. Ponslab compresses that into a single loop: Lock → Prompt → Preview → Launch.

A builder profile is just a wallet. Registration costs no gas; the first on-chain transaction a builder ever sends is the lock.

2 · The $PONSLAB token

There is no oracle anywhere in the system. Every economic parameter is a fixed token quantity, adjusted as market conditions move.

3 · Access and metering

3.1 The rate R

R is an on-chain, admin-editable parameter defining inference tokens granted per $PONSLAB locked. Baseline: 1,000,000 $PONSLAB ≈ $5 ≈ 100,000 inference tokens. R is fixed in token terms — its fiat equivalent floats with market price and is corrected by adjustment. R is the system's only throttle: if the treasury drains faster than tax revenue fills it, R comes down.

3.2 Three balances

BalanceBacked byExpires
L — locked tokensNo
I_base — base creditL at rate RNo
I_bonus — daily bonusTreasuryYes — 24h from issue

3.3 The daily bonus

Idle credit earns a daily bonus of 25% of idle I_base. Non-compounding — computed on base only — and each grant expires 24 hours after issue, never accumulating across days. The distribution is intentional: the builder who prompts regularly captures the most value.

3.4 Per-model credit weights

Ponslab serves the full provider catalogue, and models differ in price by orders of magnitude. Credit is therefore weighted per model against a $50-per-million-token baseline: a $50/M-output model costs 1.0 credit per token, a $10/M model costs 0.2, and free models are floored at a small minimum so consumption always burns. When a model's price cannot be determined, the full baseline weight applies — outages never mint discounts.

3.5 Withdrawal

4 · The launch flow

  1. Build — prompt and preview on a temporary subdomain, consuming credit.
  2. Burn + Launch — one atomic transaction: the vault burns a fixed $PONSLAB amount (admin-set, targeting roughly $5–10) from the builder's locked balance — inference credit reduces proportionally — and calls the pons factory in the same transaction, passing the builder's wallet as fee recipient. The builder pays the pons fee (0.0005 ETH) and gas. If the factory call fails, the burn reverts with it.
  3. Promote — on confirmation, the app moves to its permanent subdomain.

What is gated is the deploy, not the token. Token creation is open to anyone directly on pons. The burn pays for what only Ponslab supplies: app generation, hosting, and the subdomain.

5 · App lifecycle

Deployed apps live at *.ponslab.family. Apps with zero traffic for 30 days are auto-sunset — hosting is taken offline, while the app's token (which lives on pons, not on Ponslab) is unaffected. There is no slot rent; the sunset exists to cull abandoned deployments and shrink the shared domain's abuse surface.

6 · Architecture

Transparency: the backend publishes a public daily reconciliation feed — aggregate credit consumed, credit reported on-chain, and burn transaction hashes for every epoch. Anyone can compare the feed against on-chain burn events.

7 · Trust assumptions

Ponslab v1 is not trustless, and does not claim to be.

The mitigation is the public reconciliation feed above — misreporting is detectable by third parties, every day.

8 · Risks

9 · Roadmap

MilestoneScopeStatus
M1 — VaultLock, withdraw + cooldown, burn-on-consumption, bonus, launch routing (real factory wiring lands in M5)✅ Built
M2 — MeteringChain-fed quota, Orbio relay + fallback, per-model weights, daily burn reporting✅ Built
M3 — PlaygroundPrompt, preview, balances, lock form, profiles✅ Built
M4 — Deploy pipelineWildcard hosting, promotion, registry, auto-sunset, locked wallet SDK✅ Built
M5 — Launch integrationpons factory wiring, $PONSLAB launch, tax claim job◻ Next

This document describes intended v1 behaviour and will change. Nothing here is financial advice; $PONSLAB is a utility token for metering inference on Ponslab.