PolyVolt Playbook

The honest, opinionated path from "I just installed this" to "I can responsibly run it live"

7 phases~3-6 weeks totalEducation only

The 7-Phase Path

Walk every step. No skipping.
Phase 1

Learn the market you're playing in

Goal:Know what UP/DOWN actually means before reading a single signal.

Do this

  • Open Markets — look at how BTC, ETH, and SOL move on the 1m chart.
  • On any asset overview, watch the price tick second-by-second for at least 5 minutes.
  • Read the Beginner Guide — every term you don't know costs you money later.

Watch for

If the price chart confuses you, you are not ready to take the bot's signal at face value yet.

Phase 2

Understand how PolyVolt actually decides

Goal:The bot is not magic. It's five inputs weighted into a confidence score.

Do this

  • Open any workspace → Signal tab.
  • Look at the score bars: confidence, prob UP, prob DOWN, RSI.
  • Read the AI Coach panel and see why the bot is leaning a direction.
  • Cross-check with the indicators table — does the EMA agree? Is volatility low?

Watch for

When indicators disagree, confidence should fall. If confidence is high but the indicators contradict each other, treat it as a YELLOW flag.

Phase 3

Configure the bot for your style

Goal:Stricter settings = fewer trades, higher quality. That's the trade-off.

Do this

  • Go to Settings. Set Min Confidence to at least 65% (default).
  • Tighten Max Spread to 0.06 or lower for prediction markets.
  • Pick a Preferred Timeframe — 5m is the sweet spot for short-horizon prediction markets.
  • Set Max Bet Size to $1 while you're still learning.

Watch for

If you crank thresholds too high, the bot will simply never fire and you'll learn nothing. Calibrate by checking how many TRADE_READY alerts you see per day.

Phase 4

Run honest backtests

Goal:Make the bot prove itself on historical data before it touches money.

Do this

  • Open Backtesting. Run BTC 5m first in Balanced mode.
  • Read the Win Rate Honest Read panel — what's the break-even win rate?
  • Toggle Strict + Sweep to find which parameters performed best historically.
  • Cross-reference: does the suggested setting match what you set in Settings?

Watch for

A backtest that looks too good is usually overfit. Run multiple assets and timeframes — if results vary wildly, the strategy is brittle.

Phase 5

Paper trade for at least 200 closed trades

Goal:Live data, fake money. This is the most important step — don't skip it.

Do this

  • Open Paper Trading. Open the Account Settings panel.
  • Set Starting Balance to $100 (or whatever feels like learning money).
  • Set Position Size to $1 per trade.
  • Enable Paper Trading and walk away for a few days.
  • Come back and read the stats: win rate, profit factor, drawdown.

Watch for

You need 200+ trades minimum. Anything less is statistical noise. The bot will explicitly tell you when you've crossed into READY FOR TINY LIVE TEST status.

Phase 6

Wire your Polymarket adapter (optional, advanced)

Goal:Connect PolyVolt to your own Polymarket account — at your own risk.

Do this

  • Open Live Trading. Read the entire red warning banner.
  • Implement your Polymarket CLOB order function in your own code.
  • Call setLiveOrderAdapter() exactly once, after you've audited it.
  • Never paste private keys into PolyVolt or any UI. They live in your environment only.
  • Test the adapter with $0.10 orders first.

Watch for

If you cannot read EIP-712 signing code, you are not ready to do this step. Stay in paper mode.

Phase 7

Tiny-live test phase

Goal:Bridge from paper to real money with the smallest possible stake.

Do this

  • Confirm all 8 readiness gates on the Live Trading page are green.
  • Set Max Order Size to $0.10–$1 — laughably small on purpose.
  • Set Daily Loss Limit to $1 and Hard Stop to $5.
  • Engage live mode for ONE asset/timeframe pair only.
  • Compare live results vs paper for at least 2 weeks before scaling.

Watch for

Live results almost always look worse than paper because of slippage, latency, and emotion. If live performance is 20%+ worse than paper, kill it and re-investigate.

Six Principles That Outlive Strategies

Tiny size beats clever strategy

Position sizing is the single biggest determinant of survival. A 70% win-rate strategy with bad sizing still goes to zero.

