Problem statement
Oddz Finance is a decentralized options and derivatives platform. My work focused on the automation that keeps reward and liquidity mechanics running on-chain without manual intervention, and on getting the protocol through a stable testnet launch.
What I did
- Automated staking rewards — built the on-chain reward mechanics so staking payouts run automatically rather than through manual triggers.
- Liquidity provision automation — automated the liquidity-provision flows using Chainlink Keepers and Gelato for reliable, scheduled execution.
- Testnet launch & monitoring — ran and monitored the testnet launch end to end, triaging issues as they surfaced.
- Community-driven bug fixing — fixed bugs based on community feedback during the testnet phase, tightening the protocol ahead of mainnet.
- Audits — participated in the security audits of the protocol.
- Perpetual Protocol — prepared workflow documentation and Proof-of-Concept integrations for Perpetual Protocol to expand the platform's product offerings.
Automation stack
Reward and liquidity jobs are driven by keepers — Chainlink Keepers and Gelato — so time- and condition-based actions execute on-chain without a centralized scheduler. The cadence is tuned against gas cost so automation stays economical at scale.