> For the complete documentation index, see [llms.txt](https://docs.ledgity.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ledgity.finance/overview/membership-program/how-to-buy-ldy-on-uniswap.md).

# How to buy LDY on Uniswap ?

**Step 1: Access Uniswap**

1. **Go to Uniswap**: Head over to the [Uniswap official website](https://uniswap.org/) and click on **Launch App**. This will take you to the app at [app.uniswap.org](https://app.uniswap.org/).

**Step 2: Connect Your Wallet**

1. **Connect Wallet**: Click on **Connect Wallet** at the top right corner.
2. **Choose Your Wallet**: Select your preferred wallet. For this tutorial, we’re using MetaMask.
3. **Authorize Connection**: Choose your MetaMask account, click **Next**, and then **Connect**.

**Step 3: Add $LDY to Uniswap**

1. **Select Market**: To trade ETH for $LDY, click on **Select a token**.
2. **Enter Token**: Type in **LDY**. If $LDY isn’t listed, copy and paste its contract address : \
   0x482dF7483a52496F4C65AB499966dfcdf4DDFDbc

**Step 4: Swap Tokens**

1. **Enter Amount**: Specify the amount of ETH you want to swap for $LDY.
2. **Confirm Swap**: Click on **Swap**, review the details, and confirm the swap in your MetaMask wallet.

To start staking and particpate, visit our [staking page.](https://ledgity.finance/app/staking)

LFG! 🚀

<br>


---

# 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.ledgity.finance/overview/membership-program/how-to-buy-ldy-on-uniswap.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.
