This repository contains the code for the Perpetual Protocol v1 buyback program.
Use 17.5% monthly treasury fee income to buy back PERP over the years to cover all op4>op2 users, for their op4-op2 amount. ($3.59M), pro rata to compensation amount.
git clone [email protected]:perpetual-protocol/perp-v1-buyback.git
// Install
npm install
// Build
npm run build
// Run test
npm run test
// Deploy to optimism-goerli
npm run deploy:optimism-goerli
// Deploy to optimism
npm run deploy:optimism