Content pfp
Content
@
https://warpcast.com/~/channel/poap
0 reply
0 recast
0 reaction

gotoalberto 🟥 🟦 🟨 pfp
gotoalberto 🟥 🟦 🟨
@gotoalberto
Farcaster introduces a reputation system. What if we take this scoring and add information about a user's POAPs to create a more comprehensive alternative score with location, events etc? It could be useful for projects needing to profile Farcaster users. Cc @iz https://warpcast.com/fun/0x3c1f4078
4 replies
1 recast
4 reactions

Sandiforward pfp
Sandiforward
@sandiforward.eth
Agreed @gotoalberto with the balance we have worked on between ease of distribution and anti-farming it’s a high signal that could be used. @dawufi and @betashop.eth do you have any data on total number of FID’s with >1 POAP as a starting point?
2 replies
0 recast
1 reaction

Yoseph Ⓜ️ pfp
Yoseph Ⓜ️
@yosephks
Hi @sandiforward.eth We have data for all POAP holders, so you should be able to do your use case, this will need a bit of coding to get the number The main query for this: https://app.airstack.xyz/query/WkAU4FAyA4 This query will fetch all the attendees (w/ FID) of any POAP event and show you which event they attended
1 reply
0 recast
1 reaction

Yoseph Ⓜ️ pfp
Yoseph Ⓜ️
@yosephks
From the API result, you then can do the calculation: 1. Track # of events each user that has FID has attended (discard those without any FID) 2. Filter out all FIDs that have only 1 event attended, then calculate # of FIDs attended > 1 event (could use .length) Using this, you should get the # FIDs w/ > 1 POAP
1 reply
0 recast
1 reaction