> For the complete documentation index, see [llms.txt](https://timelessx.gitbook.io/timeless-x/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://timelessx.gitbook.io/timeless-x/manage-your-wallet/fund-your-wallet.md).

# Fund your wallet

Funding your wallet is a simple and straightforward process.

1. Click the three-dot on the avatar
2. Copy your wallet address
3. Send funds to your wallet on the SUPPORTED NETWORKS (*Ethereum, Linea, Base, Polygon*)

<figure><img src="/files/lISd7fwlZTgsLEFQRFcz" alt=""><figcaption><p>Funding your wallet</p></figcaption></figure>

## Did you send funds to your smart wallet on an unsupported network?

Blockchain transactions are permissionless, meaning that a recipient has no way to control or reject incoming deposits that are sent to it. Once a transaction is submitted to the blockchain, it becomes irreversible. Therefore, it's important to carefully verify the network, address, and method before executing your transfer.

{% hint style="success" %}
**Timeless X** currently supports smart wallet deposits across Ethereum, Base, Linea, Polygon, Arbitrum and BNB Chain. To learn more about account abstraction, you can visit [**here**](https://timelessx.gitbook.io/timeless-x/help-center/account-abstraction).
{% endhint %}

If you already sent funds to your smart AA wallet on an unsupported network, we have both reassuring and forward-looking updates:

**Positive Update**: Your funds are secure in your wallet, not lost. They remain under your control, safeguarded on the blockchain.

**Forward-Looking Note**: While the network your funds are on might not yet be supported by Timeless X, rest assured that access to these assets will become available as soon as we integrate this network. Our goal is to embrace all major networks, enhancing our wallet's inclusivity and flexibility. Although we cannot provide a specific timeline just yet, expanding our network support is a top priority.

Meanwhile, please stay tuned for updates as we work on it and follow us on [X](https://x.com/timelesswallet) and [Telegram](https://t.me/timelessfrens).


---

# 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://timelessx.gitbook.io/timeless-x/manage-your-wallet/fund-your-wallet.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.
