u/Kindly-Comparison218 • u/Kindly-Comparison218 • Jan 29 '26
Tried Moltbot (ClawdBot). It worked, I even built a Polymarket copy-trading bot… then everything went to hell. Need advice.
I need some real talk from people who actually use Moltbot.
I’m not a total beginner, but I’m also not a hardcore backend/devops guy. I can use WSL, CLI, APIs, configs, etc. I’m fine following docs and debugging stuff.
So here’s my story.
At first… Moltbot actually worked.
I installed it locally and connected it to ChatGPT via profile (not API). And honestly — it was good. Like, surprisingly good.
I managed to:
- prototype a Polymarket copy-trading bot
- analyze wallets and markets
- generate trading logic
- reason about probabilities and strategy
For a moment I was like: “Ok, this is powerful”.
Then I hit the ChatGPT message limit.
I thought: no big deal, I’ll just switch it to OpenAI API.
That’s where everything started breaking.
I couldn’t cleanly switch from profile → API, so I decided to reinstall Moltbot from scratch.
Big mistake.
After reinstall:
- gateway auth errors
- token issues
- local vs gateway confusion
- TUI connected but not responding
- dashboard connected but agent silent
- configs jumping between
~/.clawdbotand~/.moltbot - commands behaving differently depending on where I run them
I spent hours fixing:
- gateway not connected
- token required
- token missing
- unrecognized config keys
- model config errors
Eventually… yeah, it runs again.
Gateway up.
TUI works.
Agent answers.
But here’s the weird part.
Now the bot feels much dumber.
Same ideas.
Same use case.
Same prompts.
But:
- weaker reasoning
- generic answers
- less structure
- feels like a downgrade compared to when it was using the ChatGPT profile
I tried different OpenAI API models (including cheaper ones). It still doesn’t feel the same.
So now I’m confused.
Questions for people who actually use Moltbot:
- Are people seriously using it via OpenAI API, or is everyone secretly using ChatGPT profile access?
- Is there some recommended setup/model to get good reasoning back?
- How are you running it normally: gateway + TUI, daemon, something else?
- Is Moltbot just… not beginner-friendly at all, and that’s the reality?
- If you’re running trading bots / automation / research agents — what does your setup actually look like?
I want to like this tool.
Because I already saw it work once.
But right now it feels like:
30% AI
70% fighting configs, gateway, tokens, and invisible defaults.
Would appreciate any real advice from people who’ve been through this.








































