Strategies

Seamless entry points to Movement DeFi

Strategies allow users to enter multi-protocol strategies through shared liquidity vaults or individually. Each strategy is its own Move module, accepting BaseCoin deposits in exchange for the product's unique ProductCoin.

To withdraw BaseCoin from a strategy, an account must provide ProductCoin to liquidate.

Each strategy has a resource account that stores BaseCoin deposits, interacts with one or more partner protocols, and issues a unique ProductCoin that represents a share of the product's underlying asset. The general interface for strategy is available here.

Last updated