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.

TierBot InstancesFeatures
Free1Basic grid trading, community support
Bronze3Multiple strategies, email support
Silver5Advanced analytics, priority support
Gold10All features, dedicated support
BitcoinUnlimitedEnterprise 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.