Deployment Failure Diagnostic Wizard
Select your error code below and follow the step-by-step remediation path. Each flow ends with a clear next action and a legal disclaimer.
Select your error code below and follow the step-by-step remediation path. Each flow ends with a clear next action and a legal disclaimer.
Step 1 of 4 — Select Error Code
Choose the code that appeared in the BitThor deployment modal or API response.
This error means the current live settings for your bot do not perfectly match the parameters used during your successful simulation. This is a critical safety feature designed to help identify configuration discrepancies.
Note: Bot performance is never guaranteed, and this feature helps manage configuration risk.
Check the current bot’s live configuration hash against the Blueprint Draft hash recorded at simulation time. Use the Blueprint Drift Comparison View inside BitThor to see which fields differ.
If the hashes do not match, you must update the live bot’s settings to reflect the validated Blueprint Draft parameters.
Re-run the simulation from the updated live bot configuration to generate a new, valid Blueprint Draft.
This error indicates a temporary break in communication between your client and the BitThor platform. Connection stability is subject to external network factors and is not guaranteed.
Check your internet connection and ensure the bot service is running on your end. Also verify whether the exchange itself has a known maintenance window by checking their public status page.
Attempt to reconnect via the Reconnect button in the BitThor interface. If the issue persists:
If the connection cannot be restored after waiting, consult live support channels. Do not attempt critical trading actions until a stable connection is verified.
Your activation token has expired (typically within 5 minutes of initial verification). This is a standard security measure to ensure deployment integrity.
Confirm the time elapsed since your initial successful verification. If more than 5 minutes have passed, the token is invalid and must be refreshed.
Do not attempt to use old credentials. You must restart the finalization process.
With a fresh token issued, complete the deployment walkthrough without delay. Tokens expire on a fixed 5-minute window regardless of activity.
The MISSING_MARKET_REGIME error occurs when a non-wizard simulation run does not include the required marketRegime parameter. Valid values are: Bullish, Bearish, Sideways, Volatile.
The Market Regime is a mandatory audit context parameter. BitThor requires a declared regime for all non-wizard POST /api/v1/simulate/run-sample requests so that every simulation run has a permanent, auditable market context record.
Note: The Setup Wizard automatically defaults to Sideways when no regime is supplied. Only direct API calls are affected by this error.
marketRegime in Your RequestUpdate your simulation request body to include the marketRegime field with one of the four supported values:
"marketRegime": "Sideways" (or your preferred regime) to your JSON request payload.{ "symbol": "BTCUSDT", "durationCandles": 100, "isWizardRun": false, "marketRegime": "Bullish" }
With the marketRegime field present, resubmit the simulation request. The server will validate the value, persist it on every generated trade record, and return it in the response as marketRegime.
Full troubleshooting flowchart covering all deployment failure paths.