# Testnet B3TR tokens

To obtain B3TR tokens on testnet, whether you need to use them to distribute rewards with your app, you get B3TR tokens from allocation rounds.

## Allocation rounds

You can **start a new allocation round** (in production those are started automatically each Monday and last a week, in testnet you need to manually trigger them, and they last 10 minutes), wait 10 minutes, then distribute the rewards to your app (done automatically in production, but you need to manually trigger on testnet).

You can access those functionalities from the "[Admin](https://staging.testnet.governance.vebetterdao.org/admin)" tab.

{% embed url="<https://streamable.com/2seek2>" %}

{% hint style="danger" %}
Remember that to actually distribute rewards you will need to add your wallet as a reward distributor in your app's settings. Read more in the [Rewards Distribution section](https://docs.vebetterdao.org/developer-guides/reward-distribution).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vebetterdao.org/developer-guides/testnet-b3tr-tokens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
