ESEC computes every leveraged position's liquidation price across Drift, Marginfi, and Kamino. Concentrated LP pre-positions at the cluster bins. When forced selling hits, your depth is already there. Recovery in 30-180s. Stop-loss on chain.
every slot, cascade scans every leveraged position on drift, marginfi, kamino, jupiter lend. liquidation prices derive deterministically from collateral + maintenance margin. cluster map updates in real time.
when spot price approaches a $1M+ cluster, vault atomically deploys concentrated LP at the cluster bin via jito bundle to raydium / orca / meteora. our depth is there before the cascade fires.
forced selling hits the cluster, our LP absorbs the flow, price rebounds 30-180s later. vault exits with fees + price improvement. on-chain stop-loss bounds the downside if recovery never comes.
managed off-chain monitor for cluster mapping. solana on-chain for state transitions, deposits, withdrawals, stop-loss. permissionless cranks ensure exits even if the monitor goes dark.


every cascade has the same shape. leverage builds at a price. spot crosses it. forced selling overshoots. price rebounds in seconds. retail can't react fast enough. esec vault is already there. your depth is the depth.

depositors hold LP tokens; assets sit in the vault PDA. off-chain monitor maintains a live cluster map. nothing deployed until a cluster signal fires.

monitor signals when spot is within 2% of a $1M+ cluster. vault atomically deploys concentrated LP at the cluster bin to raydium / orca / meteora.

forced sellers hit our LP. price overshoots, then recovers in 30-180s. vault exits with LP fees + price improvement. performance fee to fee_treasury. receipt card emits.

if spot drops 5% below deploy, anyone can call the stop-loss crank. vault unwinds fast. bounded loss recorded on-chain. capital returns to idle, ready for the next cluster.



| drift insurance fund | liquidation bots | esec vault | |
|---|---|---|---|
| role | passive backstop | active arb (bonus) | active pre-position (rebound) |
| setup | deposit usdc | run a bot + infra | deposit sol / usdc |
| capital lockup | always deployed | none (bots) | idle until cluster signal |
| yield profile | smooth ~15% APY | spiky, bot-skill-dependent | spiky, harvest cascades |
| downside bound | protocol-wide drawdown | self-managed risk | on-chain 5% stop-loss |
| custody | non-custodial | self-custodied | non-custodial |
| composable | no (drift-only) | no | CPI from any anchor program |
every dependency is open, verifiable, and on-chain where it matters. the off-chain piece is cluster computation, and it never holds keys or funds.

cascade-vault is live on devnet. deposit, watch a cycle play out, withdraw. mainnet ships after audit. clone the sdk and start integrating today.