Invest
Invest into hUSDb, by staking your hBYN.
You can trade various synthetic assets using hUSDb as well as earn staking reward daily from your staked hBYN.
Staking hBYN Balance : {{ Number(bynBal) }}
- Target C-Ratio {{ asideApp.cRatio.target_c_ratio == undefined ? '0' : Number(asideApp.cRatio.target_c_ratio) }}%
- Staked hBYN {{ stakeData.bef_staked == undefined ? '0' : Number(stakeData.bef_staked) }} → {{ stakeData.aft_staked == undefined ? '0' : Number(stakeData.aft_staked) }}
- Debt {{ stakeData.bef_debt == undefined ? '0' : return2Num(stakeData.bef_debt) }} → {{ stakeData.aft_debt == undefined ? '0' : return2Num(stakeData.aft_debt) }}
- Estimated C-Ratio {{ stakeData.bef_total_c_ratio == undefined ? '0' : Number(stakeData.bef_total_c_ratio) }}% → {{ stakeData.total_c_ratio == undefined ? '0' : Number(stakeData.total_c_ratio) }}%
- Gas for rollup Gas fee required for on-chain network rollup. {{ asideApp.tradeFee['gas_fee'] == undefined ? '0' : asideApp.tradeFee['gas_fee'] }}