# Deploy a Token Contract - ERC20 (Thirdweb)

Using Thirdweb's deployment dashboard anyone can deploy their own tokens easily. This guide will walk you through how to deploy your very own token for your own projects and/or for learning purposes.&#x20;

1. Ensure you have test $VANRY/$VG token in the wallet you will use to deploy token contract by going to <https://faucet.vanarchain.com>. &#x20;
2. Go to third web: <https://thirdweb.com/thirdweb.eth/TokenERC20>
3. Connect wallet & Sign in.
4. Hit Deploy Button.
5. Fill in Image, Name, Symbol & Description for you ERC20 Token.<br>

   <figure><img src="/files/I8aliCeTNZ5E6hhBXOxa" alt=""><figcaption></figcaption></figure>
6. Set the destination wallet for the newly minted tokens to go to.

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

7. Select Vanguard as deployment network.

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

8. Hit deploy button and you'll get the following.

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

9. Complete the second transaction and signing.
10. You will be redirected to your tokens dashboard with some additional steps.

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

### CONGRATULATIONS ON DEPLOYING YOUR FIRST TOKEN!&#x20;

11. Check out third web and the different options you have for your token.&#x20;
    1. Try minting your first tokens.
    2. Look at how you can start building your own app around your token.
    3. Mint tokens, and create a liquidity pool on a DEX.
    4. Send some tokens to your friends or another wallet.


---

# 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.vanarchain.com/builders/for-developers/tutorials/deploy-a-token-contract-erc20-thirdweb.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.
