> For the complete documentation index, see [llms.txt](https://lumiwave-inno.gitbook.io/inno-platform-tip-and-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lumiwave-inno.gitbook.io/inno-platform-tip-and-guide/inno-platform-questions/inno-platform/wallet.md).

# Wallet

LumiWave's wallet system has undergone a significant transformation to cater to a more extensive user base and align with global crypto goals. We've introduced a significant change for decentralization by linking INNO ID to external wallets like SUI and MetaMask.

Unlike before, when a wallet was automatically created with the creation of an INNO ID, now you have to create an external wallet and link your INNO ID to it. Of course, the benefits are substantial. Unlike the previous process of swapping and transferring points multiple times, this new approach significantly reduces the transfer process and gas fees.

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

Sign in to the INNO platform and proceed to link your INNO ID to the various games available on the platform, such as Ragnarok Labyrinth NFT and Little Legions NFT. This step mirrors the process followed in the previous version of the INNO platform.\
Once completed, you can then proceed to link your external wallets, such as the Metamask wallet and the Sui wallet. LumiWave supports three primary networks: the Sui wallet's Sui main net, the Metamask wallet's Ethereum main net, and the Polygon main net. Connecting these external wallets will enable seamless interaction and transactions across these networks within the LumiWave ecosystem.

{% hint style="info" %} <mark style="color:blue;">For INNO Wallet users, once you connect your external wallet, your assets in INNO Wallet will be moved to each network on Ethereum and Polygon.</mark>
{% endhint %}


---

# 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://lumiwave-inno.gitbook.io/inno-platform-tip-and-guide/inno-platform-questions/inno-platform/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.
