> For the complete documentation index, see [llms.txt](https://dragoncoin-3.gitbook.io/dragoncoin-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dragoncoin-3.gitbook.io/dragoncoin-whitepaper/how-to-buy-dragoncoin/guide.md).

# Guide

<details>

<summary>Step 1: Install Metamask</summary>

Go to [Metamask ](https://metamask.io/)and install the chrome extension. Follow the steps on their guide and finish the setup.&#x20;

</details>

<details>

<summary>Step 2: Send ETH to your Metamask</summary>

Once you have set up Metamask, you can now send ETH from a centralized exchange like Binance or Coinbase to your Metamask wallet address. Remember to select the Ethereum network on Metamask.

</details>

<details>

<summary>Step 3: Connect to Uniswap</summary>

Go to [Uniswap ](https://app.uniswap.org/swap)and click on the “Connect” button. If Metamask asks you for a signature, sign it.

</details>

<details>

<summary>Step 4: Swap ETH for $DRAG</summary>

Adjust slippage to 5-6%. Enter the amount you want to swap and click on the Swap button. Your trade will be finalized!

</details>


---

# 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://dragoncoin-3.gitbook.io/dragoncoin-whitepaper/how-to-buy-dragoncoin/guide.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.
