• Resolved downsys

    (@downsys)


    What does it mean to exclude reflection tokens from staking contracts for reflection tokens? Does that mean it can’t be used?

    Does that mean that only the reflection function is excluded?

Viewing 1 replies (of 1 total)
  • Plugin Author WPSmartContracts

    (@wpsmartcontracts)

    You can use them, but, you need to exclude the staking smart contract from being charged by the reflection token, otherwise the staking contract will fail,

    For example, if your reflection token has a 10% fee for liquidity and redistribution, when the staking smart contracts receives funds for stake it will be charged with 10% of the amount, and when the user tries to withdraw their funds it will be charged with 10% again, meaning that 20% of funds will be lost.

    Just as an example take a look at this:
    https://forum.openzeppelin.com/t/can-i-exclude-myself-from-from-reflection-rewards/15930/10

    The reflection contract must have functions like: excludeFromReward and excludeFromFee

Viewing 1 replies (of 1 total)
  • The topic ‘Can Reflection Tokens not utilize staking?’ is closed to new replies.