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

Initial free call distribution methods #203

Closed
1 of 4 tasks
jakehemmerle opened this issue Oct 12, 2022 · 1 comment
Closed
1 of 4 tasks

Initial free call distribution methods #203

jakehemmerle opened this issue Oct 12, 2022 · 1 comment
Labels
Discussion Feature introduces a new feature Pre Launch

Comments

@jakehemmerle
Copy link
Contributor

jakehemmerle commented Oct 12, 2022

Overview

We want to distribute free calls to users to make free actions on the network. We can use any number of Sybil-resistant ways to do this, including:

  • Distributing NFTs to early users, which can be used to get some reoccuring free calls or free calls from a faucet (authentication via NFT).
  • minting and distributing 'coupons' (via Discord, whatever) which can be cashed-in for some free calls

Todo

  • Discuss with product additional methods (NFT idea above)
  • Agree upon on what method(s) we want to use
  • Write a technical proposal for implementing the methods
  • Feature and tests for

Misc notes on implementation

For way 2, initially I wanted to just generate a list of 16byte strings where the hashes of each get put on-chain and users send them in a TX to redeem them. Jesse brought up a great point that the mempool could be listened to and the credit strings could be nabbed and submitted with a higher tx fee. This needs to be solved before implementing.

@jakehemmerle jakehemmerle changed the title Free call credit distribution Initial free call distribution methods Oct 12, 2022
@jakehemmerle jakehemmerle added Enhancement Discussion Feature introduces a new feature and removed Enhancement labels Oct 12, 2022
@HCastano
Copy link
Collaborator

HCastano commented Sep 9, 2024

We removed all this.

@HCastano HCastano closed this as completed Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Feature introduces a new feature Pre Launch
Projects
Status: Done
Development

No branches or pull requests

2 participants