Skip to content

Real-time Updates

GoonPad provides instant updates for prices, trades, and events via WebSocket technology.

What Updates in Real-time?

Token Prices

  • Price changes every trade
  • Market cap updates instantly
  • 24h change calculations
  • Bonding curve progress

Trading Activity

  • Buy/sell transactions
  • Trade amounts and prices
  • Trader wallet addresses
  • Transaction signatures

Token Events

  • New token launches
  • Token graduations
  • Milestone achievements
  • Creator updates

Live Feeds

  • Edging Feed (active tokens)
  • Nutted Feed (graduated tokens)
  • Trending tokens
  • Recent trades

How It Works

WebSocket Connection

GoonPad uses WebSocket protocol for bidirectional, real-time communication:

Browser ←→ WebSocket ←→ GoonPad Backend ←→ Solana Blockchain

Benefits:

  • Instant updates (< 1 second)
  • No page refreshing needed
  • Low bandwidth usage
  • Efficient data transfer

Subscription Model

The platform uses pub/sub pattern:

  1. You connect to WebSocket server
  2. Backend subscribes to Solana blockchain events
  3. Events stream to all connected clients
  4. UI updates automatically

User Experience

Auto-Updating Charts

Price charts update without refresh:

  • New data points added live
  • Chart scales automatically
  • Smooth animations
  • Historical data preserved

Live Trade Feed

See trades as they happen:

  • ✅ Buy: Green flash + sound
  • ❌ Sell: Red flash + sound
  • Trader address shown
  • Transaction link to explorer

Graduation Notifications

When tokens graduate:

  • Confetti animation
  • Popup notification
  • Token moves to Nutted feed
  • Stats update immediately

Token Counters

Live counters for:

  • Market cap (updates every trade)
  • Holder count (updates on transfers)
  • 24h volume (rolling calculation)
  • Progress to graduation (%)

Features

Toast Notifications

Platform shows toast notifications for:

New Tokens:

New: New token launched!
GOON (Goon Coin) just went live
[View Token]

Graduations:

 Token graduated!
GOON reached 85 SOL and nutted!
[View on Nutted Feed]

Large Trades:

Whale Alert:
Someone bought 10 SOL of GOON
[View Transaction]

Sound Effects

Optional sound notifications:

  • Buy: Cash register "ka-ching"
  • Sell: Swipe sound
  • Graduation: Celebration sound
  • New token: Bell chime

Toggle in settings (mute/unmute)

Visual Indicators

Price Movement

  • Green arrow: Price up
  • Red arrow: Price down
  • Gray arrow: No change

Trade Flash

  • Green flash on buy
  • Red flash on sell
  • Flash intensity = trade size

Progress Bars

  • Fills in real-time to graduation
  • Changes color near 85 SOL
  • Pulses when close to nutting

Performance

Optimizations

GoonPad optimizes real-time performance:

Debouncing:

  • Rapid updates batched
  • UI updates max 60 FPS
  • Prevents flickering

Smart Loading:

  • Only visible tokens updated
  • Scrolled-away tokens paused
  • Memory-efficient

Connection Management:

  • Auto-reconnect on disconnect
  • Exponential backoff
  • No duplicate subscriptions

Network Usage

Typical bandwidth:

  • Idle: ~1 KB/s (heartbeat)
  • Active trading: ~5-10 KB/s
  • High activity: ~20 KB/s

Very efficient compared to polling!

Browser Compatibility

Real-time features work on:

  • ✅ Chrome/Edge (full support)
  • ✅ Firefox (full support)
  • ✅ Safari (full support)
  • ✅ Mobile browsers
  • ❌ Internet Explorer (not supported)

Troubleshooting

Updates Not Working

Check:

  1. Internet connection stable?
  2. Browser WebSocket support (F12 → Network → WS)
  3. Ad-blocker not blocking connections?
  4. Page recently refreshed?

Fix:

  • Refresh page (Ctrl+R / Cmd+R)
  • Check browser console for errors
  • Disable ad-blockers temporarily

Delayed Updates

Causes:

  • Slow internet connection
  • High platform traffic
  • Solana RPC lag

Solutions:

  • Check internet speed
  • Try different browser
  • Wait for traffic to decrease

Connection Drops

Why:

  • Network interruption
  • Mobile data switch
  • VPN disconnect

Auto-recovery:

  • Platform auto-reconnects
  • Subscriptions restored
  • Data synced on reconnect

Developer Integration

Want real-time updates in your app?

See:

Privacy

What's Tracked

Platform tracks:

  • Token views (aggregated)
  • Active connections (count)
  • Popular tokens

What's NOT Tracked

  • Individual user behavior
  • Personal information
  • Trading strategies
  • Wallet balances

All WebSocket data is public blockchain data.

Next Steps


Enjoy the real-time experience! Everything happens live on GoonPad

Built with passion on Solana