Privacy Policy

Nova MEV Platform

Your privacy is important to us. This Privacy Policy outlines how Nova MEV collects, uses, and protects your information when you access our services.

  • Information Collection: We collect the necessary information to provide you with our services, including wallet addresses, transaction data, and contact details, such as your email.
  • Use of Information: Your information is used strictly for the purpose of operating and improving the Nova MEV platform, including trade processing and customer support.
  • Data Security: We implement advanced security measures to protect your data from unauthorized access, ensuring your information remains confidential.
  • Third-Party Sharing: We do not sell, trade, or share your personal information with third parties except as required by law or to provide essential services through trusted partners.
  • Cookies: Our platform may use cookies to enhance user experience. By using Nova MEV, you consent to the use of cookies as described in this policy.
  • Policy Updates: We may update this Privacy Policy from time to time. Changes will be communicated through our website or platform.

If you have any questions or concerns about our Privacy Policy, please contact us at contact@novamev.com.

Real-Time MEV Opportunities

Monitor MEV opportunities and let the bot trade automatically

Automated trading optimized for Solana MEV

Efficient arbitrage and sandwich trading

Real-time analytics and performance stats

Showcase stats like ROI, trade history, and rankings.

Unique wallet generation for every user

Transparent and secure fund management

Inline menus for seamless navigation

User-friendly Telegram interface

NovaMev.jsx
Menu.jsx
const getMainMenu = (userId) => { const hasWallet = userHasWallet(userId); return { reply_markup: { inline_keyboard: [ [ { text: hasWallet ? '👛 View Wallet' : '🪪 Create Wallet', callback_data: hasWallet ? 'view_wallet' : 'create_wallet' }, { text: '🏆 MEV Leaderboard', callback_data: 'mev_leaderboard' }, ], [ { text: '🔍 Scan Opportunities', callback_data: 'scan_opportunities' }, { text: '⚙️ Bot Settings', callback_data: 'bot_settings' }, ], [ { text: '📊 Performance Stats', callback_data: 'performance_stats' }, { text: '💰 Manage Funds', callback_data: 'manage_funds' }, ], [ { text: '🚀 Start Trading', callback_data: 'start_trading' }, { text: '🛑 Stop Trading', callback_data: 'stop_trading' }, ], ], }, }; };

Want product news and updates? Sign up for our newsletter.

We care about your data. Read our privacy policy.