Lazytrader
Copytrade on polymarket made easy, put $ in our trading pool, we take copy trades based on past performance of top traders on polymarket leaderboard, instant trades. but no promise or gurantee. made for fun
Install / Use
npx skills add askwhyharsh/lazytraderInstalls into whichever agent you are using.
README
┌─────────────────────────────────────────────────────────────┐ │ Polymarket Data API │ │ (Leaderboard & Market Data) │ └─────────────────────┬───────────────────────────────────────┘ │ ↓ Every 10 minutes ┌─────────────────────────────────────────────────────────────┐ │ Ingestion Service │ │ - Fetches top traders by PnL │ │ - Syncs to local database │ └─────────────────────┬───────────────────────────────────────┘ │ ↓ Stores top trader addresses ┌─────────────────────────────────────────────────────────────┐ │ SQLite Database │ │ - Users & Shares │ │ - Top Traders List │ │ - Trade Signals │ │ - Positions & Trades │ └─────────────────────┬───────────────────────────────────────┘ ↑ │ Queries top traders ┌─────────────────────┴───────────────────────────────────────┐ │ Blockchain Event Listener │ │ - Listens to CTF Exchange OrderFilled events │ │ - Filters for top trader addresses │ │ - Creates trade signals for $10 copy trades │ └─────────────────────┬───────────────────────────────────────┘ │ ↓ Trade signals ┌─────────────────────────────────────────────────────────────┐ │ Execution Engine │ │ - Picks up trade signals every 5s │ │ - Executes $10 copy trades via vault contract │ │ - Tracks positions & PnL │ └─────────────────────────────────────────────────────────────┘ │ ↓ Transactions ┌─────────────────────────────────────────────────────────────┐ │ Vault Smart Contract (Polygon) │ │ - Holds user USDC deposits │ │ - Manages shares (ERC20-like) │ │ - Admin can execute trades but NOT withdraw │ └─────────────────────────────────────────────────────────────┘ │ ↓ Trade calls ┌─────────────────────────────────────────────────────────────┐ │ Polymarket CTF Exchange (Polygon) │ │ - Executes trades on prediction markets │ │ - Emits OrderFilled events │ └─────────────────────────────────────────────────────────────┘
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
