core-contracts icon indicating copy to clipboard operation
core-contracts copied to clipboard

Feature request: Pay out rewards to separate address

Open Phistr90 opened this issue 3 years ago • 1 comments

Hi,

Due to taxation issues/situations in some jurisdiction it would be very helpful if you could have the option to pay out the staking rewards to a separate address instead of always automatically re-staking them.

Phistr90 avatar Oct 25 '20 23:10 Phistr90

This is technically complicated, because we can't automatically unstake the rewards for a given account. But if the account pings the contract, then we can unstake the extra balance from this account.

In theory we can implement a staking pool contract that keeps the rewards fixed without restaking them and rebalanaces it when it's pinged. But it's an extra logic that is not trivial.

evgenykuzyakov avatar Oct 26 '20 22:10 evgenykuzyakov