Veltex monitors Solana wallets in real-time, scores them by profitability, win rate, and trading consistency — then lets you automatically mirror their trades via Jupiter v6.
- Non-custodial — your SOL never leaves your Phantom wallet
- Sub-50ms latency — from on-chain detection to swap execution
- Jupiter v6 — optimal routing across all Solana DEXes
- Helius RPC — real-time transaction streaming and enhanced APIs
Solana Mainnet
↓ Helius RPC (real-time webhook)
Signal Engine → detect swap transactions
↓
Wallet Scorer → update PnL, win rate, score
↓
Alert System → email / telegram / in-app
↓ (if copy trade enabled)
Risk Engine → check allocation, stop-loss
↓
Jupiter v6 → build optimal swap route
↓
Phantom Wallet → user signs transaction
↓
Solana → confirmed <50ms
| Feature | Free | ⚡ Lifetime |
|---|---|---|
| Wallet tracking | 5 wallets | Unlimited |
| Copy trading | 1 (manual) | Unlimited (auto) |
| Real-time alerts | ✓ | ✓ |
| Stop-loss automation | — | ✓ |
| Full PnL analytics | — | ✓ |
| API access | — | ✓ |
| Monthly fee | Free | 0.05 SOL once |
Frontend
- Vanilla HTML/CSS/JS
- Tailwind CSS
- GSAP animations
- Iconify icons
Backend
- PHP 8+ REST API
- MySQL database
- JWT authentication
- PHPMailer (SMTP)
Blockchain
- Helius API — real-time Solana RPC & enhanced transactions
- Jupiter v6 API — DEX aggregator for swap execution
- Phantom Wallet — non-custodial transaction signing
- CoinGecko API — SOL/USD price feeds
public_html/
├── index.html # Homepage
├── dashboard.html # Main app (SPA)
├── pricing.html # Plans & payment
├── login.html # Auth (email + Phantom)
├── docs.html # Documentation
└── api/
├── config.php # DB connection & JWT helpers
├── auth.php # Login, register, wallet_login
├── wallets.php # Track, list, delete, transactions
├── helius.php # Helius RPC helpers
├── copytrade.php # Jupiter quote & swap execution
├── payment.php # SOL payment verification
├── mailer.php # Email notifications
└── admin.php # Admin panel API
users — accounts (email or wallet login, plan)
payments — SOL payment submissions & confirmations
tracked_wallets — user's tracked wallets + copy settings
sessions — JWT session managementBase URL: https://veltex.xyz/api
All requests use POST with JSON body. Include token from localStorage for authenticated endpoints.
POST /api/wallets.php
{
"action": "list",
"token": "your_session_token"
}Full API docs at veltex.xyz/docs.html
- Real-time wallet tracking via Helius
- Copy trading via Jupiter v6
- Email + Phantom wallet login
- SOL payment system
- Admin panel
- Telegram alert bot (@VeltexAlertBot)
- Wallet leaderboard with real scoring
- Mobile app (iOS + Android)
- 2FA authentication
- Multi-chain support (Ethereum, Base)
- Public REST API
Built for shared hosting (Hostinger). Requires:
- PHP 8.0+
- MySQL 5.7+
- cURL extension
- SSL certificate
- Website: veltex.xyz
- Twitter: @useveltex
- Telegram: t.me/veltexapp
- Email: support@veltex.xyz
Built with ☕ on Solana



