entropyxyz / entropy-core

Protocol and cryptography development.
https://docs.entropy.xyz/
GNU Affero General Public License v3.0
10 stars 1 forks source link

Initial free call distribution methods #203

Closed jakehemmerle closed 1 month ago

jakehemmerle commented 2 years ago

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:

Todo


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.

HCastano commented 1 month ago

We removed all this.