> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-fix-asset-tokenization-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# HBAR Plugin

## Full Command Reference

<Accordion title="HBAR Transfer">
  Transfer HBAR (tinybars) from one account to another.

  <ResponseField name="-a, --amount" type="string" required>
    Amount to transfer. Default: display units.<br />
    Add `t` for base units. Example: "1" = 1 HBAR, "100t" = 100 tinybar
  </ResponseField>

  <ResponseField name="-t, --to" type="string" required>
    Account ID or name to transfer to
  </ResponseField>

  <ResponseField name="-f, --from" type="string">
    Account to transfer from: `accountId:privateKey` pair, key reference, or account name. Defaults to the operator.
  </ResponseField>

  <ResponseField name="-m, --memo" type="string">
    Memo for the transfer.
  </ResponseField>

  <ResponseField name="-k, --key-manager" type="string(local|local_encrypted)">
    Key manager to use: local or local\_encrypted (defaults to config setting).
  </ResponseField>
</Accordion>
