Buy low, sell high automatically. Non-custodial grid trading with exponential ladders.
SuperDCABOT is a P2P grid trading protocol where users deploy personal escrow contracts that generate exponential sell ladders. Other traders buy directly from these ladders, and escrow owners "rebuy" to reset at new prices, creating continuous "buy low, sell high" cycles. No keepers, no custody risk, no subscriptions. Built with Solidity, Foundry, and SvelteKit. Fully functional prototype with 19 passing tests and complete frontend.
AutoDCA reimagines grid trading as a P2P protocol without keepers or relayers.
EXPONENTIAL MATH: Our ladder pricing uses cumulative geometric series, each step's deviation multiplies by 1.1x (configurable). This concentrates orders near market price while still catching outliers.
NOTABLE HACK: The sell() function atomically resets the entire ladder by calling _resetToSellingFromOracle()—rebuilding all orders based on current inventory in one transaction.

