# How To Check Your Balance

## Goal

Check your token balance.

## Steps

The operation can be performed in two ways - using the site `golos.io` and using explorer `cyberway.io`.

### Way 1: Check your balance using the site golos.io

#### Step 1.1

Go to the page `https://golos.io/<account name>`. Let the account name is *golos*.

#### Step 1.2

Open *wallet* tab. The types of tokens available on account balance will be shown in the left menu.

![](/files/-MCHUpQuul8iNhZBdGlj)

The fields at the top of menu indicate actions that can be performed by your account.

*Golos* and *CYBER* fields are types of tokens that are on your account balance.

*Golos Power* and *CYBER STAKE* fields are number of staked tokens of *Golos* and *CYBER* respectively.

*Awaiting* field is number and type of tokens in the state of illiquid.

### Way 2: Check your balance using explorer cyberway.io

#### Step 2.1

Go to the page `https://explorer.cyberway.io/`and specify account name. Please note that different names may be assigned to accounts depending on dApps. Let it i *andreypf*.

![](/files/-MCHUpQx4gVPI14TTpaw)

#### Step 2.2

In window that opens, all information about this account will be displayed, including balance.

![](/files/-MCHUpQy104JCLV-Zigs)

You can see the following information:

* `CYBER` Tokens: 804.0000
* `GOLOS` Tokens: 0.188
* `GOLOS` Tokens in the state of illiquid: 0.754

Also, you can see status of the steak:\
`Own` field shows amount of tokens that are available for conversion to`CYBER`. This field is updated after each account action.

Please note that the explorer does not show `Golos Power` balance, since this type of token is specific and applicable only to dApp Golos. Therefore, explorer it is not available.


---

# 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.cyberway.io/software_manuals/explorer_command_reference/check_balance.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.
