VeztaVezta
Overview

Roadmap

What we've shipped and what's coming next

Vezta is under active development. Here is an overview of what has been shipped and what is planned.

Shipped

Phase 1 -- Waitlist and Access System

  • Waitlist registration with referral codes and tweet verification
  • Access key gating for early users
  • User authentication with wallet-based login (Solana and EVM)
  • Google social login (synthetic wallet, separate account from wallet-based login)

Phase 2 -- Core MVP

  • Market aggregation from Polymarket and Kalshi (via DFlow)
  • Market browser with categories, filters, and sorting
  • Real-time price feeds via WebSocket (Socket.IO /ws)
  • Market detail pages with probability charts (6H / 1D / 1W / 1M / ALL)
  • Short-duration crypto Up/Down market pipeline (5-min Polymarket, 15-min Kalshi)

Phase 3 -- Trading

  • Polymarket trading via per-user Gnosis Safe (1-of-1) on Polygon, gasless deployment via Builder Relayer
  • Kalshi trading via DFlow (tokenized markets on Solana, non-custodial)
  • DFlow Proof KYC integration (free, ~2 minutes, Stripe Identity)
  • Market and limit order execution
  • Order book depth visualization
  • Trade history, portfolio tracking, PnL calculation
  • Cross-chain deposits (Polymarket Bridge) and withdrawals (LI.FI)

Phase 4 -- Social and Analytics

  • Top trader leaderboard with PnL, ROI, win rate, and volume rankings (10 categories × 4 periods)
  • Wallet tracker for following Polymarket traders
  • Copy trading (Lite one-click and Pro configurable)
  • PnL share cards for social media
  • News monitor with multi-source signal ingestion (~60 sources combined)

Phase 5 -- Rewards and Engagement

  • Points system with trading activity rewards
  • Daily login streaks and missions
  • Three-layer referral program with tier-based commissions
  • Events calendar for market resolutions and competitions

Phase 6 -- Insider Signals & Telegram

  • Insider-signals pipeline: 11-layer bot/copy-trader filter + 10-metric scorer + tiered fanout
  • Three Telegram channels (@vezta_signals public, @vezta_signals_beta, internal)
  • Signal-dispatch bot (@vezta_signal_bot) posts MarkdownV2 alerts with referral CTAs
  • Coordinated-cluster detection (3+ EOAs same market+side within 1h)

Phase 7 -- Backend Hardening

  • 6-container worker split (API + traders + market + misc + websocket + rtds) for CPU isolation
  • Nginx-layer CORS, rate limiting, and bot UA filtering
  • Endpoint-level rate limits on auth routes (Redis-backed sliding window)
  • Circuit breaker per exchange with auto-reset
  • Order idempotency (5-min Redis TTL)
  • Promoted-image production deploys (no rebuild on main)

Coming Next

Near-Term

  • Vezta Bot -- interactive Telegram trading bot (@vezta_bot) replacing the web flow for casual users (10-phase rollout, see plans/vezta-bot/)
  • Mobile app -- native iOS/Android via Expo (designs in plans/mobile/, 5-tab nav, bottom-sheet trading)
  • TWAP and trailing stop-loss order types
  • Cross-platform arbitrage alerts and one-click execution
  • Market comments and community discussion

Mid-Term

  • Additional market source integrations
  • Advanced portfolio analytics with risk metrics
  • Public API for programmatic trading access
  • Paper trading / demo mode for new users

Long-Term

  • Custom market creation
  • Multi-language support
  • Institutional trading features

The roadmap is subject to change based on user feedback and market conditions. Join the community on X/Twitter and Telegram (@vezta_signals) to stay up to date.

On this page