tezos-reward-distributor-organization / tezos-reward-distributor

Tezos Reward Distributor (TRD): A reward distribution software for tezos bakers.
https://tezos-reward-distributor-organization.github.io/tezos-reward-distributor/
GNU General Public License v3.0
87 stars 51 forks source link

Bond pooling ratios #103

Open thedunebread opened 4 years ago

thedunebread commented 4 years ago

Hi, with bond pooling using owners map (ie they get no extra fees, but get baking without service fee)

The ratios make it a bit hard. Ie, if they wish to reinvest, they have to send back into the sender every cycle. My current bond poolers sent me funds and wish for me to keep it there for a few years.

Ratios are innacurate every cycle as they have rewards coming in, I have more funds etc.

There should be an option where you can type in the amount of tezos/dune they have, and it auto updates every payment and keeps track of who has what amount, and keeps it all in the balance to re-invest/bond pool.

habanoz commented 4 years ago

Ratios should not change with incoming rewards, because every body should have rewards in the same proportion to what they have as stake.

But if somebody adds new balance to pool, it changes the reward ratios. It should be calculated every time.

This in principle may be handled by the payout software. If anybody wants to implement this feature, conforming to contribution rules, I can merge his work.

chiptus commented 4 years ago

Sounds like if we write the address of an owner, the ratio can be calculated just by seeing how much he invested, I mean sent to the bakery address. No?

Z1Quest commented 4 years ago

from the docs... the ratio of the amount he owned in the 'total baking balance' Q: where the 'balance' amount is calculated from? evaluated balance? trying to understand how founders and owners ratios are calculated for Bond Pool - thx

utdrmac commented 3 years ago

This issue is almost 1 year old. Still an issue?