Download Local Bot
Get started with Trade Beam by creating an account on the FM Portal, choosing a subscription tier, and downloading your pre-configured bot setup.
1Create an Account
Visit fm-portal.trade-beam.com and create your Trade Beam account. You can sign up with your email address. After verifying your email, you will have access to the FM Portal dashboard.
2Choose a Subscription Tier
Trade Beam offers multiple subscription tiers to match your trading needs. Each tier includes different features and bot instance limits.
| Tier | Bot Instances | Features |
|---|---|---|
| Free | 1 | Basic grid trading, community support |
| Bronze | 3 | Multiple strategies, email support |
| Silver | 5 | Advanced analytics, priority support |
| Gold | 10 | All features, dedicated support |
| Bitcoin | Unlimited | Enterprise features, 1-on-1 onboarding |
3Create a Bot Instance
From your FM Portal dashboard, click Create Bot to set up a new bot instance. You will be asked to:
- Select the trading strategy (e.g., Normal Grid Bot)
- Choose the instrument (e.g., BTC-PERPETUAL)
- Configure your grid parameters
Once created, the portal generates a unique SUBSCRIPTION_UUID for your bot instance, which is embedded in the downloadable docker-compose file.
4Download docker-compose.yml
Click the Download button on your bot instance page. This downloads a docker-compose.yml file that is pre-configured with your subscription UUID. The file includes:
- The trading bot container
- A bundled Redis instance for local caching
- Pre-filled environment variables (UUID already set)
Next Step
After downloading, follow the Installation Guide to set up Docker, configure your Deribit API keys, and start the bot.
