LP token balanceOf used for pricing
Aerodrome Finance's assessment for RD-F-061 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
Pool.sol uses getReserves() state variables (reserve0/reserve1 tracked in storage) for swap math, not balanceOf(). VotingEscrow uses balanceOf for veAERO NFT voting power — this is governance/voting, not collateral pricing. No lending market exists to exploit a balanceOf-based price manipulation. Risk is not applicable in meaningful form.
Sources #
- GitHubAerodrome Pool.sol — reserve state variables not balanceOf for pricingPool.sol _getAmountOut() — uses reserve0/reserve1 state variables not balanceOf(); _update() syncs reservesretrieved 2026-05-04
Methodology #
Determine whether protocol pricing is derived from the `balanceOf` of LP tokens in a contract (manipulable by direct token transfer / donation).
See the full factor methodology and distribution across all protocols →
rubric_version v1.7.0 protocol aerodrome factor RD-F-061 score green collected_at 2026-05-04 19:56:03