> For the complete documentation index, see [llms.txt](https://books.eisenfinance.com/eisen-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://books.eisenfinance.com/eisen-finance/user-guide/cex-trading-on-eisen/internal-transfer.md).

# Internal Transfer

To start trading on Perpetuals, you need to transfer funds from your Spot Wallet to your Futures Wallet first. To transfer funds to the USDⓈ-M Futures Wallet, ensure that you are on the USDⓈ-M Futures trading interface. Conversely, to transfer funds to the Spot Wallet, make sure you are on the Spot trading interface.

### Tutorials

1. On the trading interface, the main trading tab will appear on the right side. Click the **'Transfer'** button.

<figure><img src="/files/VwOTJCc4Hbe1GQAuwWTG" alt="" width="563"><figcaption></figcaption></figure>

2. Select the internal wallet you want to send assets from and the wallet you wish to receive the assets in.

<figure><img src="/files/56Bk37vYUjuC9xEL2ln4" alt="" width="563"><figcaption></figcaption></figure>

3. Choose the asset and amount to transfer. Internal transfers within the same CEX account are free, with no additional network fees.

<figure><img src="/files/IR6y7jP4Dsddt67dcduN" alt="" width="563"><figcaption></figcaption></figure>

4. Finally, click **'Confirm'** to complete the transfer successfully.

<figure><img src="/files/bvZHzpnpEaIJuOEFPCYN" alt="" width="563"><figcaption></figcaption></figure>

### Perpetual Trading with Transferred Assets

After transferring assets into your internal **USDⓈ-M Futures Wallet**, you can start trading on the **Perpetuals** market. The guide for perpetuals trading continues on the next page.


---

# 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://books.eisenfinance.com/eisen-finance/user-guide/cex-trading-on-eisen/internal-transfer.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.
