Pons OptionsDocs Open app ↗

Simple positions on growing Pons tokens.

Pons Options builds 24-hour YES/NO pools around the ten fastest-growing active Pons v2 curves. Rankings, market creation, settlement and payouts come from Robinhood Chain state. Users fund each other; the protocol supplies no liquidity and promises no capital beyond deposits.

Pons Options is an independent third-party interface. It is not operated by, affiliated with, or endorsed by Pons. Wallet connection requests only a public address and Robinhood Chain access; the app never asks for a seed phrase or private key.

Ranking

Launches come from the Pons v2 factory. Curve reserves and the last six hours of buys and sells reconstruct short-term marginal-price growth. Only active curve-phase launches enter the list.

p = Q / TQ = quote reserve · T = token reserve
g = (pnow / p6h − 1) × 100six-hour marginal-price growth
eligible ⇔ n ≥ 3 ∧ u ≥ 2 ∧ τ ≥ 0.003 ∧ L ≥ 0.001L = real quote reserve / graduation threshold
score = 1.6·clamp(g, −100, 500) + 8·ln(1+n) + 7·ln(1+100τ) + 1.2·min(u,20) + max(0,12−2a)n = trades · τ = quote turnover / quote reserve · u = unique traders · a = hours since last trade

The score orders the list; the displayed percentage is g. It does not affect contract settlement.

Markets

A deposit d pays a 2% fee. The remaining stake joins YES pool Y or NO pool N. Return multiples move with the pool composition.

fee = 0.02dstake = s = 0.98d
mYES = (Y + N) / YmNO = (Y + N) / N
expected YES payout = s(Y + N + s) / (Y + s)shown at the current pools; later positions can change it
2X in 24h?YES if the protected post-expiry curve price is at least twice the immutable opening price.
Graduate in 24h?YES if the Pons factory records graduation by the immutable expiry.
Thin marketIf either final pool is below 0.001 ETH, the market is void and net stakes are claimable.

Settlement

Anyone can advance settlement. No administrator selects an outcome.

p0 = Q0 / T0immutable reserves recorded when the market opens
p* = median(Q1/T1, Q2/T2, Q3/T3)three onchain observations, at least 10 minutes apart, inside one hour
2X outcome = YES ⇔ p* ≥ 2p0a single-block price cannot decide the market

Graduation resolves YES only when the factory phase is graduated and sweptAt ≤ expiry. Missing, rescued or unobservable price state follows the deterministic refund path.

Holder rewards

Of every deposit, 0.8% enters the holder vault immediately and 1.2% accrues to the claimable protocol treasury. $OPTIONS holders activate tokens with no lock or cooldown, earn ETH through a cumulative index, and can return their tokens at any time.

holder reward = 0.4 × fee = 0.008dtreasury = 0.6 × fee = 0.012d
R′ = R + (h + q) × 1027 / SR = global reward index · h = new holder fee · q = queued rewards · S = active $OPTIONS balance
earnedi = savedi + activei(R′ − paidi) / 1027claimable ETH for holder i

Contracts