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

Set fee policy for NFT transactions #60

Open
elonkusk opened this issue Jan 20, 2022 · 1 comment
Open

Set fee policy for NFT transactions #60

elonkusk opened this issue Jan 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@elonkusk
Copy link
Member

elonkusk commented Jan 20, 2022

Set fee policy for NFT transactions suggestion:

  • all transactions should charged on owner account, using UNW gas, don't charge approval, minter
  • support send to non-exist account, with more fee charged to create new account
  • fee includes:
    • bandwith: as normal, using real bytes used
    • network: ZERO because not smart contract
    • actuator/bizz fee: depends on transaction types
  • Fee params:
    • default params
    • support proposal to update this params
    • limited on block ver >= 4
  • actuator/bizz fee:
    • create NFT template: 500 unw default
    • mint NFT: 2 unw default
    • add minter: 2 unw default
    • remove minter: 2 unw default
    • renounce minter: 0 unw default
    • addApprovalForAll: 2 unw default
    • approve: 2 unw default
    • transfer NFT: 0 unw default
    • burn NFT: 2 unw default
@elonkusk elonkusk added the enhancement New feature or request label Jan 20, 2022
@elonkusk
Copy link
Member Author

@AbrahamNguyen26 @optimusng please refer this info when implement actuators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant