Interface Documentation
This repository contains the Move interface definitions for the Ferra Dynamic Liquidity Market Maker (DLMM) protocol. These interfaces provide type definitions and function signatures without implemen
Overview
The Ferra DLMM interface consists of three main modules:
lb_pair.move
- Main liquidity pair management interface (core trading and swap operations)bin_manager.move
- Bin management and liquidity operations interface (liquidity distribution and calculations)lb_position.move
- Liquidity Book Position management interface (user position tracking, fee collection, and reward distribution)
Last updated