> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uw.stargate.is/llms.txt
> Use this file to discover all available pages before exploring further.

# 02 - Mint New Tokens

> Tutorial on How to Mint New Tokens

In this tutorial, you will learn how to mint new tokens as an **issuer** using the Universal Wallet platform.

<Panel>
  ```mermaid theme={null}
  graph TD
      A[Issuer] -->|Mint Tokens| B[Agent]
  ```
</Panel>

<Steps>
  <Step title="Log in as Issuer">
    Head over to the Universal Wallet Demo ([https://uw.stargate.is](https://uw.stargate.is)) and log in with the issuer account credentials provided in the [Objectives](./objectives.mdx) tutorial.
  </Step>

  <Step title="Navigate to the Token Distribution Dashboard">
    Once logged in, navigate to the Token Distribution Dashboard by clicking on the "Issuer" tab in the main navigation menu.

    <img src="https://mintcdn.com/interstellar-5816d96c/Ij_mlkmo7Aj7MKQK/images/uw_mint_dashboard.png?fit=max&auto=format&n=Ij_mlkmo7Aj7MKQK&q=85&s=0c913d3a2d45f90f7c8ce1beb1226510" alt="Token Distribution Dashboard" width="1448" height="964" data-path="images/uw_mint_dashboard.png" />
  </Step>

  <Step title="Select 'New Mint'">
    In the Token Distribution Dashboard, locate and click on the "New Mint" button to start the token minting process.
  </Step>

  <Step title="Fill out Minting Form">
    Fill in the required details for the new tokens you wish to mint, including:

    * Agent
    * Amount

          <img src="https://mintcdn.com/interstellar-5816d96c/Ij_mlkmo7Aj7MKQK/images/uw_new_mint_form.png?fit=max&auto=format&n=Ij_mlkmo7Aj7MKQK&q=85&s=44cbdb1c6a5b83d3ffd0073f57ccdf9c" alt="New Mint Form" width="1448" height="964" data-path="images/uw_new_mint_form.png" />
  </Step>

  <Step title="Confirm and Mint">
    Review the minting details you have entered. If everything looks correct, click on the "Confirm" button to mint the new tokens.

    <img src="https://mintcdn.com/interstellar-5816d96c/Ij_mlkmo7Aj7MKQK/images/uw_mint_confirmation.png?fit=max&auto=format&n=Ij_mlkmo7Aj7MKQK&q=85&s=328091677b14a569198f3e0f06d83b8f" alt="Mint Confirmation" width="1448" height="964" data-path="images/uw_mint_confirmation.png" />
  </Step>

  <Step title="Verify Minted Tokens">
    After minting, navigate to your token list in the Token Distribution Dashboard to verify that the new tokens have been successfully minted and are available for distribution.

    <img src="https://mintcdn.com/interstellar-5816d96c/Ij_mlkmo7Aj7MKQK/images/uw_token_list.png?fit=max&auto=format&n=Ij_mlkmo7Aj7MKQK&q=85&s=d0eed8559b4c860a14f5ed11442a0bbb" alt="Token List" width="3360" height="1814" data-path="images/uw_token_list.png" />
  </Step>
</Steps>
