ZBD Gamertags are unique identifiers that make sending rewards as easy as tagging a friend. Every ZBD user has a gamertag – their identity across the entire rewards ecosystem.

Like Social Handles - Gamertags work like Twitter handles or Discord usernames. Easy to remember, easy to share, perfect for rewards.

What Are Gamertags?

Unique Identifiers

Each user has one unique gamertag like player123 or speedrunner

Human Readable

No long wallet addresses – just simple usernames

Portable Identity

Works across all apps using ZBD Rewards

Why Gamertags Matter

For Developers

No Wallet Management

// Traditional crypto payment
const address = "bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh";
// 😱 Users are usually scared of long unreadable addresses

// ZBD Gamertag payment
const gamertag = "player123";
// 😊 Simple and memorable!

Users already have gamertags - you just send rewards.

For Users

  • Easy to Share - Put it in bio, stream overlay, or business card
  • Privacy First - Reveals nothing about wallet balance
  • Changeable - Users can update their gamertag anytime
  • Social Status - Build reputation across games

How Users Get ZBD Gamertags

1

Download ZBD Rewards App

Available on iOS and Android app stores

2

Create Account

Simple email signup

3

Choose Gamertag

Pick their unique identifier

4

Start Earning

Ready to receive rewards from any integrated app, game, or platform!

Common Gamertag Patterns

Gaming Communities

Competitive Players

Often include game names, ranks, or team tags

Examples: valorantace, RLchamp, FaZesniper

Streamers

Match their streaming handles for easy tips

Examples: ttv_streamer, ninja, pokimane

Casual Players

Fun, memorable names they use everywhere

Examples: pizzalover, moonwalker, bitcoinbob

Anonymous Users

Random or privacy-focused names

Examples: user8429, anon2024, privateplayer

Technical Considerations

Gamertag vs User ID

Important: Gamertags can change! For permanent user tracking, use the immutable User ID.

// Get permanent User ID from gamertag
const response = await fetch(`/v0/user-id/gamertag/${gamertag}`, {
  headers: { 'apikey': API_KEY }
});

const { id } = await response.json().data;
// id: "0a59bf56-daa3-4888-8330-cbc02eba3a6e" (never changes)

// Use for:
// - User limits/thresholds
// - Historical tracking
// - Database references

Handling Edge Cases

Ready to Send Rewards?

Now that you understand gamertags, start sending instant Bitcoin rewards to your users:


Growing Fast: Over 3 million gamertags created and counting. Your users might already have one!