> For the complete documentation index, see [llms.txt](https://hydro.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hydro.gitbook.io/docs/snowflake/payments-in-snowflake/resolver-as-escrow-payments/resolver-ein-transfer.md).

# Resolver - EIN Transfer

All Resolvers inherit the ability to directly transfer HYDRO balances to EINs.

Any Resolver maintaining a HYDRO token balance may call `transferHydroBalanceTo` with a target `EIN` and an amount to send HYDRO to an `EIN`.

Note, one common pattern is to immediately escrow an entire allowance once it is set.

`transferHydroBalanceTo` Function should follow the example format:

**ARGUMENTS**

| Parameter | Type   | Description                        |
| --------- | ------ | ---------------------------------- |
| `einTo`   | `uint` | `EIN` of recipient.                |
| `amount`  | `uint` | Amount of HYDRO to be transferred. |
