ICO Launchpad 6.1.0
15 February 2026
ICO/STO/IDO v6.1.0
Release Date: February 15, 2026 Tags: BUG FIX, UI/UX, CRYPTO SUPPORT
Overview
Version 6.1.0 introduces full crypto-precision support across the ICO module. All price and amount inputs now accept any decimal precision, enabling proper BTC and other cryptocurrency pricing. Also includes dark mode fixes, conditional KYC display, and investment form improvements.
Changed
Conditional KYC Requirement Display
The "KYC Verification" requirement on the creator launch page is now conditional based on the platform setting icoKycRequired. When an admin disables KYC in Platform Settings → Features, the KYC requirement no longer appears in the eligibility requirements list.
Fixed
Launch Plan Price Decimal Precision
Fixed an issue where the admin Launch Plan price field only accepted 2 decimal places, preventing crypto pricing like 0.0001 BTC. The field now accepts any precision.
Token Phase Price Decimal Precision
Fixed the token offering phase price input, which was limited to 4 decimal places. It now accepts full crypto precision.
Investment Amount Validation
Fixed the investor-facing investment form, where the amount input only accepted multiples of 10 and rejected valid amounts like 5 TRX with the error "The two nearest valid values are 0 and 10". Both the input field and slider now accept any amount.
Hardcoded Dollar Sign on Upgrade Page
Fixed 4 locations on the plan upgrade page where prices were displayed with a hardcoded $ prefix. Prices now correctly show the plan's actual currency (e.g. "0.0001 BTC" instead of "$0.0001").
Wallet Balance Truncation
Fixed the payment step displaying wallet balance with only 2 decimal places, which would show "0.00" for small crypto balances. It now displays the full precision value.
Review Step Price Truncation
Fixed the launch review step truncating token phase prices to 4 decimal places. It now displays the full precision value entered by the creator.
White Rectangle in Dark Mode
Fixed a white rectangle appearing at the bottom of the feature comparison table on both the creator launch plan selection and plan upgrade pages. The sticky table cell now follows the theme instead of being fixed to a light background.