-
Notifications
You must be signed in to change notification settings - Fork 5
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
Reputation score mechanism #2
Comments
18th May: started to brainstorm some possible features with @danlessa
|
Update: Idea 1
Idea 2
|
After further brainstorm with @irenegia, a possible mitigation for Idea2 could be to allow only "old" clients (for instance, clients on FIlecoin/Etheruem for 1+ years) to distribute points to providers. This will prevent the creation of new siblings inflating malicious providers' reputation. Nevertheless, the "old" siblings can influence reputation mechanism. |
I see two strategies, maybe they are similar to what you have in mind:
|
Yes, strategy number 1 is the one we are discussing more.
|
@turinglabsorg 's proposal:
|
Update: we can merge the two proposals above in one in the following way:
Open questions:
|
Working with ERC-20 tokens will nonetheless require us sometime (estimates @turinglabsorg ?) to work on the smartcontract, which is now coded to work with ETH! |
i think it will take 5-6 working days to fix everything and make tests, but we need to be 100% sure, because it requires the same time if we need to re-invent a token system.. |
So it’s 5-6 working days to implement the ERC-20 (or same time to design something like a custom tailored score system).
We can make the tokens not transferable apart from faucet —> client —> smartcontract (vaulted in deals) —> provider (that can’t do anything with them) ; so that at the end we just count the tokens and release a ranking! |
idea from @turinglabsorg:
Note: this requires
|
We are defining the usage and improvements of NFT deals in #10! Getting reputation via data retrievability protocol, means getting the same in Protocol Labs/FileCoin so we must consider a public leaderboard, where we officially track the alpha testnet results! ERC-20 is no more a suitable solutions since we don’t envision an ICO or anything related to that, NFTs are good turnaround. |
Update We agreed on:
|
This is great! |
I forgot to update this last week, my bad. |
Yep I agrree we need more planning for this
|
Queries are done by the API so we can cache them and fast-readable, once we agree on the mechanism i will add it on the api! |
work will happen in #58 |
We want to design a reputation score mechanism for the providers that we can use during testnet in order to
cc @lucaniz, @nicola
The text was updated successfully, but these errors were encountered: