Skip to content
Discussion options

You must be logged in to vote

This sounds more like an execution/market microstructure issue rather than a strategy problem.

A low fill rate on Polymarket usually comes from a combination of:

  1. Passive orders (maker-only) sitting too far from the spread
    If you’re placing limit orders away from best bid/ask, they simply won’t get hit. You may need to tighten your quotes or dynamically follow the top of the book.

  2. Latency and stale pricing
    Even small delays (1–2s) can make your orders irrelevant. If you're deriving signals from external sources (e.g., CEX data), your quotes may already be outdated when they reach the orderbook.

  3. Liquidity fragmentation
    Some markets on Polymarket are thin. If size > available liquidity…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@endovix
Comment options

Answer selected by asseph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Codespaces Your development environment, in the cloud. Run VS Code and code on GitHub's cloud platform, Question Ask and answer questions about GitHub features and usage Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community! source:ui Discussions created via Community GitHub templates
2 participants