Signalite has four money flows that partner apps must understand. The important distinction is that the user-facing vault flow is on HyperEVM, while yield generation depends on keeper-mediated strategy operations.
Partner apps should never ask users to send assets directly to a strategy address. User deposits and claims go through the sHLP vault flow.
Deposit and batching
What changes after each step
Instant redeem
Instant redeem uses the vault’s free USDC buffer. It does not require an HLP unwind.
Use this path when the requested exit fits the buffer and the user does not need a min-assets-out floor.
Queued redeem
Queued redeem is used when the exit is larger than the instant buffer or when the user wants a min-assets-out floor.
Cancel path
Receive-network path
The vault claim/redeem executes on HyperEVM. For other receive networks,
Signalite uses a Relay deposit address as the USDC receiver only when assets are
leaving now: instant redeem or claim. Queued redeem records the request first;
the Relay deposit address is quoted later during claim.
Partner implementation rule
Use the API to determine which flow applies: