--- title: wPOKT LP Staking/Farming Contract Scope tags: WPOKT, Scope --- ## Overview The Pocket Network wants to provide liquidity incentives for participating liquidity providers. We will use bullet-proof and battle tested contracts without modification for this; especially the OpenZeppelin library and Synthetix Core Staking Rewards contract. --- ### Tech Stack - [Synthetix Staking Rewards](https://github.com/Synthetixio/synthetix/blob/develop/contracts/StakingRewards.sol) - [OpenZeppelin Contracts Library](https://github.com/OpenZeppelin) - SafeERC20 - ReentrancyGuard - SafeMath - [Foundry](https://book.getfoundry.sh/) --- ### Deliverables - Deployed and initialized staking rewards contract. - Code repository specific to the Pocket Network and deployment script for Foundry - Documentation and instructions for deploying new staking rewards contracts