Build your Crypto Trading Bot with AI in under 5 minutes

Build an AI-generated crypto trading bot with live Cryptohopper execution. Paper-mode by default, scheduled strategy evaluation, and a live dashboard — no coding required.

How it works

Step 1

Describe your idea

Write a plain-text prompt describing what you want.

Step 2

AI builds it

FloopFloop generates production-ready code instantly.

Step 3

Deploy & go live

Your project is hosted on its own subdomain in minutes.

Why build with AI instead of hiring a developer?

FloopFloopTraditional developer
Time to launchUnder 5 minutes2-8 weeks
CostFrom $0$5,000 - $50,000+
MaintenanceIncludedOngoing retainer

Try these prompts

Copy any prompt below and paste it into FloopFloop to get started.

Build an RSI signal bot that watches BTC/USDT on a 5-minute candle. Place a buy when RSI drops below 30 and a sell when RSI rises above 70. Gate live orders behind a LIVE_TRADING env flag so paper mode is the default. Add a dashboard showing the current signal, the last price, and whether the bot is paper or live.

Create a daily DCA bot that buys a fixed amount of Bitcoin from my Cryptohopper account every day at 13:00 UTC. Let me set the base coin (BTC or ETH) and buy amount as project secrets. Show a dashboard with the configured cadence, the connected hopper, and a warning when LIVE_TRADING is off.

Build a MACD crossover bot on SOL/USDT. Use a 15-minute candle, fetch closes from Binance public klines, compute MACD with the default 12/26/9 parameters, and place a market order on my Cryptohopper hopper on each crossover. Add a dashboard with the MACD histogram, the last crossover, and recent orders.

Design a multi-coin DCA tracker: pick three coins (BTC, ETH, SOL), buy a set dollar amount of each every week, and render a portfolio dashboard with cost basis, current value (from Binance spot price), and profit percentage per coin. Use Cryptohopper for execution.

Frequently asked questions

Does FloopFloop actually place real orders?
Orders route through Cryptohopper — you connect your Cryptohopper account via OAuth on the Secrets tab, and the generated bot calls Cryptohopper's REST API to place buys/sells. FloopFloop itself never holds your keys or funds. Every template ships with LIVE_TRADING=false by default, so the first fires run in paper mode until you flip the flag.
Which exchanges are supported?
Cryptohopper handles the exchange connection, so any exchange Cryptohopper supports works — Binance, Kraken, Coinbase, KuCoin, Bitfinex, Bybit, OKX, Gemini, Gate.io, MEXC, and more. You set up the hopper on Cryptohopper with your exchange's API keys, then give FloopFloop the hopper ID.
How do I connect my Cryptohopper account?
Open your generated project, go to Project Settings → Secrets, and click Connect Cryptohopper on the integration card at the bottom of the tab. You'll be redirected to Cryptohopper to approve read/trade/manage scopes, then land back with tokens ready. FloopFloop refreshes tokens automatically every 30 minutes.
Can I write my own strategy, or am I stuck with the template?
Either works. The cryptohopper-signal-bot template ships with an RSI strategy in src/lib/strategy.ts that you can edit freely — swap in MACD, Bollinger Bands, a machine-learning model, whatever. Or start from a blank prompt and describe the strategy in English; the AI writes the code.
How does scheduling work?
Each project gets a built-in cron primitive. Templates declare schedules in a floop.crons.json manifest that auto-registers on first deploy, and you can add, edit, pause, or delete jobs from Project Settings → Secrets → Scheduled Jobs. The minimum interval is 1 minute and each fire gets a 30-second handler budget.
Is this legal / safe?
FloopFloop is a builder, not a trading service — the legal framework around your bot is between you, your exchange, and Cryptohopper. Check your jurisdiction's rules before running live orders, start with paper trading (the default), and never commit funds you can't afford to lose. Past performance is not indicative of future results; this is not financial advice.

Related builders

Explore more categories

Ready to build?

Start building your project now — no coding required.

Start Building