# Setup

Let's discover what you'll need to use **Launchifi in less than 5 minutes**.

## Getting Started

Get prepared for **creating your first smart contract in just minutes**.

## What you'll need

### 1. Javascript Enabled Browser

In order to use the Launchifi application you will need to access it from a **javascript enabled browser**.

* Browsers we recommend
  * [Brave Browser](https://brave.com/) Secure, Fast & Private Web Browser with Adblocker designed for Web3, built on the google chrome engine
  * [Google Chrome](https://www.google.com/chrome/dr/download/) High performance browser built by google

### 2. Web3 Wallet Extension

This will need to be installed on your browser in order to access the application and use our tools.

* Compatible Web3 Wallets
  * [Metamask Wallet](https://metamask.io/) Most Popular Web3 Crypto Wallet
  * [Coinbase Wallet](https://www.coinbase.com/wallet) Web3 Crypto Wallet Built By Coinbase
  * [Torus Wallet](https://tor.us/) An Open Source, Non-Custodial Key Management Network
  * [Binance Chain Wallet](https://www.binance.com/en/wallet-direct) Web3 Crypto Wallet for Binance Chain
  * [WalletConnect Wallets](https://explorer.walletconnect.com/?type=wallet) Web3 Gateway for Connecting to Most Major Wallets, See if Your Wallet is Compatible

### 3. Funds In Your Wallet On The Network You Want To Deploy On

When deploying anything to the network you will need to pay for gas in the native currency of the **network of your choice**. You will need to have this available in your Web3 Wallet at the time at which you want to deploy. I.E. If you want to deploy on Ethereum network, you will need Ethereum in your wallet.


---

# 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.launchifi.xyz/setup.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.
