TokenOS
  • Overview
    • Introduction
    • Authentication
    • User & Wallet Identification
    • Errors
    • Versioning
  • Guides
    • How our system works
    • Rewarding your audience
      • In exchange for completing an incentive
      • In exchange for your own points
      • As a credit
  • Wallet API
    • Balances
    • Allocations
  • Management API
    • Token Selection
    • Campaigns
    • Subscriptions
    • Codes
  • Payments API
    • Introduction
    • Payments
    • Deliveries
    • Relayer
Powered by GitBook
On this page
  1. Guides
  2. Rewarding your audience

As a credit

Crediting your users with tokens is even simpler.

To credit a user with tokens:

  • Determine the amount of tokens to credit the user

  • Create a unique code for the user for the given amount

  • Redeem the code on behalf of the user

Crediting multiple users with tokens:

In some cases, you may want to credit multiple users with the same amount of tokens. For example, if you wanted to reward N users who purchased a specific item from your store with 20 $TOKENs, here's how you can do that:

  • Create a code for 20 $TOKENs, with a max redemption of N times

  • Redeem the code for each of those users

After a code is redeemed on behalf of the user, the user does not receive their tokens right away. An airdrop is created for them for their $TOKEN amount and in order for them to receive their tokens, they must claim their airdrop - a process that requires the payment of gas fees.

If you would like to provide a more seamless experience for your users and directly deposit tokens into your users' wallets, you have the option to pay the gas fees for the user's airdrop.

PreviousIn exchange for your own pointsNextBalances

Last updated 2 years ago