Bicrypto 6.0.6

5 January 2026

This release has upgrade notes. Read them before updating — they describe behaviour changes that need your attention.

IMPROVEMENTSBINARY TRADINGSECURITY

Core v6.0.6

Release Date: January 5, 2026 Tags: IMPROVEMENTS, BINARY TRADING, SECURITY

Overview

Version 6.0.6 introduces an improved Binary Market management experience with a redesigned creation wizard, and fixes reCAPTCHA integration for more reliable authentication.


Upgrade Notes

Step 1: Configure reCAPTCHA v3

Important: Before running the updator, you must ensure reCAPTCHA is configured correctly in your .env file. reCAPTCHA v2 is no longer supported - you must use v3.

  1. Follow the complete setup guide: Authentication Setup

  2. When creating your reCAPTCHA keys in Google Admin Console:

    • Select reCAPTCHA v3 (NOT v2 - v2 will not work)
    • Add your domains (e.g., yourdomain.com, www.yourdomain.com)
    • Copy both Site Key and Secret Key
  3. Update your .env file with the v3 keys:

    NEXT_PUBLIC_GOOGLE_RECAPTCHA_SITE_KEY="your-v3-site-key"
    NEXT_PUBLIC_GOOGLE_RECAPTCHA_SECRET_KEY="your-v3-secret-key"

::alert{type="warning"} If you previously had reCAPTCHA v2 keys configured, you must generate new v3 keys. v2 keys will not work with this update. ::

Step 2: Run Updator

pnpm updator

This will bundle your updated .env configuration into the production build.

Upgrade Support

For assistance with migration or issues:


Changed

Binary Market Management

A redesigned experience for creating and editing binary markets:

New Market Creation Wizard

  • Step-by-Step Process: Clear 3-step wizard for adding new binary markets
  • Market Source Selection: Choose between exchange markets or ecosystem markets with visual guidance
  • Smart Filtering: Only shows markets not already added as binary markets
  • Search Functionality: Quick search to find specific trading pairs
  • Visual Feedback: Modern card-based selection with clear progress indicators

Market Configuration Options

  • Active Status: Enable or disable trading on the market
  • Trending Badge: Mark markets as currently trending
  • Hot Badge: Feature markets as popular/hot

Edit Page Improvements

  • Unsaved Changes Detection: Visual indicator when changes haven't been saved
  • Reset Functionality: Quickly revert to original values
  • Loading States: Proper loading indicators during operations

reCAPTCHA Integration

  • Changed reCAPTCHA script loading so it loads reliably in production environments
  • Changed the reCAPTCHA badge to be hidden globally for a cleaner interface (compliant with Google's terms)
  • Changed the handling of a reCAPTCHA that fails to load, which is now graceful rather than blocking

Documentation

  • Changed the setup documentation to give the correct instructions for reCAPTCHA v3 rather than v2
  • Added clear guidance on adding domains in the Google reCAPTCHA Admin Console