Refund Policy

Nova MEV Platform

Please read our refund policy carefully before using the Nova MEV platform. By accessing our services, you acknowledge and agree to this policy.

  • No Refunds: All payments made to Nova MEV for any services, subscriptions, or transactions are non-refundable under any circumstances.
  • Final Transactions: Once a transaction is completed, it cannot be reversed or refunded. Users are advised to review all details carefully before making any payment.
  • Service Responsibility: Users are solely responsible for their trading decisions and the outcomes resulting from the use of Nova MEV’s services.
  • Disputes: In the event of a dispute, users are encouraged to contact our support team at contact@novamev.com. However, this policy remains strictly enforced.

By using Nova MEV, you acknowledge and accept that all payments are final and non-refundable. If you do not agree with this policy, please refrain from using 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.