# As a credit

Crediting your users with tokens is even simpler. &#x20;

**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

{% hint style="info" %}
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.
{% endhint %}
