# Quickstart

### Requirements

{% hint style="info" %}
Before using Jinex:

1. You must have an Enjin-compatible wallet
2. You must have access to <https://app.jinex.io>
   {% endhint %}

### Supported Wallets

* [Enjin Wallet](https://enjin.io/technology/wallet) (Android, iOS)

***

### Connect Your Wallet

1. Open [**Jinex App**](https://app.jinex.io)
2. Press **Connect** to connect your wallet (via WalletConnect)
3. Scan the QR code with your Enjin Wallet; or if on mobile, tap the button to automatically open Enjin Wallet and approve WalletConnect session
4. Return to App and select the Enjin Relaychain + Enjin Matrixchain addresses you want to connect
5. Go again to Enjin Wallet and approve the two signatures required to verify your addresses, create your Jinex account and log you in
6. Wait for account creation and login

***

### After Connecting

The app will:

* Fetch and load your balances (ENJ / staked ENJ / JIN / NFTs) from the blockchain
* Initialize your Jinex account

***

### If Something Looks Wrong

* Refresh the page
* Reconnect wallet
* Check your internet connection

***

{% hint style="danger" %} <mark style="color:$warning;">Security Reminder:</mark>

* <mark style="color:$warning;">Jinex never asks for private keys nor DMs you first in any platform</mark>
* <mark style="color:$warning;">Always verify wallet prompts</mark>
  {% endhint %}


---

# 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.jinex.io/getting-started/quickstart.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.
