Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fairer distribution of Cardano fee to delegates in auction fees distribution transaction #298

Open
nazrhom opened this issue May 3, 2023 · 1 comment

Comments

@nazrhom
Copy link
Collaborator

nazrhom commented May 3, 2023

Currently, in the fee escrow validator, we require for the fee that has been generated by an auction, to be evenly distributed over the list of delegates in a single tx.

This leads to an asymmetry, as one delegate will have to pay the tx fee for all the delegates to collect their ADA.
We could improve this by taking into account the tx fee, and ensuring that the delegate that is submitting the tx to spend the fee escrow utxo can take out a bit more of the reward, to cover this fee.

@uhbif19 uhbif19 changed the title Fairer distribution of fees to delegates Fairer distribution of Cardano fee to delegates in auction fees distribution transaction May 3, 2023
@uhbif19
Copy link
Contributor

uhbif19 commented May 3, 2023

Cool solution, did not think about that. Seems simple to implement.

While that will probably break in corner case of auctionFeePerDelegate == minimal ADA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants