Building & Deploying

Chat & Refinement

Iterate on your project with follow-up prompts until it does exactly what you want.

Last updated:

Refine in chat

Every project has a built-in chat. It shows a timeline of your prompts and the changes Cryptohopper.AI made, with deployment progress inline so you can watch each build happen. This is how you improve a project after it goes live.

Sending changes

Type what you want different and press Enter. Each message triggers a new build and redeploy. For example:

  • “Add a stop-loss at 5% below entry.”
  • “Show 24-hour change per coin in the table.”
  • “Switch the pair to SOL/USDT.”
  • “Add a chart of realized P&L over time.”

Queue changes during a build

If a build is already running, you do not have to wait — send your next message and it is queued and processed automatically when the current deployment finishes. Line up several refinements and let them run in order.

Tips for good refinements

  • One change at a time. Smaller, focused changes are easier to review and less likely to introduce surprises.
  • Be specific.Say exactly what to change rather than “make it better”.
  • Reference what exists.Mention “the positions table”, “the stop-loss rule”, or “the price chart” so the change lands in the right place.

Check each change

After each refinement, open your project and confirm it behaves the way you expect before moving on — and keep a trading bot in paper mode until you have verified its logic. You own and are responsible for what you deploy.