> For the complete documentation index, see [llms.txt](https://docs.otherside.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherside.xyz/odk-docs/odk-plugin/nfts-tokens/using-the-creator-portal.md).

# Using the Creator Portal

The creator portal is used to create the on-chain tokens and metadata for that token. This includes its name, description, image and any additional fields required for gameplay.

***

#### 🔹 1. Open the Creator Portal

Go to:\
👉 <https://launch.otherside.xyz/creator>

This web interface allows you to define and mint tokens for use in-game.\
⚠️ Note: The portal only shows objects created by the currently logged-in user.

***

#### 🔹 2. Add a Granting Wallet

To mint or grant tokens, you need **Gas**—a small transaction fee.

* Scroll to the bottom of the page
* Paste in a **granting wallet address** (your producer will provide one)
* Click **Save**

💡 Improbable provides **internal wallets** that are pre-funded to allow token operations during development.

#### 🔹 3. Create your token

Click `Define new Object.` This will take you to the Object creation flow. The objects are created on a per project basis. This means that you will have to select your project from the drop-down before the template buttons are activated.

#### 🔹 4. Granting your token

Once your token has been defined, you'll want to start crediting it to deserving users. There are two ways to achieve this currently:

* Within the `Creator` portal you can use the `Grant` button to grant an instance of your token to any provided wallet.
* Within Unreal you can use the `RequestGrantToken` on the user's `BPMC_ODK_WalletComponent` to grant the token to the user. `Item Id` is the token id.<br>

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


---

# 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.otherside.xyz/odk-docs/odk-plugin/nfts-tokens/using-the-creator-portal.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.
