> For the complete documentation index, see [llms.txt](https://docs.jediswap.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-bridge-assets-to-starknet/how-to-bridge-to-starknet-using-layerswap.md).

# How to bridge to Starknet using LayerSwap

## LayerSwap

Open up the [LayerSwap](https://www.layerswap.io/) bridge (third party bridge).

<figure><img src="https://lh3.googleusercontent.com/jI4C4EVMwe6wzShC4Elnk-nY_RTUWKgTJHvSaKC3rZJvC1lt9rnV361khAmyNVJfaUqbKvc1x-JHi_7SdWNAO0GypuAVgdn4eorAFKvHwmVDeWFIgwBrG8i5SJXJtpwk8ytOJSmZ2T2gfK6tQzpe6qE" alt=""><figcaption></figcaption></figure>

1. Choose the source chain from which you are going to send the funds
2. Pick Starknet as the destination chain
3. Input the desired amount you want to send to Starknet
4. Input your Starknet Mainnet address
5. Click on “Swap Now”

<figure><img src="https://lh3.googleusercontent.com/9IYQLPIntRD0cyNi80jmpvW33Slp5BvB2kCmv5fa-NG4IgZ73QIumAaA3ptRl4fJ5HJJAxpP3OQMn_UjIDf0Q7OqBXC4Ko6tRL_PVGeZvxcjs4Cd8hKmyoTL9LfPjRK_yb3ljCDsIUJq8-545jOdvh8" alt=""><figcaption></figcaption></figure>

1. Select “Via wallet”
2. Confirm your transaction in the Metamask wallet

<figure><img src="https://lh6.googleusercontent.com/vs7tBMe1hFWmi9L7rWSiDMsVy-ZE-vsaRho-aRUv6GhJfjvpWIe3xKtjR9uEEiR4nWL-cOcjOF7vIHPTLtDRMdfTLmqKEwqPQCdm6sXiwra0gxlCnioNpC66svFvmFZYiejusi9-38ugZY_Xcs3o-eQ" alt=""><figcaption></figcaption></figure>

* Simply wait until the transaction is confirmed and your funds have arrived to Starknet

[*How to make a Swap on JediSwap*](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-make-a-swap)


---

# 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.jediswap.xyz/how-to-use-jediswap/how-to-bridge-assets-to-starknet/how-to-bridge-to-starknet-using-layerswap.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.
