> 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/minimum-amounts-and-fees.md).

# Minimum amounts and fees

Hive operates on a system of resource credits that are consumed during transactions. Therefore, measures have been implemented to prevent malicious actors from draining resource credits from the @xfer account and taking down the service.

It's essential to be aware of the minimum amounts when utilizing **Xfer**.

* **Route Management**\
  The minimum amount to send to @xfer is set at **0.01 HIVE** or **0.01 HBD**. \
  This means that any transfer below this threshold will NOT trigger any action from **Xfer** and will be considered a donation to the service.
* **Transfers**\
  A minimum of **1 HIVE** or **1 HBD** is required. \
  Additionally, a fee of 0.1% is applied to the transfers, with a maximum fee capped at 1 HIVE or 1 HBD.

The minimum amounts and transfer fees are a safeguard to maintain the stability and availability of the **Xfer** service for all users.


---

# 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/minimum-amounts-and-fees.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.
