How the Scoring Engine Works
{
// this first item in the array is the "xp" required for reacvhing level one.
// the second number in the array is the multiplied by which the gap increases.
"numberOfNftTransactions": [1, 1.2],
}
{
"query": {
"haveEns": {
"weight": 0.1
},
"numberOfProposalsCreated": {
"weight": 0.3
},
"numberOfOpenseaTransactions": {
"weight": 0.6
}
}
}Last updated