> For the complete documentation index, see [llms.txt](https://docs.viction.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.viction.xyz/how-to/how-to-issue-a-token-via-vicissuer.md).

# How to issue a token via VICIssuer

## Issue a token on Vic Issuer <a href="#issue-a-token-on-vic-issuer" id="issue-a-token-on-vic-issuer"></a>

* VICIssuer on Testnet: <https://issuer-testnet.viction.xyz/>
* VICIssuer on Mainnet:<https://issuer.viction.xyz/>

The user is required to declare the Token Name, Symbol & Total Supply in order to issue the new token.

<figure><img src="/files/8mxR7gL2D41v3lL08tht" alt="" width="375"><figcaption></figcaption></figure>

Ensure that all detail is correct then click on the **Issue Token** button. The code here is only displayed in this step. Hence It is recommended that you copy & store it to your file. So you can use it to perform the contract verification later on.

{% hint style="warning" %}
If you didn't copy the source code here, there is no way for you to go back to copy it again.
{% endhint %}

<figure><img src="/files/flbGR6cWnVA2pg9uKNEM" alt=""><figcaption></figcaption></figure>

Allow the connection to the site & Confirm to deploy a new contract via wallet pop-up

<div><figure><img src="/files/fFMZHmbaNCsrrpBmbZW4" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Z4WXZM9jXRy0vBZWaVri" alt=""><figcaption></figcaption></figure></div>

The token has been issued successfully

<figure><img src="/files/Oh0G8IWWVDcCmRQsotTM" alt=""><figcaption></figcaption></figure>

**View** the contract at the dashboard of **VicIssuer**. Click on the contract address to view on explorer

<figure><img src="/files/0lNdbQbD27ZmHUS3lkrS" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.viction.xyz/how-to/how-to-issue-a-token-via-vicissuer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
