# Getting Started

## Prerequisites

A Web3 wallet compatible with the WEMIX3.0 network is required to use WEMIX.Fi. Compatible wallets include **MetaMask**, **WalletConnect-supported wallets**, and **WEMIX PLAY Wallet**.

***

## Connecting Your Wallet

1. **Locate the "Connect Wallet" button** in the top-right corner of the navigation bar
2. **Click "Connect Wallet"** to open the wallet selection menu
3. **Select your preferred wallet** from the available options
4. **Approve the connection request** in your wallet application
5. **Verify the connection** - Your wallet address will appear in the navigation bar once connected

### Adding WEMIX3.0 Network

If WEMIX3.0 is not already configured in your wallet, add it manually using the following network details:

| Setting         | Value                    |
| --------------- | ------------------------ |
| Network Name    | WEMIX3.0 Mainnet         |
| RPC URL         | <https://api.wemix.com>  |
| Chain ID        | 1111                     |
| Currency Symbol | WEMIX                    |
| Block Explorer  | <https://scan.wemix.com> |

Most wallets support automatic network addition through WEMIX.Fi's connection flow. If manual configuration is required, consult your wallet's documentation for adding custom networks.

***

## Acquiring WEMIX for Gas Fees

WEMIX is the native coin of the WEMIX3.0 blockchain and is required to pay for transaction gas fees. **Ensure sufficient WEMIX balance before performing any transactions.** Without WEMIX, transactions cannot be executed even if other tokens are available.

***

## Setup Checklist

Before using WEMIX.Fi services, complete the following steps:

{% stepper %}
{% step %}

### Set up wallet

Install and configure a compatible Web3 wallet
{% endstep %}

{% step %}

### Configure Wallet

Add the WEMIX3.0 network to your wallet (if not automatically added)
{% endstep %}

{% step %}

### Connect Wallet

Connect your wallet to WEMIX.Fi using the "Connect Wallet" button
{% endstep %}

{% step %}

### Acquire Sufficient WEMIX for Gas

**Acquire WEMIX for gas fees** through one of the following methods:

* **Swap other tokens for WEMIX** on the [**Swap page**](https://wemix.fi/swap)
* **Transfer WEMIX** from another wallet or centralized exchange
  {% endstep %}

{% step %}

### Verify Connection

Verify wallet connection and WEMIX balance in the navigation bar
{% endstep %}
{% endstepper %}

**Recommended WEMIX Balance:** Maintain at least $5-10 worth of WEMIX for gas fees to ensure smooth transaction execution across multiple operations.

Once your wallet is connected and you have sufficient WEMIX for gas fees, the platform is ready to use. Users can start with a simple token swap, or explore liquidity provision and liquid staking to begin earning.


---

# 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://docs.wemix.fi/introduction/getting-started.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.
