# FEGtrack Interface

{% hint style="warning" %}
The info on this page is deprecated; updates will follow
{% endhint %}

### Overview

This page covers the older FEGtrack interface.

Use it only as a reference while newer updates roll out.

### 1. Switch between themes

<figure><img src="/files/9x4PeqKSCG6AxceqHjDc" alt=""><figcaption></figcaption></figure>

Tap **Old theme** at the bottom of the app to switch between the old and new themes.

### 2. Use the bottom menu

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

The bottom area includes links to:

* Voting pages such as CoinMarketCap and CoinGecko
* Buy routes such as Uniswap, PancakeSwap, or fiat options
* Official social channels
* The installed app version

### 3. Add wallets

<figure><img src="/files/2wYydxOmVhwtVlIu9U3j" alt=""><figcaption></figcaption></figure>

FEGtrack does **not** connect to your wallet.

It reads public holdings data from your wallet address only.

To add a wallet:

1. Tap the **+** button
2. Paste the public wallet address into the **wallet address** field
3. Add a name for the wallet
4. Tap **Save Wallet**

You can also scan the wallet QR code instead of pasting the address.

### 4. Change the network

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

Use the network icon near the top of the screen to switch between Ethereum and BNB Chain.

If the balance shows zero, check the selected network first.

### 5. Change between balances

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

Tap **Total balance** repeatedly to cycle through the available balance views:

1\. Total / 2. Wallet / 3. Stake v2 / 4. Stake v1

### 6. Market data

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

Scroll down to see market cap, volume, price, burn data, and circulation data.

Some data tiles can switch views when tapped. For example, burned supply can switch to circulating percentage.

### 7. Transactions

<figure><img src="/files/6lWALzFZqPqGv5YViiUn" alt=""><figcaption></figcaption></figure>

The **Transactions** section shows a live, scrollable list of recent FEG buys and sells.

Tap **Transactions** to switch to **My transactions**.

That view shows your FEG buys and sells only. It does not show transfers.

### 8. Change font size

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

Press and hold the FEGtrack logo at the top for a few seconds to switch to a larger font.

Press it again to return to the default size.

### 9. Hide balance

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

Tap the left eye icon to hide the balance display.

Market data and transactions remain visible.


---

# 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.feg.io/fegtrack/fegtrack-app/fegtrack-interface.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.
