# Quick Start Guide

### 1. Quick Start <a href="#id-1.-quick-start" id="id-1.-quick-start"></a>

This section provides a brief overview of how to quickly get up and running with Zetrix.

**1.1 Creating a Wallet**

* Visit the official Zetrix wallet website <https://www.zetrix.com/zetrix-wallet/> or download the mobile app (iOS/Android).
* Create a new wallet by following the on-screen instructions.
* Securely store your secret recovery phrase for recovery. This is critical for accessing your wallet in case you lose access to the app.
* Set up a password or PIN for added security.

**1.2 Funding Your Wallet**

* Acquire Zetrix tokens (ZETRIX) through an exchange or directly via Zetrix's supported platforms.
* Here list of platforms where you can get your ZETRIX:
  * Coinstore <https://www.coinstore.com/>
  * MEXC <https://www.mexc.com/>
  * BitMart <https://www.bitmart.com/>
* Transfer the tokens to your Zetrix wallet by copying the wallet’s public address and initiating the transaction.

**1.3 Performing a Transaction**

* Navigate to the "Send" section in your wallet.
* Enter the recipient’s wallet address, the amount of ZETRIX to send, and confirm the transaction.
* Monitor the transaction status using the Zetrix blockchain explorer.

**2. Introduction to Development**

Zetrix provides an easy-to-use Integrated Development Environment (IDE) at [ide.zetrix.com](https://ide.zetrix.com/),              allowing developers to quickly start building and deploying smart contracts on the Zetrix blockchain. This section will guide you through setting up your development environment, writing smart contracts, and interacting with the Zetrix blockchain using the IDE.

**2.1 Setting Up Development Environment**

The Zetrix IDE is a web-based platform, so there's no need for extensive local setup. To get started, follow these simple steps:

**Steps:**

1. **Visit** [**ide.zetrix.com**](https://ide.zetrix.com/): Open your web browser and navigate to the IDE.
2. **Create an Account or Sign In**: If you are a new user, create an account by registering with your email. If you already have an account, log in.
3. **Connect to Zetrix Testnet**: The IDE automatically connects to the Zetrix testnet for development and testing purposes. You can switch to the mainnet when you're ready to deploy live contracts.
4. **Access Developer Tools**: The IDE provides a fully integrated suite of tools, including javascript contract editor and a interface development environment for deploying contracts to the Zetrix blockchain.


---

# 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.zetrix.com/en/getting-started/quick-start-guide.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.
