# How to use WarpX

- [Create a Web3 Wallet](https://docs.warpx.exchange/how-to-use-warpx/create-a-web3-wallet.md): If you do not already have a wallet, you can create one in less than two minutes.
- [Add the MegaETH Testnet (v2) Network](https://docs.warpx.exchange/how-to-use-warpx/add-the-megaeth-testnet-v2-network.md): WarpX runs on the new MegaETH testnet v2.
- [Get Testnet ETH from the Faucet](https://docs.warpx.exchange/how-to-use-warpx/get-testnet-eth-from-the-faucet.md): This is required to pay for testnet gas and try swaps or liquidity actions.
- [Make Your First Swap on WarpX](https://docs.warpx.exchange/how-to-use-warpx/make-your-first-swap-on-warpx.md): This is required to pay for testnet gas and try swaps or liquidity actions.
- [Add Liquidity to Earn LP Tokens](https://docs.warpx.exchange/how-to-use-warpx/add-liquidity-to-earn-lp-tokens.md)
- [Remove Liquidity](https://docs.warpx.exchange/how-to-use-warpx/remove-liquidity.md)
- [Track Your TVL, Volume, and LP Positions](https://docs.warpx.exchange/how-to-use-warpx/track-your-tvl-volume-and-lp-positions.md)


---

# Agent Instructions: 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:

```
GET https://docs.warpx.exchange/how-to-use-warpx.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
