Base: Aerodrome Pairs
scripts\base\deployAeroPairPlugin.js
This script will deploy a factory that can deploy plugins for any Aerodrome Pairs on Base. This plugin sets up a dynamic of shared liquidity with Aerodrome, deepening liquidity for both parties and benefitting from the established utilization of Aerdrome LPs. This is only possible because Aerdrome LPs earn swap fees for the holder of the LP.
Plugin Factory: contracts/plugins/base/AeroPairPluginFactory.sol
Plugin Description
This plugin is made Aerodrome Pair LPs. Use the Factory to create the plugins with the following parameters.
_lpToken
Address of the Aerodrome LP token. Example. Address the AERO/WETH LP:
_symbol
The desired symbol for this plugin. Example. The symbol for the AERO/WETH LP could be:
Plugin Logic
depositFor
User deposits LP in plugin
Plugin holds LP
withdrawTo
Plugin holds LP
Plugin withdraws LP to user
claimAndDistribute
LP held in plugin earns swap fees in its underlying tokens
Swap fees claimed from LP Fee contract
Swap fees sent to bribe contract for voters
Refer to the Test Plugins deployment instructions for deploying this plugin factory
Last updated