Skip to content

fix(polymarket): submit live orders in maker bots#77

Merged
taariq merged 1 commit intomainfrom
fix/polymarket-issue-75
Mar 6, 2026
Merged

fix(polymarket): submit live orders in maker bots#77
taariq merged 1 commit intomainfrom
fix/polymarket-issue-75

Conversation

@taariq
Copy link
Contributor

@taariq taariq commented Mar 6, 2026

Summary

  • add a shared live Polymarket execution helper for market loading, signed order submission, polling, and inventory/exposure calculation
  • wire the maker and paired Polymarket runtimes to use the real live path instead of only relabeling output as live
  • persist updated runtime state back into config.json and document the live credentials/dependencies in examples and skill docs

Testing

  • python3 -m py_compile polymarket/_shared/polymarket_live.py polymarket/maker-rebate-bot/scripts/agent.py polymarket/paired-market-basis-maker/scripts/agent.py polymarket/liquidity-paired-basis-maker/scripts/agent.py polymarket/high-throughput-paired-basis-maker/scripts/agent.py
  • pytest --import-mode=importlib polymarket/maker-rebate-bot/tests/test_smoke.py polymarket/paired-market-basis-maker/tests/test_smoke.py polymarket/liquidity-paired-basis-maker/tests/test_smoke.py polymarket/high-throughput-paired-basis-maker/tests/test_smoke.py

Closes #75.

@taariq taariq merged commit 2114601 into main Mar 6, 2026
2 checks passed
@taariq taariq deleted the fix/polymarket-issue-75 branch March 6, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Polymarket bots compute quotes but never submit orders to CLOB API

1 participant