> For the complete documentation index, see [llms.txt](https://docs.swappi.io/swappi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swappi.io/swappi/transferring-assets-to-conflux-espace/overview.md).

# Overview

To start using Swappi, you'll need to fund your wallet on Conflux eSpace with different assets. Transferring assets to Conflux eSpace is super simple and there are different ways to do this.

In short, to transfer assets to your Conflux eSpace account you can:

1. Transfer them natively from an exchange such as KuCoin and Gate.io.
2. Bridge them from Conflux Core Space.
3. Bridge them from other networks such as Ethereum and Binance SmartChain.

The following image shows an overview of these options:

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

* For a quick reference table on which bridge to choose, see: [Bridges to Conflux eSpace](/swappi/quick-reference/bridges-to-conflux-espace.md).
* To learn more about bridging, read our blogpost on [Bridging Assets to Conflux eSpace](https://medium.com/@swappidex/bridging-your-assets-to-conflux-espace-cd5a8c75638c) or read along this section!


---

# 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.swappi.io/swappi/transferring-assets-to-conflux-espace/overview.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.
