PRODUCT UPDATE · FUNDING & SECURITY
August 13, 2026

Funding flows are becoming more automated, with tighter withdrawal controls.

Predicta has upgraded its funding infrastructure with automated deposit processing support, transaction-bound Authenticator 2FA for withdrawals, server-side risk-based approval and stronger balance protection in the Ledger.

💰 Automated deposit processingConfirmed BSC / BEP20 USDT deposits can move through risk checks and the canonical Ledger credit path.
🔐 Transaction-bound 2FAWithdrawal authorization is tied to the exact amount, destination, network and asset.
🛡️ Risk-based approvalClearly low-risk requests can be approved automatically while unusual requests stay under review.
🧱 Ledger balance protectionFunds must be successfully locked server-side before a withdrawal can proceed.

Deposit processing can run automatically

The BSC / BEP20 USDT deposit pipeline can detect incoming transfers, wait for the required blockchain confirmations and evaluate whether the deposit matches the expected user and wallet state.

When the deposit passes those checks, crediting runs through Predicta's canonical Ledger and Wallet accounting path. Deposits that need additional verification are routed to review instead of being credited directly.

Blockchain detected → Confirmations reached → Risk checks → Ledger credit

This keeps routine deposits on the automated path while preserving a separate review path for exceptions.

Operational note: unattended polling depends on the production scheduler being deployed and active. The funding code now includes a secure scheduler path, but a code release by itself is not treated as proof that the external scheduler is running.

Every withdrawal now requires Authenticator 2FA

Withdrawal requests require a six-digit TOTP code from an Authenticator application. The authorization is not a generic “user verified” token. It is bound to the exact transaction details.

The short-lived grant includes the blockchain network, asset, withdrawal amount and destination address. A grant created for one amount or one address cannot be reused for a different withdrawal.

Each grant is also single-use. Once consumed by the server, the same authorization cannot be replayed to create another withdrawal.

Low-risk requests can move to Approved automatically

After the Ledger successfully locks the requested funds, Predicta performs a server-side withdrawal risk assessment. The assessment considers factors such as wallet state, withdrawal activity, destination history and recent critical risk signals.

Requests that clearly fit the low-risk policy can move to Approved automatically. First-use destinations, unusual activity and requests requiring additional verification remain Pending Review for an operator.

The exact enforcement boundary stays on the server. Browser-side code does not decide whether a withdrawal is safe enough to approve.

A withdrawal cannot spend money that is not available

Before approval, the withdrawal amount must be locked by the server-side Ledger. If an account has 100 USDT available and requests 1,000 USDT, the lock cannot produce a valid balance and the request is rejected.

The Wallet also uses version-based compare-and-swap protection for concurrent balance changes. If multiple requests race against the same balance, only the request that wins the current wallet version can commit. Other requests reload the latest balance before trying again.

Available balance → Server-side LOCK → Risk assessment → Approved or Pending Review

Automatic approval is not automatic blockchain signing

Predicta deliberately keeps approval and on-chain signing separate.

A low-risk withdrawal can now move through 2FA, fund locking, risk assessment and automatic approval. Production blockchain broadcast still requires a securely signed transaction.

Predicta does not place a withdrawal private key directly inside the application just to make broadcast automatic. Future integration with secure KMS, MPC or custody signing infrastructure can extend the process while keeping the signing boundary isolated.

Automate the normal. Verify the unusual. Keep the signing boundary separate.

Manage funding on Predicta

Deposit BSC / BEP20 USDT, manage your registered sender address and use Authenticator 2FA when requesting a withdrawal.

Open Wallet