> For the complete documentation index, see [llms.txt](https://gramhal.gitbook.io/bolbhav/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gramhal.gitbook.io/bolbhav/appendix/version-6.1/receipt-validation/validation-by-user/tokens.md).

# Tokens

How tokens are allocated to users, who validate a receipt.

## Types of plan

<table><thead><tr><th width="384">Plan Name</th><th>Tokens for</th><th>Token amount</th></tr></thead><tbody><tr><td>data_validation_non_redeemable_2_token</td><td>membership wallet<br>(silver tokens)</td><td>2</td></tr><tr><td>data_validation_non_redeemable_1_token</td><td>membership wallet<br>(silver tokens)</td><td>1</td></tr></tbody></table>

#### Logic

1. If the user answers first question as “No” then:
   1. If their response is found correct then reward them with 1 token.
   2. If there response is incorrect then do not reward them any token.
2. If the user answers first question as “Yes” then:
   1. If their response is found correct then reward them with 2 tokens.
   2. If there response is incorrect then do not reward them any token.
