> For the complete documentation index, see [llms.txt](https://vesselfinance.gitbook.io/vessel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vesselfinance.gitbook.io/vessel/mainnet-user-guide/internal-transfer-send-to-vessels-user.md).

# Internal Transfer - Send to Vessel's User

Internal transfer offers a secure and efficient method to transfer assets between registered Vessel users within Vessel Finance. Several key advantages are:

* **Lower Fees**: Reduced transaction costs compared to external transfers.
* **Faster Speed**: Near-instant settlement between accounts.

## Prerequisites

Before initiating an internal transfer, please ensure:

* Both sender and recipient must have completed on-chain registration in Vessel Finance.
* Sending must have a sufficient balance in the Vessel account.
* Must have a valid recipient address.

## On-Chain Registration

### Option 1: Register Vessel on the First Deposit (Recommended)

This method combines registration with your first Vessel deposit transaction, saving gas fees.

* Click the "Deposit" button anywhere on Vessel.
* Complete your first deposit by following the instructions in the [Deposit Guide](/vessel/mainnet-user-guide/deposit.md), which will automatically include your On-Chain Registration.

### Option 2: Register via Account Settings

* Move your mouse to the account information in the top-right corner of the screen and select **"Register On-Chain"**.

<figure><img src="/files/6wYNcXdLfQ79eSvEHUYJ" alt=""><figcaption></figcaption></figure>

* Click **"Sign in Wallet"** to start the On-Chain Registration process.

<figure><img src="/files/Qbzsuutkc399sglXxFoh" alt=""><figcaption></figcaption></figure>

* Confirm the transaction within your wallet.

<figure><img src="/files/6bXBzAM7IbJB2JQJGngt" alt=""><figcaption></figcaption></figure>

* On-chain registration typically takes about 3 minutes for blockchain confirmation. You will receive a notification once registration is successful.

<figure><img src="/files/5wT7yjxw0W3nauku9Kwe" alt=""><figcaption></figcaption></figure>

**Note**: On-Chain Registration is required only once per account, and once completed, you may fully access Vessel’s features.

## Internal Transfer

### Send an Internal Transfer

* Step 1: Go to the Portfolio section and Click "Send"

<figure><img src="/files/6IUQ4H4rQj7JGxJSvaXT" alt=""><figcaption></figcaption></figure>

* Step 2: Select the asset you want to send.
* Step 3: Enter the recipient’s wallet address. \
  **Note:** The recipient must complete their On-Chain Registration to receive the transfer.
* Step 4: Specify the amount to send.

<figure><img src="/files/7xn4CEDyoN2x83s6N9w1" alt=""><figcaption></figcaption></figure>

* Step 5: Carefully review the transfer details, including the recipient’s address and token amount.

<figure><img src="/files/HgJYvWkCLhy56p4uRuGU" alt=""><figcaption></figcaption></figure>

* Step 6: Confirm the transfer message in your wallet. You will receive a notification once it’s successful. **Note**: Once the send transaction is confirmed in your wallet, it cannot be canceled.

<figure><img src="/files/ewezu9FoJ0TiVjrDg4tz" alt=""><figcaption></figcaption></figure>

### View the history of Internal Transfer

* Navigate through a complete record of all transaction types in the **Portfolio - History** section.
* Select **Internal** to view only your internal transfer history.
* Each record entry will indicate whether it’s “Send” or “Receive,” along with the date, recipient/sender address, token type, and amount.
* Use filters to sort your history by transfer date, token name, or type, allowing easy access to specific records.

<figure><img src="/files/4X0qOdrC3naXlCPM1Sst" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://vesselfinance.gitbook.io/vessel/mainnet-user-guide/internal-transfer-send-to-vessels-user.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
