Skip to content
HeartBadge docs

Distribute Rewards

Live

Sending MNEE rewards reliably from your backend as events happen.

This guide covers the distribution side: wiring your event flow into the reward API, using idempotency correctly so retries are safe, and handling partial failures in batch distributions.

This page is being written.

The structure is fixed. The prose is being drafted from the source material and reviewed by HeartChain Labs before publication. If you need this information urgently, email docs@heartbadge.com .

What this page will cover

  • When to distribute: event completion, scheduled, batch
  • Idempotency key design
  • Choosing the right reward type for HRTB scope
  • Restrictions and unlocks in practice
  • Handling webhook confirmations
  • Reconciliation patterns