# Internal Transfer

### Overview

Merchants on Tylt may have multiple wallets provisioned across different services and rails, such as:

* CPG Wallet (Crypto Payment Gateway)
* CrossRamp Wallets (e.g., BRL, INR, EUR flows)
* Network-specific wallets (TRON, ETH, BSC, etc.)

The Internal Transfer API enables merchants to move funds between their own wallets within the Tylt ecosystem.

{% hint style="info" %}
This is an **off-chain ledger transfer** and does not incur blockchain fees.
{% endhint %}

***

### Use Cases

* Move funds from CPG wallet → Payout wallet
* Rebalance liquidity across networks (e.g., TRON → ETH)
* Allocate funds for merchant-specific operations
* Consolidate balances into a primary settlement wallet


---

# 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://docs.tylt.money/tylt-cpg-crypto-asset-gateway/api-reference/internal-transfer.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.
