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

Transfer fee improvements/reduction #1995

Closed
gordsport opened this issue Oct 16, 2023 · 0 comments · Fixed by #2022, #2038 or #2044
Closed

Transfer fee improvements/reduction #1995

gordsport opened this issue Oct 16, 2023 · 0 comments · Fixed by #2022, #2038 or #2044
Assignees

Comments

@gordsport
Copy link
Contributor

gordsport commented Oct 16, 2023

TODO:

  • Only charge transfer fees if not offset by last epoch fees paid/generated by sender [for first N transfers?]?

We need to update the spec to detail that for each party cumulate the fees paid over an epoch, store the value if there is a transfer subtract the fee from the stored value. When this hits zero party gets charged. Need API support so front end can make it clear how much is transferred for free.

Done:

  • Cap transfer fees for larger transfers (multiple of the minimum amount) (in feat: add a cap for transfer fee)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment