# Transfer

XPR Network's DPOS consensus mechanism allows free (no gas fees), quick and easy transfers between accounts. The XPR Network Explorer's [wallet](https://explorer.xprnetwork.org/wallet/transfer) functions allow users to transfer tokens in 3 easy steps.

## HOW TO TRANSFER

### 1. Select **Wallet** on the top menu.

<figure><img src="/files/4gBUc8wCxcMHFUcgAZSy" alt=""><figcaption></figcaption></figure>

### 2. Transfer Tokens page should be the initial page under Wallet. (If for whatever reason it is not, select **Transfer Tokens** from the left side menu.)

<figure><img src="/files/V6ZSHAWFLNlUuYeNqGis" alt=""><figcaption></figcaption></figure>

The Transfer Tokens page has 3 fields for you to fill in;

* **Send To** - Username to receive tokens.
* **Amount** - Amount of tokens to send to the receiver. Clicking on the blue button on the right will display a drop down list of all the tokens you own on the account.
  * Selecting **Use custom token** will allow you to manually enter the **Symbol of token** (e.g. XPR) and **Contract of token** (e.g. eosio.token)
  * You can select **Send entire balance** to autofill the amount.
* **Memo (optional)** - You can send a memo with your transfer.&#x20;

### 3. Click on the "Transfer *AMOUNT* to *USERNAME"* blue button to complete transfer.

<figure><img src="/files/pP5DHw2KPWnmoi5R9aVA" alt=""><figcaption></figcaption></figure>


---

# 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.bloks.io/wallet/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.
