Use case · Volume farming

Move size. Stay flat. Collect the rewards.

Volume farming generates trading volume on reward markets without taking directional risk. You buy YES on one wallet, sell YES on another at a similar price, end up delta-neutral, and collect LP fees / volume incentives. Technically: matched orders across 20-80 proxy-routed wallets, with anti-self-trade logic to stay within ToS interpretation.

0
Net delta target - strategy is market-neutral by design
src: our deployments
20-80
Proxy-routed wallets typical for a farming desk
src: 4 client deployments
~1.2¢
Median round-trip cost per dollar of volume
src: 6-month measurements
ToS
Reviewed each deployment against Polymarket's terms
src: our compliance team
How it works

Three layers: wallets, matching, monitoring.

Volume farming is operational complexity disguised as a simple trade. The infrastructure matters more than the strategy.

01 · WALLETS

20-80 EOA wallets, each funded with a small USDC float, routed through dedicated proxies. No wallet-to-wallet direct transfers. Inventory rebalanced via on-chain swaps.

02 · MATCH

Coordinated paired orders across wallets at quoted spreads. Time-jittered to avoid pattern detection. Anti-self-trade logic to prevent literal wash trades within the protocol's definition.

03 · MONITOR

Realized volume per market. Anti-flag heuristics - concentration ratios, time-clustering, IP-fingerprint diversity. Daily report to your treasury.

Config

Volume farming config.

Compliance flags are first-class config. Concentration alerts before patterns get detected.

vol-farm.yaml config
# Volume farming config - production excerpt
strategy: "delta-neutral-volume"

wallets:
  pool_size: 48
  per_wallet_float_usdc: 2_500
  rotation: "daily-shuffle"

target_markets:
  - id_pattern: "btc-*"
    rewards_weighted: true
  - id_pattern: "eth-*"
    rewards_weighted: true

matching:
  spread_target_bps: 20
  time_jitter_seconds: [3, 90]
  max_volume_per_market_per_hour_usdc: 25_000

compliance:
  anti_self_trade: true
  proxy_per_wallet: true
  concentration_alert_pct: 15     # alert if >15% of a market's volume
Honest framing

Things to know before you wire funds.

!
ToS interpretation is your responsibility, not ours.

Polymarket's Terms cover self-dealing and market manipulation. Different lawyers read different lines differently. We ship the tooling - you and your counsel make the call on whether your specific deployment is in bounds. We won't ship for clients who refuse this conversation.

i
Reward economics shift quarterly.

What pays well in Q1 may pay nothing in Q2. We instrument the bot to abandon markets where reward yields drop below a threshold. Set it once, walk away.

!
Concentration is the easiest red flag.

If you generate 40% of a small market's volume, you stand out. Configure caps on per-market volume share - we default to 15% - and rotate aggressively.

×
No bypass of geographic restrictions.

All wallets in the pool must be operated from jurisdictions where Polymarket is accessible. We verify before deploying. Non-negotiable.

Starting points

Where the math actually pencils out.

Volume farming is real but it's only profitable on specific market structures.

BTC/ETH reward markets LP fees + volume share

Most-deployed venue

Most-deployed venue. Constant flow, programmatic rewards. Our default starting point.

New market launches Bootstrap rewards

Polymarket occasionally seeds new markets with boosted incentives

Polymarket occasionally seeds new markets with boosted incentives. Time-limited but very high return.

Specific incentive campaigns Promotion-dependent

When Polymarket runs a category-specific volume program

When Polymarket runs a category-specific volume program. Read the small print before deploying.

Budget bracket

Where this typically lands.

Single-strategy desk
$30k-$70k · 8-10 weeks

One reward-market category, 20-40 wallets, basic monitoring.

  • One market category
  • 20-40 wallets
  • Anti-flag heuristics v1
  • Daily PnL + concentration report
  • 60-day warranty
Get started

Run a desk? Let's talk infrastructure.

Volume farming projects start with a compliance review before we quote - typically a 45-minute call with your legal team in the room. We won't accept the project without it.