Consupts Inc
← Back to blog
Security May 12, 2026 · 5 min read · by Security Team

Security first: how we protect your funds

Security first: how we protect your funds

Transaction locking, encryption, audit logs and admin review — a look under the hood at our security posture.

Security isn't a feature we bolted on — it's the reason several parts of this platform are built the way they are. Here's what's actually running under the hood.

Every account is reviewed before it can invest

New registrations don't get instant access to investing. An account moves through a pending state until an administrator reviews and approves it — a manual checkpoint that keeps automated and fraudulent signups from reaching the investment flow.

Wallet transfers are transaction-locked

Every balance change — a deposit landing, a plan maturing, a withdrawal processing — happens inside a database transaction with row-level locking. That means two simultaneous requests can never both act on the same balance and leave your wallet in an inconsistent state.

Full activity logging

Sensitive actions across the platform — logins, deposits, withdrawal requests, admin approvals — are written to an audit log with the actor, the action and a timestamp. If something looks wrong on an account, there's always a trail to review.

What you can do on your side

Use a unique, strong password for your account, never share your login credentials, and double-check deposit addresses before sending funds — crypto transfers can't be reversed once confirmed on-chain.

Security is a shared responsibility: we lock down the platform, you lock down your credentials.