> For the complete documentation index, see [llms.txt](https://xiiid.gitbook.io/xiiid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xiiid.gitbook.io/xiiid/product/xwallet-updating/user-guide.md).

# User Guide

### 1. Create an Account

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

Users can access XWallet using various login methods.

1. Continue with Google: Sign up or log in instantly using your Google account.
2. Continue with E-mail: Register or log in with your email address.

#### 1-1. E-mail Registration & Sign-in

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

Sign in: Enter your registered email and password to continue.

* Create an account: If you are new to XIIID, enter your email address and set a password, then click Continue.
* Verification Process:

1. After clicking continue, you will see the Verify E-mail screen.
2. Check your email inbox for a message titled "Verify your email for xwallet".
3. Click the verification link provided in the email.
4. Once you see the "Your email has been verified" message, return to the XWallet app. Sign-up will continue automatically, or you can now sign in with your new account.

### 2. Dashboard & Assets

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

The dashboard provides a quick overview of your total balance and core wallet functions.

1. Total Balance: Displays the current total value of your assets in USD.
2. Send: Transfer your crypto assets to another wallet address.
3. Receive: Access your wallet address and QR code to receive assets.
4. Swap: Exchange XPoints for XIIID tokens or swap between supported tokens.
5. Assets List: View a detailed list of tokens currently held in your wallet. If no assets are present, click the Receive button to start.

### 3. Core Features

#### 3-1. Send Assets

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

Transfer your digital assets securely to external wallets.

1. Select Asset: Choose the token you wish to send from your assets list.
2. Recipient Address: Enter or paste the recipient's wallet address. Ensure the address is correct, as blockchain transactions are irreversible.
3. Amount: Enter the amount of tokens to send.
4. Review & Confirm: Check the transaction details, including network fees (gas fees), and click confirm to process the transfer.

#### 3-2. Receive Assets

<figure><img src="/files/8fYkB4ksI3hfBGbuswqv" alt=""><figcaption></figcaption></figure>

Generate your wallet information to receive tokens from others.

1. QR Code: Display your unique wallet QR code for others to scan.
2. Wallet Address: View and copy your alphanumeric wallet address.
3. Copy/Share: Use the copy button to save the address to your clipboard or share it directly.

### 4. Swap & Reward Redemption

XWallet allows users to redeem XPoints earned through XClass activities for XIIID tokens.

#### 4-1. Reward Redemption System

XPoints earned through learning and ecosystem participation can be redeemed for XIIID tokens. This system encourages long-term learning and active participation within the XIIID ecosystem.

* Eligibility: Redemption availability is based on the user's Rank and eligible XPoint balance.
* Redemption Process: Once the required Rank (e.g., TRIBAL or higher) and minimum balance are met, users can initiate the swap process.
* Further Information: For detailed redemption requirements, including minimum XPoint balance and redemption rates by Rank, please refer to the [Reward Redemption](https://xiiid.gitbook.io/xiiid/product/xwallet-updating/user-guide/reward-redemption) section in our Whitepaper.

#### 4-2. How to Swap

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

1. Connect XClass Account: If not already linked, click Connect to sync your XClass account and view your XPoints balance.
2. Input Amount: Enter the number of XPoints you want to swap.
3. Swap Rate: Displays the current exchange rate.
4. Swap Fee: View the required network fee (e.g., Solana) for the transaction.5.Swap Button: Click to execute the exchange.

#### 4-3. Swap Disclaimers & Precautions

* Irreversibility: Once a swap transaction is confirmed on the blockchain, it cannot be canceled or modified.
* Rank Requirements: Redemption is only available to users who meet specific Rank and minimum XPoint balance criteria.
* Policy Changes: Redemption rates, fees, and eligibility policies are subject to change based on ecosystem development and token economics.

### 5. Settings & Security

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

Manage your account preferences and security through the settings menu.

* Security & Verification: To secure your wallet, complete Phone verification and ensure your email is verified.


---

# 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://xiiid.gitbook.io/xiiid/product/xwallet-updating/user-guide.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.
