Skip to main content

getLeverageStrategyProxy

Description:

Get the address of the leverage strategy proxy contract

Arguments:

NameTypeRequiredDescription
userAddressstringYesThe user address
vaultAddressstringYesThe address of the vault

Returns:

type Output = string

Example:

const strategyProxy = await sdk.boost.getLeverageStrategyProxy({
userAddress: '0x...',
vaultAddress: '0x...',
})