Skip to main content

NexCommunity

Community rewards, trust votes, and referral system.

Overview

NexCommunity adds a social layer to GoValid, enabling community engagement through trust votes, comments, badges, and friend circles.

Key Features

Trust Votes

  • Vote on the trustworthiness of QR codes and issuers
  • Build reputation through community validation
  • Trust scores affect verification display

Comments

  • Leave comments on QR code verification pages
  • Engage with issuers and other users
  • Moderated community discussions

Badges

  • Earn badges for community participation
  • Display achievements on your profile
  • Badge tiers: Bronze, Silver, Gold, Platinum

Friend Circles

  • Connect with other GoValid users
  • Share QR codes within your network
  • Collaborative hub management

Companion Images

  • Upload companion images for QR codes
  • Visual context for verification pages
  • Brand logos and product images

NeX Coins

Earning Coins

  • Refer new users to GoValid
  • Participate in community activities
  • Complete engagement milestones

Using Coins

  • Generate QR codes
  • Upgrade features
  • Withdraw to bank account

Referral Program

  1. Get your unique referral code from the dashboard
  2. Share it with friends, colleagues, or on social media
  3. Earn NeX Coins when they sign up and become active
  4. Track referrals in your dashboard

Community Badges

BadgeRequirement
Early AdopterJoined during beta
Active Scanner100+ scans
Trusted IssuerHigh trust score
Community LeaderActive in discussions
Top Referrer50+ successful referrals

Getting Started

NexCommunity profile with trust votes, badges, and friend circles

The NexCommunity page shows your community profile, trust score, earned badges, and social connections.

  1. Log in to my.govalid.org
  2. Navigate to NexCommunity
  3. Complete your community profile
  4. Start voting, commenting, and earning badges
API Access

NexCommunity features are available via the REST API:

curl -X POST https://api.govalid.org/api/v1/community/vote/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"qr_id": "abc123",
"vote": "trust"
}'

Interactive API Documentation:

See API Reference for detailed endpoint documentation.