# How to Use DataDex

1. **Setting Up Your Wallet**

   * Use a compatible wallet like MetaMask, or WalletConnect.
   * Fund your wallet with VANA (for gas fees) and the token(s) you want to trade or provide liquidity for.

2. **Accessing DataDex**

   * Visit[ ](https://uniswap.org)DataDesk (datadex.me)

3. **Swapping Tokens**

   1. Connect your wallet.
   2. Select the token you want to swap and the token you want to receive.
   3. Enter the amount of tokens.
   4. Review the estimated exchange rate and slippage tolerance.
   5. Approve the token for trading (if it's your first time).
   6. Confirm the swap and pay the gas fee.

4. **Adding Liquidity**

   * Navigate to the Pool tab.
   * Select the token pair you wish to provide liquidity for.
   * Choose a price range for your liquidity position.
   * Wider ranges require more capital but have less risk.
   * Narrow ranges require less capital but may generate higher returns.
   * Deposit the required tokens.
   * Approve the transaction and confirm it on your wallet.

5. **Removing Liquidity**

   1. Go to the Pool tab and find your position.
   2. Click Manage and select Remove Liquidity.
   3. Choose the percentage of your liquidity to remove.
   4. Confirm the transaction in your wallet.


---

# 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.datadex.com/how-to-use-datadex.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.
