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

Add fixed fee for creating a new credit class #351

Closed
3 tasks
clevinson opened this issue May 13, 2021 · 3 comments · Fixed by #375
Closed
3 tasks

Add fixed fee for creating a new credit class #351

clevinson opened this issue May 13, 2021 · 3 comments · Fixed by #375
Assignees
Labels
Scope: x/ecocredit Issues that update the x/ecocredit module

Comments

@clevinson
Copy link
Member

clevinson commented May 13, 2021

At first this should just involve sending fees to the fee pool, but eventually could change to send fees to some "credit class governance body" who stewards the larger set of on-chain credit classes.

  • write specification
  • decide about the pledge mechanism
  • decide about the community pool
@aaronc aaronc mentioned this issue May 13, 2021
7 tasks
@aaronc aaronc added the Scope: x/ecocredit Issues that update the x/ecocredit module label May 13, 2021
@aaronc aaronc added this to the v1.1 milestone May 21, 2021
@robert-zaremba
Copy link
Collaborator

Fee should be on-chain parameter - governed by REGEN holders.
TODO: need to decide about the process and what happens with the fee (burned vs some pool).

@robert-zaremba
Copy link
Collaborator

Here is my proposal for what to do with fees:

  • 34% will be burned
  • 66% will go to a community pool. Funds from this pool will be used create gitcoin grants for building ecosystem around eco-credits.

@ruhatch
Copy link
Contributor

ruhatch commented Jun 10, 2021

I've opened a discussion to continue making the decision about what to do with the fees.

ruhatch added a commit that referenced this issue Jun 16, 2021
This commit adds a fixed fee to the CreateClass method of `x/ecocredit`.

The fee is:
- charged to the `Designer` of the new class
- based on a global `x/params` parameter, updated through `x/gov`
- currently burned, but in future might be placed in a community pool, as per #383

Closes #351
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: x/ecocredit Issues that update the x/ecocredit module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants