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

EIP-2208: Thought Rewards Proposal for funding good thoughts & also leaders of good thoughts #2208

Closed
ryanseanadams opened this issue Jul 23, 2019 · 19 comments
Labels

Comments

@ryanseanadams
Copy link

ryanseanadams commented Jul 23, 2019


eip: 2208
title: Thought Rewards Proposal for funding good thoughts & also leaders of good thoughts
author: Ryan Sean Adams (@ryanseanadams)
discussions-to: #2208
status: Draft
type: Standards Track
category: Core
created: 2019-07-23
requires: NA

Simple Summary

The efforts of thought leaders ("thot leaders") are essential to the protection and promotion of the value of ETH which is money used to pay for stuff in the Ethereum space. Currently these efforts receive zero ("0") compensation. 0 is too low of a number.

This proposal sets aside 0.03333 ETH per Ethereum block for 60 months (344,410 ETH) as a Thot Leader Block Reward ("TLBR") reserved for funding good thot leaders and good thots.

Good thot leaders obviously include @sassal0x, @econoar, @ameensol, @elonmusk, @ryansadams and others added to the boat through the impartial & public curation process of @TheWolfofEthereum. Custody of funds will be stored in an impenetrable multisig only accessible by a set of trusted individuals who can be trusted.

Abstract

The technical issue this solves is that technically there is no reward for thot leadership. This EIP adds 0.03333 ETH to the block reward for a specific distribution period of 10,333,333.3333333333 BLOCKS (about 60 months). The RECIPIENT_ADDRESS is a dusty old ledger nano which will act as a hardware-secured landing zone for later transfer to the TLBR multisig wallet for the purpose of thot leader funding. The emission schedule would start at the hard fork block number and continue for 10,333,333.3333333333 BLOCKS (about 60 months) at which point the address and amount would return to 0.

Each thot leader will deliver no less than 10 good thots per month. Thot leader tweets are public so there's 100% transparency & accountability.

Of course this is a one-time only block reward. Thot leaders will never require rewards again, that would be silly. If another set of thot leaders requests funds they should be harshly denied. Any further distribution would require a severe & protracted hard fork.

Motivation

The motivation is that today thot leaders give a lot and they get 0 compensation. Think of your favorite memes. Chances are they were made by a thot leaders. DeFi? Thot leades. Money Legos? Thot leader. ETH is money? Also thot leaders. They did all this with 0 budget, imagine what they could do with more than 0.

With TLBR funding we'll have more good thots and more good leaders. It's possible (but not guaranteed) that these thots will result in a faster & more scalable ETH 2.0.

Specification

Two constants will be introduced:

  • REWARD_DURATION_IN_BLOCKS, which specifies the number of blocks after ISTANBUL_BLOCK_HEIGHT when the reward collection will terminate (i.e., at block ISTANBUL_BLOCK_HEIGHT + REWARD_DURATION_IN_BLOCKS)
  • BENEFICIARY_ADDRESSES, a list of tuples containing the address and the amount to be transferred to this address per block. These amounts will be determined as the loan is collected from participating organizations and the addresses for repayment will be specified by them. The total of the amounts will sum to 0.0055. At the end of

REWARD_DURATION_IN_BLOCKS = 10,333,333.3333333333
TLBR_BLOCK_REWARD = 0.03333



BENEFICIARY_ADDRESSES = [
 (<address>, <amount_in_eth>),
 (<address>, <amount_in_eth>)
]

Beginning with block ISTANBUL_BLOCK_HEIGHT, the reward is added to the participating addresses within BENEFICIARY_ADDRESSES at each block until the end of the REWARD_DURATION_IN_BLOCKS.

IF (CURRENT_BLOCK - ISTANBUL_BLOCK_HEIGHT <= REWARD_DURATION_IN_BLOCKS)

FOR BENEFICIARY in BENEFICIARY_ADDRESSES:
  BENEFICIARY[0].balance += BENEFICIARY[1]

Rewards Distribution Rationale

Total Block Reward Increase = `0.03333` seems like a fair number

With a price of ETH at $211 this will raise USD $72,600,000 for thot leadership & good thots over the next 60 months! Wow!

Rationale

There's been lots of talk about block rewards for development.

Yeah, development is cool and stuff. But memes can 10x the value of a cryptocurrency a lot quicker. Thots produce memes, memes produce higher price, and higher price pays for development. So adding rewards for thots is actually the best way to pay for development.

Budget

Thot theme working groups:

  • ETH is money thots ($20m)
  • Money Legos & DeFi thots ($10m)
  • Open Finance thots ($5m)
  • Anti Maximalist FUD thots ($12m)
  • No, a Full Node Isn't 5 TBs thots ($25m)

Personal Notes and Disclosure

I want to address concerns of conflicts of interest directly. I have none. As a thot leader, my interest is good thots. And I have zero conflicts on that interest.

Disclaimer

I do not claim to represent the community with my views; however I do represent all good and clear-thinking people of the world. Therefore, any criticism of this proposal is likely false and unwarranted.

Copyright

Copyright and related rights waived via CC0.

@ryanseanadams ryanseanadams changed the title EIP-3333: Thought Rewards Proposal for funding good thoughts & also leaders of good thoughts EIP-2208: Thought Rewards Proposal for funding good thoughts & also leaders of good thoughts Jul 23, 2019
@shemnon
Copy link
Contributor

shemnon commented Jul 23, 2019

This is cute for a twitter troll, but for what should be a standards base repository this is wholly inappropriate.

@ryanseanadams
Copy link
Author

This is cute for a twitter troll, but for what should be a standards base repository this is wholly inappropriate.

Sorry you think that! Used 2025 as a template:
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2025.md

@shemnon
Copy link
Contributor

shemnon commented Jul 23, 2019

The difference is 2025 is done in good faith, and this is done in bad faith. You don't really want this to pass.

@ryanseanadams
Copy link
Author

The difference is 2025 is done in good faith, and this is done in bad faith. You don't really want this to pass.

This was done in good faith.

It is intended to shed a light on the holes in the current process & the dangers of opening up politically contentious EIPs. When the limitations of EIPs become obvious to the community it will lead to higher quality EIPs & less spam.

@shemnon
Copy link
Contributor

shemnon commented Jul 23, 2019

The intent is good faith, the manner is a net negative to the process. You can make those points without polluting the EIP specifications with political banter. There is a place for conversations like this. A specification repository is not that place. Because you posted a specification you don't actually want implemented is why I called it bad faith and an abuse of the process.

@shemnon
Copy link
Contributor

shemnon commented Jul 23, 2019

If you have a political EIP that you might actually want passed, that is what should be posted.

@ryanseanadams
Copy link
Author

If you have a political EIP that you might actually want passed, that is what should be posted.

Like this one?
#960

@shemnon
Copy link
Contributor

shemnon commented Jul 23, 2019

Actually, yes.

@ryanseanadams
Copy link
Author

960 was submitted to spark conversation about fixed cap.

@ryanseanadams
Copy link
Author

2025 was submitted to spark conversation about dev funding via block rewards (again!)

@shemnon
Copy link
Contributor

shemnon commented Jul 23, 2019

The key difference was the tone. It was pro of a particular position and not demeaning of another position. You want to degrade, debase, and demean another contribution, use more appropriate venue like Twitter. 960 did no such degradation or disrespect of other contributions. #960 has the decorum this proposal lacks.

@loredanacirstea
Copy link
Contributor

@ryanseanadams , when do you plan on making a PR? I don't see a reason why this shouldn't be accepted as a Draft, under the current rules. Especially with the trend that editors shouldn't even bother making sure proposals are technically sound.

@pi0neerpat
Copy link
Contributor

👍 @loredanacirstea. Ok to merge (didn't check for markdown errors). Also lol!

@abrkn
Copy link

abrkn commented Jul 26, 2019

What guys call girls in schools that send out nudes and porn of themselves. An acronym for That Ho Over There.

https://www.urbandictionary.com/define.php?term=THOT

@cyber-hokie
Copy link
Contributor

Hi @ryanseanadams I see I am present in the boat. However I did not see a reference to William Shatner. Can you please expand on how the fund will be fairly distributed to include such individuals as celebrity endorsers? I once had a role in a Queen Latifah movie and in seasons 2 and 3 of Gossip Girl and would like to understand if I am eligible for such a category if it were to be added. Let’s speak offline in private, I have some ideas that might enhance the proposal, including the potential for a friendly fork with this already enabled rather than putting all our eggs into this basket, given the reception by many other stakeholders we don’t care about.

@Gezegorz1
Copy link

Gezegorz1 commented Jul 28, 2019 via email

@trevorhere
Copy link

Thought leaders invested in the growth of ETH can buy ETH at its current price, provide a positive influence, then capture the increased value via increases in ETH. No need for some other fund for "trusted" individuals to maintain.

@github-actions
Copy link

There has been no activity on this issue for two months. It will be closed in a week if no further activity occurs. If you would like to move this EIP forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review.

@github-actions github-actions bot added the stale label May 10, 2022
@github-actions
Copy link

This issue was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback or request a review in a comment.

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

No branches or pull requests

8 participants