Patience > activity

Forcing trades because you're bored is the fastest way to lose. NO TRADE is a position.

Higher timeframes are usually safer

1m signals are noisier than 5m. 5m is noisier than 15m. Beginners should default to 5m or 15m for paper trading.

Drawdown control beats peak return

A strategy that earns 30% with 40% drawdown will be abandoned mid-drawdown. Aim for ≤ 12% drawdown.

Validate, then act

Backtest → paper → tiny live. Skipping any step is how people learn what 'gambling' actually means.

The bot is a tool, not a fortune teller

It compresses 5 indicators into a score. It cannot see news, large traders, or future shocks. Treat its output as a hypothesis.

Hard Truths

  • Most traders lose money. Including ones with "edge". Your job is to lose less, not to win more.
  • Backtests lie a little, paper lies a little less, live tells the truth. Expect live to underperform paper by 20–40% just from slippage and emotion.
  • Polymarket can resolve unexpectedly. A market close timestamp can drift; a reference price source can disagree. Always have a manual override.
  • The bot has no memory of news. Major macro events (Fed meetings, CPI prints, ETF approvals) can invalidate every indicator. Pause the bot around scheduled events.
  • You are responsible. Not the model, not the AI, not the chart. Every order has your name on it.

Beginner FAQ

Plain-English answers to common questions about PolyVolt.

What is PolyVolt?

PolyVolt is a dashboard that watches Bitcoin, Ethereum, and Solana prices in real time and uses a signal model to estimate whether the price is more likely to go UP or DOWN in the next few minutes. It is a learning tool — not a guaranteed profit machine.

How does the signal work?

The signal combines several technical indicators: RSI (measures momentum), EMA crossovers (short-term vs. longer-term trend), and recent price momentum. When most of these agree on a direction, confidence goes up. When they disagree, the signal says NO TRADE.

What does confidence mean?

Confidence is a number from 50% to 95%. It measures how strongly all the indicators agree. 50% means no edge — the signal is 50/50. 80% means most indicators are pointing the same way. It does NOT mean you will win 80% of the time. The market can always surprise you.

What is Paper Trading?

Paper trading lets you practice with fake money. Trades open and close automatically based on signals — but no real money moves, no wallet is connected, and no orders are sent to Polymarket. Use it to build a track record before ever considering a real trade.

What does the readiness label mean?

NOT READY: fewer than 25 paper trades — too early to judge. TESTING: 25–99 trades or performance is weak. PAPER PROFITABLE: consistent profit in paper trading, but keep going. READY FOR TINY LIVE TEST: 200+ trades, profit factor ≥ 1.3, max drawdown ≤ 12%. Even then, only risk the smallest possible amount when you transition to live.

What is Backtesting?

Backtesting replays the signal strategy on historical price data to see how it would have performed. The results show win rate, profit/loss, profit factor, and more. Important caveat: past performance does not guarantee future results. Markets change.

What is the Parameter Sweep?

The sweep runs the backtest ~100 times with different settings (confidence thresholds, spread limits, timing modes) and ranks the combinations. Use it to find settings that have historically performed better — but always validate with fresh paper trading before acting.

What is profit factor?

Profit factor = total profits / total losses. A value of 1.0 means you break even. Above 1.3 is generally considered decent. Below 1.0 means you lose more than you make. It does not account for individual risk, position sizing, or commissions.

What is drawdown?

Drawdown is the biggest drop from a peak balance to the lowest point before recovery. A 20% drawdown on a $100 account means the balance fell to $80 at some point. Smaller drawdown is better — it means the strategy stays more stable through losing streaks.

Is this safe to use with real money?

PolyVolt is NOT a financial advisor. Real trading on Polymarket involves real financial risk. The bot cannot predict the future. Crypto markets move fast and can reverse instantly. Never trade money you cannot afford to lose. The recommended path is: paper trade first, reach READY FOR TINY LIVE TEST status, then only risk a very small amount.

Disclaimer

PolyVolt is a research and education tool. It does not provide financial advice. All trading involves risk. Past signal performance does not guarantee future results. Always do your own research before making any financial decisions.

Education only. Not financial advice. PolyVolt is a research tool — every trade decision is yours.