Open position

Function

For opening empty position , use open_positionfunction in pool_v3 module.

    public fun open_position(
        user: &signer,
        token_a: Object<Metadata>,
        token_b: Object<Metadata>,
        fee_tier: u8,
        tick_lower: u32,
        tick_upper: u32,
    ): Object<position_v3::Info> {
        ...
    }

tick_lower: the lower bound position's liquidity located at

tick_upper: the lower bound position's liquidity located at

The White Paper is for informational purposes only. Nothing in the White Paper constitutes legal, financial or tax advice. Its content may be updated from time to time without express notice. You should seek your own professional advice before engaging in any activity in connection with Hyperion. See Legal Disclaimer.

Last updated