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

# 00 - Objectives

> Tutorial Objectives and Demo Environment

## Tutorial Objectives

In this tutorial series, you will learn how to:

1. Create agents as an **issuer**.
2. Mint new tokens to agents as an **issuer**.
3. Distribute tokens to end users as an **agent**.
4. Perform **peer-to-peer (P2P)** token transfers between end users.

***

<Panel>
  ```mermaid theme={null}
  graph TD
      A[Issuer] -->|Create Agents| B[Agent]
      A -->|Mint Tokens| B
      B -->|Distribute Tokens| C[End User]
      C -->|P2P Transfer| D[Another End User]
  ```
</Panel>

## Demo Environment

To make this tutorial easier to follow, we’ve prepared a dedicated sandbox environment where you can experiment freely.

* **Issuer:** `Interstellar Demo`
* **Token:** `XYZ`

You can access the demo instance here:

<Note>
  <a href="https://uw.stargate.is" target="_blank">Universal Wallet Demo</a>
</Note>

<img src="https://mintcdn.com/interstellar-5816d96c/Ij_mlkmo7Aj7MKQK/images/uw_login.png?fit=max&auto=format&n=Ij_mlkmo7Aj7MKQK&q=85&s=2a99ecceb3d11ef13d82dd7fac9c37cd" alt="Universal Wallet Demo Login Page" width="1448" height="956" data-path="images/uw_login.png" />

## Demo Issuer Account

You'll need to setup 2FA (Two-Factor Authentication) for the demo issuer account using Google Authenticator or any compatible app.

Scan the QR code below with your authenticator app:

<img src="https://mintcdn.com/interstellar-5816d96c/Ij_mlkmo7Aj7MKQK/images/uw-issuer-nigeria.png?fit=max&auto=format&n=Ij_mlkmo7Aj7MKQK&q=85&s=db72aa7ec5dab44e66311c6656b1d4e8" alt="Issuer QR Code" width="200" height="200" data-path="images/uw-issuer-nigeria.png" />

Or manually enter the following details into your authenticator app:

<Info>
  MAOMD6W7PMF7BGO5ZO4RDSGL4ZCBQ52X
</Info>

Now head over to the Universal Wallet Demo ([https://uw.stargate.is](https://uw.stargate.is)) and log in with the following credentials:

* Country Code : +234
* Phone Number : 8123456789

<img src="https://mintcdn.com/interstellar-5816d96c/Ij_mlkmo7Aj7MKQK/images/uw_wallet_home.png?fit=max&auto=format&n=Ij_mlkmo7Aj7MKQK&q=85&s=1a04fcdc3a001aefe8352d19cf16fbf7" alt="Wallet Home" width="1448" height="964" data-path="images/uw_wallet_home.png" />
