Learn how to integrate 8004 trust scoring into your event feedback system.
Configure Self.xyz verification for your attendees to enable trust scoring.
// Example: Configure verification
const trustScore = await calculateTrustScore({
selfVerified: true, // +30 points
walletConnected: true, // +20 points
rateLimited: false // No penalty
});Each feedback submission automatically receives a trust score (0-100).
Use trust scores to prioritize high-quality feedback and filter spam.
Learn how to integrate 8004 trust scoring into your event feedback system.
Configure Self.xyz verification for your attendees to enable trust scoring.
// Example: Configure verification
const trustScore = await calculateTrustScore({
selfVerified: true, // +30 points
walletConnected: true, // +20 points
rateLimited: false // No penalty
});Each feedback submission automatically receives a trust score (0-100).
Use trust scores to prioritize high-quality feedback and filter spam.