By staking TRX, you can earn compounded rewards that will increase with the price of your SFI tokens.
TRX to Stake
... TRX
Receive STRX
{{ round(swap.amount_to, ToToken.round) }} SFI
Exchange Rate
1 {{ FromToken.symbol.toUpperCase() }} = {{ round(swap.amount_to / swap.amount_from, ToToken.round) }} {{ ToToken.symbol.toUpperCase() }}
1 {{ ToToken.symbol.toUpperCase() }} = {{ round(swap.amount_from / swap.amount_to, ToToken.round) }} {{ FromToken.symbol.toUpperCase() }}
By unstaking SFI, you can claim TRX after 14 days of waiting period.
Emergency Mode allows you to withdraw currently available (unfrozen) trx from the staking pool with a fees of only 0.5% that goes to all SFI holders.
Receive TRX
{{ round(swap.amount_to*(1-swap.emergencyFees), ToToken.round) }} TRX
{{ round(swap.amount_to, ToToken.round) }} TRX
Exchange Rate
1 {{ FromToken.symbol.toUpperCase() }} = {{ round(swap.amount_to / swap.amount_from, ToToken.round) }} {{ ToToken.symbol.toUpperCase() }}
1 {{ ToToken.symbol.toUpperCase() }} = {{ round(swap.amount_from / swap.amount_to, ToToken.round) }} {{ FromToken.symbol.toUpperCase() }}
Emergency Fee
{{ swap.emergency ? round(swap.amount_to*swap.emergencyFees, ToToken.round) : 0}} TRX
Claim After
{{ swap.emergency ? "Instant" : "14 Days" }}
Unstaked TRX can be claimed only after the waiting period has ended.
Claimable after
{{ new Date(claim.claimAfter * 1000).toLocaleString() }}
Time left
{{ claim.claimTimeLeft }}