Skip to content

kuestcom/polymarket-to-kuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Polymarket -> Kuest compatibility

Polymarket to Kuest migration

If you already have bots or tooling built for Polymarket, migrating to Kuest requires only small changes to endpoints, headers, and environment variables.

What's here

  • MIGRATION.md — step-by-step migration guide for humans.
  • mapping.json — machine-readable mapping for automation or LLM-assisted refactors.
  • AGENTS.md — compact instructions for coding agents and migration tooling.

Quick notes

  • Replace POLYMARKET_ with KUEST_ in env vars and auth headers.
  • Replace *.polymarket.com with *.kuest.com (same subdomain).
  • Kuest order signing uses the EIP-712 domain CTF Exchange.
  • Gamma API is not available on Kuest.

Network (beta)

  • Kuest beta runs on Polygon Amoy (chainId 80002) and uses testnet USDC.
  • Polymarket mainnet uses Polygon (chainId 137) and USDC.e collateral.

For a step-by-step migration guide, see MIGRATION.md.

About

Migration guide and machine-readable mapping for adapting Polymarket bots and SDK integrations to Kuest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors