Trust
Security & settlement controls
Yield platforms fail at the edges: funding, authorisation and payout. These are the controls we run on those edges.
Manual settlement review
Deposit and withdrawal requests enter a queue. An administrator verifies the on-chain transfer, the destination address and the account state before the balance changes.
Role separation
Administrative permissions live in a dedicated roles table, separate from member profiles. Members can never grant themselves elevated access or edit their own balances.
Server-enforced accounting
Balance movements happen inside database routines, not in the browser. Contract activation checks limits and available funds before locking any amount.
Per-network treasury
USDT (TRC20), TRX and SOL each use a dedicated treasury address with its own minimums, so cross-network mistakes are easy to detect.
Full audit trail
Every request keeps its amount, token, network, address, status, reviewer note and timestamps for the lifetime of the account.
Account protection
Authentication is email and password with session tokens managed by the platform. Suspicious accounts can be blocked from the administration desk.