[h] home [b] blog [p] projects [n] notebook

projects

things i've built. mostly financial infrastructure — exchanges, trading systems, mechanism-design experiments in defi. each one started as a paper i wanted to read that nobody had written.

if.market

instrument-agnostic exchange engine for conditional markets. price-time fifo clob, kafka event sourcing, postgres persistence, rust. built to support binary conditionals, scalar conditionals, and eventually conditional perps — the primitive i think will eat prediction markets. currently the main thing i work on.

why i'm building it →

rust kafka postgres mechanism design

solstrategy

a solana-native take on the microstrategy trade. decentralized treasury protocol that gives sol holders leveraged exposure through a capital-structure mechanism — premium- over-nav rather than borrowed money — so there are no liquidations or volatility decay. issues $sstr (the levered claim) and $cnt (the looping/stable leg).

design notes →

solana defi treasury liquid staking

hyperflash docs

automated trading platform for perp dexes. market-making, grid, and delta-neutral funding-capture bots deployable without writing code. live on hyperliquid and lighter, more venues coming. the thesis is that retail-accessible market-making is a public good, and the infrastructure to provide it is finally cheap enough to commoditize.

more on the thesis →

hyperliquid perps market making microstructure

influx

smaller tooling project — a streaming indicator framework for perp-dex order-flow data that feeds into the hyperflash bots. documented publicly because i want the indicator set to be extensible by users who know things i don't.

rust streaming trading

this website

static html/css. no framework, no build step, minimal javascript. a notebook, a blog, and a list of things i've made. intentionally boring.

html css vanilla