> For the complete documentation index, see [llms.txt](https://docs.vorj.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vorj.app/tutorials/fungible-token-utility/how-to-manually-add-your-token-in-the-veworld-wallet.md).

# How to manually add your token in the VeWorld wallet

## Prerequisites

To list your token on the token registry you will need:

* Have created a fungible token to list on the official token registry. You can follow this guide if you haven't created a fungible token yet [Create, deploy & mint a fungible token](/tutorials/create-deploy-and-mint-a-fungible-token.md).
* Have a VeWorld wallet. Other VeChain wallets will have similar flows as this tutorial.

## 1. Login, navigate to your project and fungible token contract

To start we need to login to [VORJ](https://vorj.app). Once you have successfully logged in you can navigate to a mainnet project that you created earlier which contains a fungible token which has been deployed to mainnet. If you do not have a mainnet project or have not created and deployed a fungible token on mainnet follow the previous tutorials, [Create an organization and project space](/tutorials/create-an-organization-and-project-space.md) and [Create, deploy & mint a fungible token](/tutorials/create-deploy-and-mint-a-fungible-token.md) making sure to create your project using the mainnet network.

You should be see a screen similar to the one below. This particular fungible token contract has been deployed to mainnet and has a total supply of 1,000,000 tokens with zero tokens minted.

<figure><img src="/files/ToYusabZy3Rd1xHkuXqR" alt=""><figcaption><p>A mainnet deployed fungible token.</p></figcaption></figure>

## 2. Copy your fungible token contract address

Use the copy icon, <img src="/files/hvOAU4dRJYjTxAr8prz7" alt="" data-size="line">, from the smart contract heading section of your fungible token. An example is shown in the image below. Pressing the copy icon will copy the smart contract address of your fungible token contract into you clipboard.

<figure><img src="/files/4HP7NAQ67GWTm6Pi6riJ" alt=""><figcaption><p>Example of a fungible token contract address.</p></figcaption></figure>

## 3. Add the fungible token contract address into VeWorld

Follow the steps and images below to add your token to VeWorld:

* Open and login into the VeWorld extension.
* On the VeWorld landing screen select the Manage Tokens button.
* From here select the Add Custom Token button.
* Paste the previously copied fungible token address into the input field. Be sure to double check that you have pasted the correct address. Once verified press the Add button.
* You will be redirected to the Manage Tokens page and you should see your token listed in the Custom Tokens list.
* Navigate back to the VeWorld landing screen by pressing the back arrow, <img src="/files/ZTCoIk8XCj74S4cn6loN" alt="" data-size="line">, which is in the top left of the screen.
* Now you should see your fungible token and associated balance on the VeWorld landing screen.

<div><figure><img src="/files/oxTCqL5BJpMuqRjvmL07" alt="" width="183"><figcaption><p>VeWorld landing screen.</p></figcaption></figure> <figure><img src="/files/9S9RiAyPhyzx0lBbVk6S" alt="" width="183"><figcaption><p>Manage token page.</p></figcaption></figure> <figure><img src="/files/Ay72rC4cxklTKStSWxEL" alt="" width="182"><figcaption><p>Add token page.</p></figcaption></figure> <figure><img src="/files/9B4auQLswfoy5aMnuqwa" alt="" width="181"><figcaption><p>Updated manage token page.</p></figcaption></figure> <figure><img src="/files/jtBxdzNJ4uxN6tklHNuY" alt="" width="179"><figcaption><p>Updated VeWorld landing page.</p></figcaption></figure></div>

##


---

# 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.vorj.app/tutorials/fungible-token-utility/how-to-manually-add-your-token-in-the-veworld-wallet.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.
