Skip to Content

How to Find Out Unstake Fee

Query unstake fee information directly from Lombard’s smart contracts.


LBTC Contract

Address: 0x8236a87084f8b84306f72007f36f2618a5634494

Fee calculation varies by destination:

DestinationFormula
BTCRedeem fee + to native commission
BTC.bRedeem fee only

Contract Functions

FunctionSelectorDescription
getRedeemFee()0xc6d98f1aAmount of LBTC taken as redeem fee
toNativeCommission()0xb743ab4fAmount of LBTC taken as “to native commission”
getRedeemForBtcMinAmount()0x1beda7e3Minimum redeemable amount (after fees)

BTC.b Contract

Address: 0xB0F70C0bD6FD87dbEb7C10dC692a2a6106817072

Fee calculation: Redeem fee + to native commission

Contract Functions

FunctionSelectorDescription
getRedeemFee()0xc6d98f1aAmount taken as redeem fee
toNativeCommission()0xb743ab4fAmount taken as native commission
getRedeemForBtcMinAmount()0x1beda7e3Minimum redeemable amount

AssetRouter Contract

Address: 0x9ece5fb1ab62d9075c4ec814b321e24d8ea021ac

Alternative data source for fee information:

FunctionSelectorDescription
toNativeCommission()0x5698732fNative commission calculation
tokenConfig()0xfe136c4eBasic config for selected token (redeem fee, min redeemForBTC amount, redeem enabled flag)
Last updated on