Docs / Live Operations / Live View

Live View

Track any Pons token — paste its address and hit Track. Everything you see is read from the chain, not fabricated.

What it shows

  • Price — live ETH/token computed from the curve's getReserves(), polled continuously
  • Chart — candles built from real CurveBuy/CurveSell events on the curve contract
  • Trade feed — the same events as a buy/sell stream with real addresses and amounts
  • Snipers — external holders reconstructed from Transfer logs, as % of circulating supply

Resolution order

getLaunchedToken on the factory resolves the curve instantly — no log scanning. Phase, pair token, reserves, threshold, and the current snipe tax all come from contract reads.

Trading here

  • Engine mode — execute trades through vault wallets; auto-buy, dump, per-wallet sell available
  • Standalone mode — buy/sell through your connected wallet: the app switches you to chain 4663, computes a 5% slippage floor from live reserves, and sends real transactions. Sells run approve first automatically.

Sparse tokens

A quiet token shows few candles — the chart draws real trades, not filler. If a token just launched and has one buy, the chart has one candle. That is the truth, not a rendering bug.