> For the complete documentation index, see [llms.txt](https://whitepaper.peezy.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.peezy.vip/buy/buy-on-dex.md).

# Buy on DEX

## Install MetaMask and Add ETH

Install Metamask Extension and Create an Account at [metamask.io](https://metamask.io/). Make sure your account has some ETH; you can buy ETH directly on MetaMask.

## Connect MetaMask to Uniswap

Go to [Uniswap](https://app.uniswap.org/swap?inputCurrency=ETH\&outputCurrency=0x698b1d54E936b9F772b8F58447194bBc82EC1933) and Connect MetaMask to Uniswap: Click Connect, select Token, then paste the contract: `0x698b1d54E936b9F772b8F58447194bBc82EC1933`

<a href="https://app.uniswap.org/swap?inputCurrency=ETH&#x26;outputCurrency=0x698b1d54E936b9F772b8F58447194bBc82EC1933" class="button primary">Go to Uniswap</a>

## Swap ETH for PEEZY

Connect your MetaMask to [Uniswap](https://app.uniswap.org/swap?inputCurrency=ETH\&outputCurrency=0x698b1d54E936b9F772b8F58447194bBc82EC1933) and proceed to swap Ethereum for PEEZY tokens.

## Import PEEZY Token to MetaMask

To see your $PEEZY in your Metamask go into tokens, click “+ Import” button on Metamask, then click on Custom Token and paste the contract: `0x698b1d54e936b9f772b8f58447194bbc82ec1933` and import.


---

# 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://whitepaper.peezy.vip/buy/buy-on-dex.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.
