whatisgithub

What is polymarket-sport-trading-bot?

trade-execution-labs/polymarket-sport-trading-bot — explained in plain English

Analysis updated 2026-05-18

76TypeScriptAudience · generalComplexity · 3/5LicenseSetup · moderate

In one sentence

A TypeScript bot that watches a chosen trader's wallet on Polymarket and automatically copies their bets into your account at a smaller, configurable scale.

Mindmap

mindmap
  root((repo))
    What it does
      Watches a leader wallet
      Mirrors trades at scale
      Supports dry run mode
    Tech stack
      TypeScript
      Polymarket SDK
    Use cases
      Copy a trusted trader
      Test with dry run first
      Follow multiple leaders
    Audience
      Prediction market traders
    Risks
      Financial risk
      Timing delays
      Price slippage

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Copy a chosen trader's Polymarket bets into your own account at a scaled-down dollar amount.

USE CASE 2

Run the bot in dry-run mode first to see what trades it would place before risking real funds.

USE CASE 3

Follow several leader wallets at once by listing multiple addresses in the configuration.

USE CASE 4

Set a minimum trade size so scaled-down copies below $1 are automatically skipped.

What is it built with?

TypeScriptNode.jsPolymarket SDK

How does it compare?

trade-execution-labs/polymarket-sport-trading-botboona13/sprite-labdrvx92/coinbase-copy-trading-bot
Stars767676
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderateeasymoderate
Complexity3/52/53/5
Audiencegeneraldevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires a funded Polymarket wallet and private key, dry-run mode is on by default for safe testing.

Licensed for private use only, meaning you cannot redistribute or use it commercially without separate permission.

So what is it?

This repository contains a TypeScript bot that automatically copies the trading activity of another user on Polymarket, which is a prediction market platform where people bet on the outcomes of real-world events. The idea is that you pick a wallet address of a trader whose judgment you trust, and the bot watches their activity and places matching trades in your account at a reduced scale. By default, if the leader spends $200, your bot spends $1, a ratio controlled by a configurable setting. The bot polls Polymarket's data API every 300 milliseconds by default to check for new activity from the chosen wallet. When it detects a trade, it mirrors the action: if the leader buys a position, the bot buys the same position at the scaled size, if they sell, merge, split, or redeem positions, the bot mirrors those operations too. Trades that would scale below a $1 minimum are skipped by default to stay within platform limits. Setup involves installing the project's dependencies, copying a template configuration file, and filling in your own Polymarket wallet address and private key, along with the wallet address of the leader you want to follow. A dry-run mode is enabled by default, which means the bot logs what it would do without actually placing any orders, so you can verify the behavior before running it live. You can also follow multiple leader wallets at once by listing several addresses in the configuration. The README includes a warning that copy-trading carries real financial risk due to timing delays, price slippage, and the possibility that the leader makes losing trades. The project is licensed for private use only and uses official Polymarket SDKs.

Copy-paste prompts

Prompt 1
Walk me through configuring this bot to follow a Polymarket wallet with a 1 percent scale ratio.
Prompt 2
Explain how to run this Polymarket copy-trading bot in dry-run mode before going live.
Prompt 3
Show me how to set up the bot to follow multiple leader wallets on Polymarket at once.
Prompt 4
List the financial risks this README warns about before I run a copy-trading bot with real funds.

Frequently asked questions

What is polymarket-sport-trading-bot?

A TypeScript bot that watches a chosen trader's wallet on Polymarket and automatically copies their bets into your account at a smaller, configurable scale.

What language is polymarket-sport-trading-bot written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, Polymarket SDK.

What license does polymarket-sport-trading-bot use?

Licensed for private use only, meaning you cannot redistribute or use it commercially without separate permission.

How hard is polymarket-sport-trading-bot to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is polymarket-sport-trading-bot for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.