# How To Transfer Funds From Pending to Liquid

### Goal

Transfer tokens from pending to liquid.

## Steps

The operation can be performed through the contract `cyber.token`.

### Step 1

Go to the page `https://explorer.cyberway.io/account/cyber.token/contract` and specify account name. Let it is *zxcat*.

### Step 2

Open an account balance and determine amount of tokens that need to be made liquid.

![](/files/-MCHUpkztyvHvxB7QXOn)

The field `paiments` contains amount of "pending" tokens that is 0.764 GOLOS. This amount is to be transfered to liquid.

### Step 3

![](/files/-MCHUpKaIoQrPpkD7hUB)

Keep ID of your account. In our case, this is `xhdtonx5zvnd`.

### Step 4

In menu that opens, select action `claim` and fill in the fields.

![](/files/-MCHUpkztyvHvxB7QXOn)

**Fields:**

* `owner` - the identifier of your account.
* `quantity` - the number of funds transferred, taking into account the required accuracy. For *GOLOS* tokens, you must specify three numbers after the point, for *CYBER* - four.
* `authorization` - the same identifier of your account.

### Step 5

Click `Build transaction`.

### Step 6

Check transaction.

![](/files/-MCHUpl3QnLqefQKTts0)

Make sure the transaction contains correct information.

### Step 7

Subscribe with your private key and click `Sign transation` to send it on blockchain.

### Step 8

Return to page with account balance again and make sure that the `payment` field has become empty, and amount of liquid tokens has increased by the number of funds transferred.


---

# 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/claim.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.
