# Installation

* Builds are located in the FrogLabs discord (discord.gg/frogwiftools)
* There are no automatic updates (purposely done for security)
* We support windows, macOS, and Linux
* We recommend a machine with a minimum of 8 CPUs
* For macOS Apple Silicon installs you will need to run the following command to let apple know that you wish to install the app: \
  `sudo xattr -rd com.apple.quarantine "/Applications/FrogLabs Terminal.app"`&#x20;

### RPC

A rpc (also referred to as a node) is how you connect to the blockchain.&#x20;

Here is an analogy to help you understand:

* The **Solana blockchain** = the **Internet**
* The **FLT app** = your **phone or laptop**
* The **RPC node** = the **Wi-Fi router**

You can’t connect to the Internet directly without Wi-Fi — your phone needs a router to send and receive information.

Same thing here:\
Your Solana app can’t talk directly to the blockchain — it needs an **RPC** to send and receive data (transactions, balances, program info, etc.).

<figure><img src="/files/0H1MoWIhTZUcFgB394mX" alt=""><figcaption></figcaption></figure>

* A node is required to use the application
* We work with any node but we **don't** recommend using free nodes or ones that have low rate limits
* <mark style="color:$info;">**Our partner,**</mark> <mark style="color:$info;">**SHYFT, is offering all FrogLabs users a free 48 hour trial, click the "Free Trial" button in the settings tab and open a ticket once you are in the discord**</mark>

### Fee Wallet

#### What is the Fee Wallet?

The fee wallet is a dedicated Solana wallet used to pay transaction fees for various operations within FrogLabs Terminal. It automatically handles fee payments for mixing, warming, tagging, buying, selling, and launching tokens. Fees are displayed in app by clicking on the info icon.

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

#### Recommended Balance

**If you are an unlicensed user**, we recommend maintaining at least 0.25 - 0.5 SOL in your fee wallet to ensure smooth operation. This should last you for some time. The progress bar shows your current balance relative to this target.

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

#### How Fees Work

* Fees are automatically deducted from your fee wallet during operations
* If fee wallet has insufficient balance, the operation will fail
* Percentage fees (buy/sell) are calculated based on the transaction amount
* Fixed fees are charged per operation regardless of transaction amount


---

# 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://froglabsio.gitbook.io/terminal/the-details/installation.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.
