> For the complete documentation index, see [llms.txt](https://xfer.hivechain.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xfer.hivechain.app/routes/creating-routes.md).

# Creating routes

To create a new route, initiate a micro-transfer to @xfer using the following structured memo:

`{"cmd":"ADD", "route":"[name]","target":"[recipient]","memo":"[memo]"}`

If a route with the same name for the same asset already exists, @xfer will send you back en (encrypted) error message.

*Examples:*

* `{"cmd":"ADD","route":"binance","target":"deepcryto8","memo":"123456789"}`\
  \&#xNAN;*creates a route named "binance" to send assets to the account @deepcrypto8 with the memo "123456789"*
* `{"cmd":"ADD","route":"arcange","target":"arcange" }`\
  \&#xNAN;*creates a route named "back" to send assets to the account @arcange without memo*
* `{"cmd":"ADD","route":"secret","target":"arcange", "#an encrypted memo" }`\
  \&#xNAN;*creates a route named "secret" to send assets to the account @arcange with a memo that will be encrypted*

Here is a screenshot of such a transfer made using peakd.com. You can of course use any other front-end or wallet app.

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

*1. The recipient is @xfer*\
*2. we send a small amount*\
*3. we send HIVE -> this will create a "HIVE route"*\
*4. the command is put in the memo. As the command is prefixed with `#`, it will be encrypted when sent.*<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/routes/creating-routes.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.
