built for the colosseum hackathon. currently devnet/localnet focusedโnot production-ready.
a real-time payroll platform on solana that lets hourly workers withdraw vested earnings as they accrue, while employers retain funding controls and emergency clawback rights.
traditional payroll is periodic and delayed. cascade uses solanaโs speed and usdc stablecoins to enable continuous streamingโemployers fund payment streams at an hourly rate, employees withdraw whenever they want without waiting for payday.

employer dashboard (early build preview)
the anchor program uses pda-derived vaults for custody and enforces time-based vesting math on-chain. next.js dashboard handles employer/employee workflows, postgres tracks off-chain state, and reconciliation workers sync chain state with the database. the interesting challenge is keeping ui state consistent with on-chain truthโtransactions can succeed while db writes fail, so we built idempotent reconciliation with checkpoint-based resumption.
built this with praxzy while learning solana program architecture.