# Balance Transfers

A popular case of using blockchains is fund transfers from one account to another.

{% hint style="info" %}
This guide assumes that you've already [created a Wallet Account](/knowledge-base/general/create-a-new-wallet-account.md) and you [got some tokens](/knowledge-base/general/ecosystem.md#venomget)
{% endhint %}

To start transferring we will use [Venom Wallet Browser Extension](/knowledge-base/general/ecosystem.md#venom-wallet).

**Step 1.** Let's open it and click the "Send" button

<img src="/files/v2fj2BFn0Xxq3TzycJAS" alt="" data-size="original">

**Step 2.** Now you see a popup window that asks you to enter four inputs

* "VENOM": The token that will be sent, you can choose other tokens here
* "Amount": The number of tokens you will transfer to the receiver
* "Receiver Address": The address of the receiver that will receive tokens
* "Comment": The text message for the receiver

![](/files/FinFG5XMU9YGINY9RkC3)![](/files/gI4eyIawYC3OyKRRzXwI)

After correctly filling in the input data, click the "Next" button

**Step 3.** You will be directed to the confirmation message scree&#x6E;**.**&#x20;

Make sure you have filled in all fields correctl&#x79;**,** enter your password, and click the "Confirm transaction" button

![](/files/kS4tHzrZ3nHLteb1xBg3)

After you have confirmed the sending, the window will close.

**Step 4.** Open Venom Wallet again and click the "Transactions" tab, look in the list of transactions you will see a transaction in the status "Transaction in progress", after a while it will be processed by the network and change its status.

![](/files/UXIkaZB1u6F7vzEHq3EH) ![](/files/k8L8piygi1pMy93FWEmm)

Now, you can see your transactions in [the explorer](/knowledge-base/general/ecosystem.md#explorer).


---

# 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://venom-docs.gitbook.io/knowledge-base/general/balance-transfers.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.
