muchTx1024/polymarket-bot-v3 ? reverse-engineered prompt
Reverse engineered prompt
Build me a Polymarket copy trading bot in TypeScript that watches a few wallets and mirrors their trades for my own account. I want a safe test mode that simulates orders first, and a live mode that can place real market orders once I’ve checked the settings. It should support either fixed dollar sizing or percentage based copying, and it should handle both buys and sells from the followed wallets. Add basic risk controls like minimum and maximum order size, a daily spending cap, and a max position per token. Keep track of seen trades and my approximate positions in a local JSON file so it does not repeat the same action twice. Use Polymarket’s public data API to watch wallet activity and the standard trading client for orders. Please make the setup simple with an env file, and include clear defaults and safety checks so I can review everything before going live.
Are you gonna build this?
make sure you review the code using coderabbit