# Transfers

Once you've set up your routes, executing transfers is a breeze:

**Verifying your routes**

While **Xfer** offers safeguards, the ultimate responsibility for your route configuration lies with you!

Therefore, before executing any transfer involving a large amount of tokens, carefully review the routes you've configured.

Making your first transfer with a very small amount is a good idea. If it goes without a hitch, then you can perform the following transfers with complete confidence.

**Sending money**

To make a transfer, simply send your assets to the @xfer account with the proper routing code in the memo. Xfer will validate your code and, if correct, execute the transfer following your predefined route.

In case of any issues, such as utilizing an unknown route, the funds will be promptly refunded to you. You'll receive an error message in the memo, detailing the nature of the error for clarity.

*Example:*

Let's consider the account @arcange.pay has created a route by sending HIVE to the account @xfer with the following memo:

![](https://hackmd.io/_uploads/BkF4VHlbT.png) ![](https://files.peakd.com/file/peakd-hive/arcange/23viTgJiU5kVfozGa1NQwWtW2gJFsp6ZmeN4mAes4TNUVRXiG9CuFcJpdejXM95v4nkuA.png)

The account @arcange.pay then execute the following transfer:

![](https://files.peakd.com/file/peakd-hive/arcange.pay/23tSyz4Ywz5agjfmpLSq8jsjRfcguS56pnyEnyar2ny69M73BmqcuDeVpSrQYSvLL2XY2.png)

Here's what happens next:

![](https://files.peakd.com/file/peakd-hive/arcange.pay/23t8CSPFAXffd72d3dVTuc8BBzH3EKNC3tZmHEw44WA7jZt6oTe45LhwTk9BakE7AJpNT.png)

You can see that the @xfer account has received 1 HIVE from @arcange.pay with a "demo" memo. As there is an existing "demo" route, @xfer forwards them to the final recipient (@arcange) and the memo that was defined in the route.


---

# 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://xfer.hivechain.app/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.
