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

config: Change fee amount or fee structure for anchors #1799

Open
mustermeiszer opened this issue Apr 8, 2024 · 0 comments
Open

config: Change fee amount or fee structure for anchors #1799

mustermeiszer opened this issue Apr 8, 2024 · 0 comments
Labels
I3-annoyance The code behaves as expected, but "expected" is an issue.

Comments

@mustermeiszer
Copy link
Collaborator

mustermeiszer commented Apr 8, 2024

Description

Currently, the onchain fee structure for anchors is too heavy, i.e. taking too much CFG for anchoring documents.

  • Mainnet: Feekey::Commit - 1 CFG → but that is multiplied with a factor onchain making it way to heay
  • Also pay fees to treasury instead of author:
    // TODO(dev): move the fee to treasury account once its integrated instead of

Solution A

  • Change the onchain fee amount to a lower value

Solution B

  • Change the onchain code to have a simpler anchor logic → Anyways needed for data protocol v1

Research/based on

  • Testing in demo
@mustermeiszer mustermeiszer added the I3-annoyance The code behaves as expected, but "expected" is an issue. label Apr 8, 2024
@mustermeiszer mustermeiszer added this to the Centrifuge 1029 milestone Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I3-annoyance The code behaves as expected, but "expected" is an issue.
Projects
None yet
Development

No branches or pull requests

2 participants