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

In exchange for your own points

Converting your users’ points into tokens is simple. Doing so centers around establishing a conversion rate between your points and determining how many tokens those points are worth.

To exchange a user's points for tokens:

  • Determine the amount of tokens to reward the user

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

  • Redeem the code on behalf of the user

  • Reduce the user's points balance within your app

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 completing an incentiveNextAs a credit

Last updated 2 years ago