Blog
Payments for the agentic economy.
Field notes on agent wallets, on-chain spending policies, the x402 protocol, and building non-custodial money rails on Solana.
ThesisMay 22, 2026·6 min
Why perpetuals belong on the GPU
A serial CPU matcher caps how many orders a perp DEX can clear per block. Here is why parallel GPU matching is the right primitive for on-chain derivatives.
Read post →EngineeringMay 8, 2026
Risk limits the program enforces, not your frontend
A leverage cap you check in app code is a cap you can forget to check. We moved risk evaluation into a Solana program. Here is how it works.
8 min readProtocolApr 19, 2026
Liquidations without the keeper race
Most perp DEXs outsource liquidations to keeper bots racing the mempool. We run a GPU risk pass over every position each block instead.
5 min readProductApr 2, 2026
From devnet app to mainnet in one config change
The app runs on devnet so you can blow up positions for free. Going live is a single cluster flag — nothing else changes.
4 min read