← BackCrabFi
Automated DeFi Hedging

CrabFi

Full-stack DeFi platform that runs automated bots that execute trading strategyes. This platform has smart strategies that uses AI to design trading strategies that users can subscribe to, if users prefer to, they can also configure and execute their manual strategies automatically.

// Contributions
ArchitectureDevelopmentPerformanceUI DesignSmart ContractsDeFi
// Technologies
ReactTypeScriptEthers.jsPythonVite
CrabFi
// 01

What this platform does

Users that like to trade on decentriliced markets face the problem that not a lot of places allow them to run trading strategies, this platform enables them to run trading strategies such as grids, DCA, EMA Cross. It also let users hedge their liquidity positions to protect against impermanent-losses.

// 02

Automated bots

CrabFi automates trading with bots that run 24/7 in our backend services. One of the main challenges is to keep the bots running and maintain their status across multiple deployments, for this reason we run multiple bots that they are own taks is to synchronize the bots statuses across deployments.

// 03

Learnings

Building at the intersection of DeFi protocols taught me to think about latency, gas optimization, and the importance of fail-safe mechanisms. Every transaction costs money — there's no room for bugs in production.

// 04

Built With AI

CrabFi was built in collaboration with Claude (Anthropic). From architecture decisions to debugging complex async flows, AI accelerated development while I focused on strategy and risk management logic.