# How To Transfer Funds From One Account To Another

### Goal

Transfer tokens from your balance to another.\
You can also use this operation to transfer funds to an exchange.

## 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 be *zxcat*.

![](/files/-MCHUpKaIoQrPpkD7hUB)

Also keep ID of the account you are setting. In our case, this is `xhdtonx5zvnd`.

### Step 2

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

![](/files/-MCHUpKeExSLMiSLtE0v)

**Fields:**

* `from` - the identifier of your account.
* `to` - the recipient's account. If you are unsure of the recipient account ID, you need to get it directly from the recipient user.
* `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.
* `Memo` - field is optional to leave a comment.
* `authorization` - the same identifier of your account.

### Step 3

Click `Build transaction`.

### Step 4

Check transaction.

![](/files/-MCHUpKf8HOkOPx9FTli)

Make sure the transaction contains correct information.

### Step 5

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


---

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