# Using the wallet

### The Overview tab

![](/files/-Li7owNseODDTf0SCmY3)

There are three areas of interest in this tab: “*Combined Balance”*, “*FIX Balance*” and “*Recent Transactions*”.

* The “***Combined Balance***” area shows the absolute amount of FIX you own.
* The “***FIX Balance***” area shows the amount of FIX currently available for transactions and (if present) an amount of immature FIX from staking rewards, which have to age for a certain period of time before they are added to your available balance.
* The “***Recent Transactions***” area shows your last transactions and received stakes with timestamps.&#x20;

{% hint style="info" %}
If a transaction or stake is \[within square brackets] it doesn’t have enough confirmations yet for it to be available for transfer.

Incoming and outgoing transactions need 6 confirmations, incoming stakes need 61.
{% endhint %}

* You can find out how many confirmations a transaction or stake has by hovering your mouse over it:

![Incoming transaction still being confirmed](/files/-LjEpobQoFGQOJI8z6hF)

### The Send tab

![](/files/-Li7pQurFXpYKzMLTqW8)

This tab lets you send your FIX to others. It's covered in detail in the Sending FIX section.

### The Receive tab

![](/files/-Li7pSkaAYNFfYOdgzIC)

This tab lets you generate receiving addresses and payment requests. It's covered in the Receiving FIX section.

### The Transactions tab

![](/files/-Li7pUpekaASuK3nBmHJ)

This tab displays your history of incoming and outgoing transactions. You can filter and sort them with the help of drop-down menus and search boxes and export them into a .csv file by clicking the “*Export*” button in the lower right.

### The Masternodes tab

![](/files/-Li7pWZq-Hv85ZBiH7f1)

The “*Masternodes”* tab lets you monitor and start your FIX masternodes. Its usage is covered in the Fix Masternodes section.

It is not visible by default and has to be turned on in the options. Click “*Settings*” in the menu bar, then “*Options*” and finally the “*Wallet*” tab. Tick the “*Show Masternodes Tab*” and click “*OK*”. You must restart the wallet for the tab to show up.

### The Shop and Statistics buttons

The Shop button directs you to the FIX shop ([**https://fix.network/t/categories**](https://fix.network/t/categories))&#x20;

The Statistics button directs you to the FIX Network explorer (<https://explorer.fix.network/>).&#x20;


---

# 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.fix.network/english/fix-wallet/using-the-wallet.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.
