polyfrontlabs
polyfrontbot-client
JavaScript

Client-side system for the PolyFront MEV bot, providing fast execution, Polygon integration, and automated trading logic. Optimized for performance and stability.

Last updated May 25, 2026
13
Stars
0
Forks
0
Issues
0
Stars/day
Attention Score
36
Language breakdown
JavaScript 96.4%
CSS 2.6%
Batchfile 0.8%
HTML 0.1%
Files click to expand
README

PolyFront MEV Bot

Version Node.js Platform Polygon License Telegram

Automated MEV bot for Polymarket. Monitors the Polymarket API and Polygon mempool, executes trades milliseconds before others, and captures profit on the spread.

| Min Profit | Execution Speed | Operation | |:----------:|:---------------:|:---------:| | 0.01%+ | < 50ms | 24/7 |


Requirements


Installation

1. Install Node.js

If you don't have Node.js installed, download it from nodejs.org (LTS version). This also installs npm which is required to run the bot.

2. Download the bot

Click the green "Code" button at the top of this page, then "Download ZIP". Extract the archive to any folder.

Or if you have git installed:

git clone https://github.com/polyfrontlabs/polyfrontbot-client.git
cd polyfrontbot-client-main

3. Install dependencies

Windows (quick): double-click 00_install-windows.bat — it will check Node.js and install everything automatically.

Windows / macOS / Linux (terminal):

npm run install-all

This installs the main bot, the panel backend, and the panel frontend in one command.


Configuration

The .env file is created automatically during installation. Open the web panel and go to Settings → Wallet → Private Key to add your wallet key.

Security: never share your .env file or private key with anyone.

Usage

Windows (quick)

Double-click 01_start-windows.bat — opens the web panel at http://127.0.0.1:3100.

Windows / macOS / Linux (terminal)

npm start

This starts the bot with the web panel. Open http://127.0.0.1:3100 in your browser to access the dashboard.

On first launch the bot will ask for your license key. After activation you will see the available modules.


Free Trial

Want to try before you buy? A free trial license is available:


Features

  • MEV front-running — detects large market orders and captures the spread
  • Copy trading (free bonus) — mirror trades from profitable wallets in real-time
  • HWID-locked license — one activation per machine, secure and non-transferable
  • Fully open-source client — audit the code yourself

Links

| | | |---|---| | Website & Buy license | polyfront.bet | | Support Telegram | @PolyFrontBot |


License

Proprietary. See polyfront.bet for terms.

© 2026 GitRepoTrend · polyfrontlabs/polyfrontbot-client · Updated daily from GitHub