> For the complete documentation index, see [llms.txt](https://docs.mojitoswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mojitoswap.finance/get-started/using-mojitoswap-with-bridges.md).

# Using MojitoSwap with Bridges

MojitoSwap is a decentralized application. That means, unlike KuCoin or other centralized platforms, you don't need to register account to use it... you just need a crypto wallet. So how can you get crypto onto MojitoSwap without using a centralized exchange?

In this tutorial, we're going to guide you through the process of using "cross-chain bridges" to transfer your assets into your KCC Chain wallet, and start using MojitoSwap.

### **Move your assets from other blockchains to KCC Chain**

You can use a variety of different cross-chain bridges to transfer tokens from Ethereum, BNB Chain or other networks, onto KCC Chain.

[**KCC Bridge**](https://www.kcc.io/bridge/transfer) (Build by the KCC and KuCoin team) and its [**Guide**](https://www.youtube.com/watch?v=kZdX1V2Tgnc) Video.

[**MultiChain**](https://app.multichain.org/#/router) (Formerly known as Anyswap) and its [**Docs**](https://docs.multichain.org/).


---

# 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.mojitoswap.finance/get-started/using-mojitoswap-with-bridges.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.
