Terms and Conditions

Nova MEV Platform

By accessing or using the Nova MEV platform, you agree to be bound by the following terms and conditions. Please read them carefully before using our services.

  • Eligibility: You must be at least 18 years old and comply with all applicable laws and regulations to use the Nova MEV platform.
  • Account Responsibility: Users are responsible for maintaining the confidentiality of their account credentials. Nova MEV is not liable for any loss or damage arising from unauthorized access.
  • Service Usage: Nova MEV provides tools for MEV trading on the Solana blockchain. Users are solely responsible for their trading decisions and outcomes.
  • Data Privacy: We respect your privacy and ensure that all collected data is handled as per our Privacy Policy.
  • Limitation of Liability: Nova MEV is not liable for any direct, indirect, or consequential losses resulting from the use of the platform, including but not limited to trading losses or technical issues.
  • Prohibited Activities: Users must not engage in fraudulent, illegal, or malicious activities while using the Nova MEV platform.
  • Amendments: We reserve the right to update these terms at any time. Continued use of the platform implies acceptance of the updated terms.
  • Termination: Nova MEV reserves the right to suspend or terminate user accounts for any violation of these terms.
  • Contact Information: For any questions or concerns, please contact us at contact@novamev.com.

By using Nova MEV, you acknowledge that you have read and understood these terms and agree to abide by them. If you do not agree, please discontinue use of our services.

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.