> For the complete documentation index, see [llms.txt](https://docs.splinterlands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.splinterlands.com/platform/other-blockchains/ethereum-eth/uniswap-dex/uniswap-liquidity-pools.md).

# Uniswap Liquidity Pools

## Providing Liquidity (DEC-ETH)

To provide liquidity, you must have *equal values in both tokens* of the pairing. For example, when providing $1000 of liquidity to *DEC-ETH,* you would need $500 of ETH and $500 of DEC (both in your Metamask wallet) to begin.

1. Go to the following URL and sign in with your wallet.\
   <https://app.uniswap.org/#/add/0x9393fdc77090f31c7db989390d43f454b1a6e7f3/ETH>
2. Enter the amount of 1 of the coins in the pair, then the other will be filled in automatically in equal value.
3. Click the **Approve DEC** button and approve the transaction to allow you to use your DEC tokens on Uniswap (this only needs to be done the first time you provide liquidity to the pool).
4. Wait for the approval transaction to confirm on the blockchain (this can take some time).
5. Click the "Supply" button and approve the transaction to supply your DEC and ETH tokens to the liquidity pool.

![](/files/-MYolcdOdj-h4rDfMWua)

## Providing Liquidity (DEC-DAI)

1. Go to the following URL and sign in with your wallet.\
   <https://app.uniswap.org/#/add/0x6b175474e89094c44da98b954eedeac495271d0f/0x9393fdc77090f31c7db989390d43f454b1a6e7f3>
2. Enter the amount of 1 of the coins in the pair, then the other will be filled in automatically in equal value.
3. Click the **Approve DEC** button and approve the transaction to allow you to use your DEC tokens on Uniswap (this only needs to be done the first time you provide liquidity to the pool).
4. Wait for the approval transaction to confirm on the blockchain (this can take some time).
5. Click the "Supply" button and approve the transaction to supply your DEC and DAI tokens to the liquidity pool.


---

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

```
GET https://docs.splinterlands.com/platform/other-blockchains/ethereum-eth/uniswap-dex/uniswap-liquidity-pools.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.
