> For the complete documentation index, see [llms.txt](https://docs.0xleverage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0xleverage.io/best-practices/trading-assets-with-0xleverage/funding-and-transferring-assets.md).

# Funding & Transferring Assets

**Funding:** When funding your bot generated wallets, it is as simple as sending Ethereum (ETH) to the desired public address generated by the 0xLeverage bot. (Same process for all supported chains, just send the native chain currency to the first wallet.)\
\
When funding for leverage trading, you must send ETH to the first wallet generated for you as this wallet is the only wallet used for the leverage trading feature. Access this wallet address by using the /balances command within the bot chat.

<figure><img src="/files/UCcRyjFv4VZZRoOmInmZ" alt="" width="375"><figcaption></figcaption></figure>

**Transferring Assets:** When you need to transfer your ETH balance to another wallet address simply use the /balances command, and click the 'Transfer Out' button at the bottom of the bot reply.&#x20;

<figure><img src="/files/AuGHd54uGBeMU1Nq2RES" alt="" width="375"><figcaption></figcaption></figure>

This will prompt the transfer process of inputting the desired chain, sender address (your wallet you are sending from), receiver address (the address you want to send to), and transfer amount (in ETH).&#x20;

<figure><img src="/files/7JrTdLrrLkcdk3HlvBhA" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/RljkEc0pg0i9UJijBtGU" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/lWiKYzwOT60lkWnnt66y" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/2yb8cZzMixxkpgNTA5k3" alt="" width="373"><figcaption></figcaption></figure>

Once these steps are completed, the transfer will begin and the funds will be sent to the desired wallet address.


---

# 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://docs.0xleverage.io/best-practices/trading-assets-with-0xleverage/funding-and-transferring-assets.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.
