MicroaiBots is a catalog of configurable trading bots and automation scripts for Solana and prediction markets.
The available products cover:
- Prediction-market entry automation
- Complementary-outcome arbitrage
- Cross-venue prediction-market comparison
- Extreme-price reversal monitoring
- Jupiter cyclic route scanning
- DFlow cyclic route scanning
- Jupiter and DFlow cross-router comparison
Discover more at → https://microaibots.com
Each package includes guided installation, environment-variable documentation, configurable controls, and paper-mode support where available.
More bots will be added soon!
| Bot | Category | Market | Strategy | Execution |
|---|---|---|---|---|
| Polymarket 5-Minute 99¢ Pro | Prediction | Polymarket | Late-stage outcome entry | Automated |
| Polymarket Complementary-Outcome Arbitrage | Arbitrage | Polymarket | Matched UP and DOWN pricing | Dual-leg |
| Polymarket 1¢ Reversal Pro | Prediction | Polymarket | Extreme-price reversal | Automated |
| Jupiter × DFlow Router Arbitrage | Arbitrage | Solana | Cross-router cyclic arbitrage | Atomic where supported |
| Jupiter Atomic Route Arbitrage | Arbitrage | Solana | Single-router cyclic arbitrage | Single transaction |
| DFlow Atomic Arbitrage | Arbitrage | Solana | DFlow cyclic arbitrage | Atomic where supported |
- Zero to shipped in hours, not weeks
- Pre-configured stack with hot-reload, type safety, and API-first architecture
- "Vibe coding" friendly — focus on logic, not boilerplate
- Extensible plugins & modules for rapid iteration
- CLI tools that actually get out of your way
"I cloned it, ran
python main.py, and had a working prototype in 15 minutes."
It is for devs, vibe coders, researchers, traders, Polymarket degens, crypto natives, chain devs, and students — anyone who wants to ship fast without breaking the bank.
🧱 Cheap bucks. Ready-to-go. Build on top of it.
Monitors supported five-minute markets and waits for an outcome to reach a configurable late-stage entry price.
- Configurable entry price
- Time-remaining filters
- Minimum-liquidity requirement
- Maximum-spread limit
- Maximum order exposure
- Fill-status tracking
- Settlement reporting
| Item | Amount |
|---|---|
| Entry price | $0.99 |
| Winning settlement | $1.00 |
| Maximum gross gain | $0.01 |
| Potential loss | Up to $0.99 |
POLYMARKET_API_KEY=
POLYMARKET_API_SECRET=
TARGET_ENTRY_PRICE=0.99
MAX_ORDER_SIZE=
MIN_TIME_REMAINING=
MAX_SPREAD=Monitors complementary outcomes and looks for matched executable prices below the potential combined settlement value.
Estimated net edge
=
Settlement value
− UP cost
− DOWN cost
− Estimated costs
- Monitors both outcome order books
- Uses executable depth
- Calculates matched quantities
- Applies minimum-edge requirements
- Limits delay between order legs
- Handles partial fills
- Records settlement results
| Outcome | Price |
|---|---|
| UP | $0.47 |
| DOWN | $0.50 |
| Combined cost | $0.97 |
| Potential settlement | $1.00 |
| Gross theoretical edge | $0.03 |
POLYMARKET_API_KEY=
POLYMARKET_API_SECRET=
MIN_NET_EDGE=
MAX_LEG_DELAY_MS=
MAX_MARKET_EXPOSURE=
PAPER_TRADING=true
Monitors outcomes trading near a configurable low-price level and waits for reversal confirmation.
| Model | Example |
|---|---|
| Short reversal | Buy at $0.01 and target $0.02 |
| Settlement hold | Hold the position until official resolution |
- Extreme-price monitoring
- Reversal confirmation
- Minimum-liquidity checks
- Maximum-spread limits
- Profit targets
- Time stops
- Daily-loss limits
- Strict position sizing
POLYMARKET_API_KEY=
POLYMARKET_API_SECRET=
TARGET_ENTRY_PRICE=0.01
TARGET_EXIT_PRICE=0.02
MAX_ORDER_SIZE=
DAILY_LOSS_LIMIT=Compares Jupiter and DFlow routes for SOL-based round-trip pricing differences.
Jupiter: SOL → Token X
DFlow: Token X → SOL
- Dual-router quote comparison
- SOL round-trip construction
- Quote-age filtering
- Token allowlists
- Price-impact controls
- Minimum net-profit requirements
- Transaction simulation
- Atomic execution where supported
SOLANA_RPC_URL=
WALLET_PRIVATE_KEY=
DFLOW_API_KEY=
STARTING_SOL_AMOUNT=
MIN_NET_PROFIT_SOL=
MAX_QUOTE_AGE_MS=Searches Jupiter route combinations for cycles that begin and end in SOL.
SOL → USDC → Token X → SOL
- Jupiter route scanning
- Multi-hop cycle discovery
- Transaction simulation
- Minimum-output protection
- Price-impact filtering
- Quote freshness checks
- Single-transaction execution where supported
- No custom contract deployment
SOLANA_RPC_URL=
WALLET_PRIVATE_KEY=
STARTING_SOL_AMOUNT=
MIN_NET_PROFIT_SOL=
MAX_PRICE_IMPACT_BPS=
PRIORITY_FEE_LAMPORTS=Uses supported DFlow routing data to search for SOL-based cyclic routes.
- DFlow route monitoring
- SOL-based cycles
- Transaction simulation
- Quote-expiration controls
- Maximum price-impact limits
- Token allowlists
- Daily fee limits
- RPC failover
- Authorized API configuration where required
SOLANA_RPC_URL=
WALLET_PRIVATE_KEY=
DFLOW_API_KEY=
MIN_NET_PROFIT_SOL=
MAX_PRICE_IMPACT_BPS=
DAILY_FEE_LIMIT_SOL=unzip bot-package.zip
cd bot-packagepython --versionPython 3.11 or newer is recommended.
python -m venv .venvsource .venv/bin/activate.venv\Scripts\Activate.ps1python -m pip install --upgrade pip
pip install -r requirements.txtcp .env.example .envpython main.py --mode liveConfigure locally
↓
Start paper mode
↓
Review detected opportunities
↓
Validate fees and expected output
↓
Fund a dedicated wallet
↓
Begin with minimum size
↓
Monitor logs and execution
- Use a dedicated trading wallet.
- Keep only limited funds in the wallet.
- Never commit
.envfiles. - Never share seed phrases or private keys.
- Use private RPC endpoints where appropriate.
- Restrict API-key permissions.
- Rotate credentials if exposure is suspected.
- Start with paper mode.
- Set strict daily exposure limits.
Telegram is the priority support channel.
- Telegram: https://t.me/@dexlenai
- Twitter: https://x.com/0xdexlenai
- Support page: https://microaibots.com/support
When requesting help, include:
- The bot name.
- Your operating system.
- Your Python version.
- The installation step that failed.
- The exact error message.
- Your payment order ID for purchase-access issues.
Never send wallet private keys, seed phrases, passwords, or complete .env files.



