@neynar what are good categories to use for neynar scores, similar to what quotient had below?
[
{
min: 0,
max: 0.5,
qualityLevel: 'Spam',
description: 'Bot accounts, farmers, inactive users',
},
{
min: 0.5,
max: 0.6,
qualityLevel: 'Casual',
description: 'Occasional users, low engagement',
},
{
min: 0.6,
max: 0.75,
qualityLevel: 'Active',
description: 'Regular contributors, solid engagement',
},
{
min: 0.75,
max: 0.8,
qualityLevel: 'Influential',
description: 'High-quality content, strong network',
},
{
min: 0.8,
max: 0.9,
qualityLevel: 'Elite',
description: 'Top-tier creators, community leaders',
},
{
min: 0.9,
qualityLevel: 'Exceptional',
description: 'Platform superstars, maximum influence',
},
]