5.2.1 Staking Mining

Function Overview Staking mining is one of the core functions of the DragonFly platform. Users participate in mining by locking TRC20 tokens (such as TRX, USDT) and obtain the same tokens as the staked tokens as income. Design Details Staking assets: Support TRX and USDT, users can choose to pledge a single asset. Lock-up period options: Flexible locking, available at any time. Smart contract implementation: The staking process is fully automated. After the user submits the asset, the smart contract records the pledge amount and lock-up period, and calculates and issues rewards of the same currency as the pledge every day. Daily yield: fixed at 0.2% (i.e. daily yield of 0.2%). Calculation method: Daily income = pledge amount × 0.2%. For example: If a user pledges 1000 USDT, he can get 2 USDT income on the first day; if he does not redeem, the principal will become 1002 USDT on the second day, and the income will be 2.004 USDT, and so on to form a compound interest effect. Annualized Rate of Return (APY): If users continue to reinvest, the annualized rate of return can reach 107.36% Ecological Role Give back to early support users and allow users to obtain stable returns. Provide a stable capital pool for the platform to support private investment and other financial activities.

Last updated