# EIN - Via - Address Withdrawals

To conduct a `via` withdrawal from an `EIN` to an `address`, call the `withdrawSnowflakeBalanceFrom` function with arguments defined below. The first four argument are requirements for a `via`contract as seen in the Building a Via section.  The `bytes` argument is accepted by the `snowflakeCall` function of the `via` Contract and allows arbitrary data to flow to the `Via` from the  Resolver. These arguments are standardized and recognized in the interface of all `via` contracts.

**ARGUMENTS**

| Parameter | Type      | Description                                                    |
| --------- | --------- | -------------------------------------------------------------- |
| `einFrom` | `uint`    | `EIN` of sender - must have allowance set with Resolver.       |
| `via`     | `address` | `via` contract address being used in the function call.        |
| `to`      | `address` | Recipient `address` - receives transfer through `via`contract. |
| `amount`  | `uint`    | Amount of HYDRO to be transferred.                             |
| `_bytes`  | `bytes`   | Arbitrary - should be defined in `via` contract documentation. |


---

# 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://hydro.gitbook.io/docs/snowflake/payments-in-snowflake/resolver-initiated-via-payments/ein-via-address-withdrawals.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.
