> 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.md).

# How to use JediSwap

- [How to set up a Starknet wallet](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-set-up-a-starknet-wallet.md)
- [How to set up an Argent X wallet](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-set-up-a-starknet-wallet/how-to-set-up-an-argent-x-wallet.md): In this guide, we will go over how to install and activate an Argent X Wallet.
- [How to set up an Argent Web Wallet](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-set-up-a-starknet-wallet/how-to-set-up-an-argent-web-wallet.md): In this guide, we will go over how to install and activate Argent Web Wallet.
- [How to set up a Braavos wallet](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-set-up-a-starknet-wallet/how-to-set-up-a-braavos-wallet.md): In this guide, we will go over how to install and activate Braavos Wallet.
- [How to bridge assets to Starknet](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-bridge-assets-to-starknet.md)
- [How to bridge to Starknet using Starkgate](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-bridge-assets-to-starknet/how-to-bridge-to-starknet-using-starkgate.md): In this section, we will show how to bridge your funds to Starknet using the Starkgate bridge.
- [How to bridge to Starknet using Orbiter Finance](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-bridge-assets-to-starknet/how-to-bridge-to-starknet-using-orbiter-finance.md): In this section, we will show how to bridge your funds to Starknet using the Orbiter bridge.
- [How to bridge to Starknet using LayerSwap](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-bridge-assets-to-starknet/how-to-bridge-to-starknet-using-layerswap.md): In this section, we will show how to bridge your funds to Starknet using the LayerSwap.
- [How to make a swap](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-make-a-swap.md)
- [How to add liquidity](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-add-liquidity.md)
- [How to add liquidity V1](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-add-liquidity/how-to-add-liquidity-v1.md): Earn passive yield on your assets by providing liquidity
- [How to add liquidity V2](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-add-liquidity/how-to-add-liquidity-v2.md): Earn passive yield on your assets by providing liquidity
- [How to ZAP](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-zap.md)
- [How to ZAP from Ethereum L1 to Starknet](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-zap/how-to-zap-from-ethereum-l1-to-starknet.md)
- [How to ZAP on Starknet](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-zap/how-to-zap-on-starknet.md)
- [Points](https://docs.jediswap.xyz/how-to-use-jediswap/points.md)
- [LP Leaderboard](https://docs.jediswap.xyz/how-to-use-jediswap/points/lp-leaderboard.md): A reflection of how much value an LP added to Jediswap AMM relative to others LPs.
- [Volume Leaderboard](https://docs.jediswap.xyz/how-to-use-jediswap/points/volume-leaderboard.md): A reflection of how much value a trader added to Jediswap AMM relative to others traders


---

# 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.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.
