How the managed yield workflow is structured
The platform is built around a clean user journey: funding first, verification second, strategy allocation third, and controlled withdrawal logic throughout.
Create a deposit request
The user enters an amount and creates a deposit reference. No strategy allocation is mixed into the funding step.
Buy to the platform wallet
A supported provider or middleware flow is used to purchase crypto into the configured platform wallet address.
Verify the transaction
The deposit record stores the digest, verifies success and credits principal only after the chain check passes.
Allocate credited balance
Once capital is visible in the ledger, the user distributes unallocated balance into strategy lanes manually.
Run yield cycles
The admin posts cycle rates. Earnings are computed against active allocations, not against the raw deposit event itself.
Separate payout from withdrawal
Earnings can enter the payout queue automatically. Principal stays under request-based control and is never auto-withdrawn.