# Minting Tokens

Once the LT Epoch has ended and the Circulation Epoch has begun, users may now mint WISE tokens, either due to having reserved WISE in the LT Epoch or having earned referral bonus WISE, or both.

The minting of WISE is done on-demand by the user, in a single batch, through the front-end interface.  The interface will show how many WISE the user can mint, broken down by reservation and/or referral bonus sources.  Users may mint their WISE immediately, or wait as long as they like, without penalty.

Users will likely want to mint their WISE sooner rather than later in order to take advantage of staking them to earn interest, which becomes less profitable the longer one waits.


---

# 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.wisetoken.net/wise-token/wise-ethereum/wise-contract-functionality/circulation-epoch/minting-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.
