# ID-Wallet

The ID-Wallet is a key component of THXNET.'s strength, enabling interoperability at the application layer among Web2.0-friendly APIs. It facilitates seamless and rapid business collaboration across all Leafchains on THXNET., providing greater scalability compared to hosting all businesses on a single chain.

One of the common ways to generate ID-Wallet is to create an account via Web3Wallet, then the ID-Wallet can be controlled via Web3Wallet app or the APIs provided by THXNET.

### ID-Wallet Address Representation

An ID-Wallet has two representations of its wallet address, one is Address-Suri (a.k.a. Address-SS58) and the other one is Address-Eth.

Address-Suri will be used as a default representation of the wallet address, since THXNET. is built on Substrate and Polkadot framework; And as for Address-Eth, in order to keep compatible with Ethereum protocol in the future, we decided to leave it as another representation.

#### An example of Address-Suri (Address-SS58)

`5HTeUjtEyf8hfovwDL7KDoSLobbbC8NRAgrPZrxDsFmELKeP`

#### An example of Address-Eth

`0x6421c710f486c444abca91d20d7e816151fe88f1`

### Acquire ID-Wallet

#### Install **THXCONNECT Mobile App** ([Android](https://play.google.com/store/apps/details?id=org.thxnet.thxconnect)) ([iOS](https://apps.apple.com/jp/app/thxconnect/id6471815589))

<div align="left"><figure><img src="/files/ZIGmEXhaziVAwi9RnD2c" alt="Android" width="188"><figcaption><p>Android</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/x0S5ifaRw7FV8BksOwtu" alt="iOS" width="188"><figcaption><p>iOS</p></figcaption></figure></div>


---

# Agent Instructions: 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:

```
GET https://thxnet.gitbook.io/thxnet-developers-doc/concept/id-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
