> For the complete documentation index, see [llms.txt](https://vision-foundation-1.gitbook.io/vision-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vision-foundation-1.gitbook.io/vision-network/vision-basics/token-issuance.md).

# Token Issuance

## Create a Vision Account

Install the Chrome extension of Vtimes to get ready for your issuance. You may create a new account in three ways:

* create a new account
* restoring from a mnemonic phrase, private key or Keystore
* connect to a hardware wallet

350 VS is required in your account as the minimum.

## VRC-721 Code Modification

You may modify the file of VRC721Token.sol to customise the name and symbol of the token. Remember to save your changes.

![](/files/znnjVQSQYxSOmn0glFXN)

## Deploy a VRC-721 Smart Contract

Deploy with vscan: Contract Compiler

**Connect to the Wallet**

**Upload Contract Codes**

**Compile the Contract**

**Deploy the Contract**

## Minting an NFT Token

Log in to Visionscan with your wallet, and use the contract address to open the deployed VRC-721 contract. Here, take the VZ4NjvdqyCbWmZxXEEAb3bXhfT8f6YGxJd contract on the Nile test net as an example:

* Choose 'Contract', 'Write Contract'
* Find the mintWithTokenURI method, fill in the to\_address, token Id, and the token URL corresponding to coral.json
* Click 'send', then accept the signature. A 'true' will be displayed if the token was mint successfully


---

# 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:

```
GET https://vision-foundation-1.gitbook.io/vision-network/vision-basics/token-issuance.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.
