# How to Obtain DAI on Polygon

## What is DAI?

DAI is a stablecoin developed by MakerDAO, designed to maintain its value pegged to 1 US dollar. A stablecoin is a type of cryptocurrency with minimal price volatility, typically tied to a specific asset like a fiat currency. DAI is decentralized and issued on blockchain networks such as Ethereum and Polygon. Its value is maintained through smart contracts, making it a safe and reliable digital asset that combines the stability of traditional currency with the benefits of cryptocurrency. DAI is widely used in many DeFi (Decentralized Finance) projects.

<figure><img src="/files/WLlQRi3ag7BnbsgPStbR" alt="" width="375"><figcaption></figcaption></figure>

## How to Obtain DAI

To acquire DAI on the Polygon network, you'll need to follow a few steps. This guide will help you prepare to mint NFTs on HARVEST FLOW using Polygon DAI.

### 1. **Set Up a Wallet**

First, you'll need a wallet compatible with the Polygon network. Popular options include MetaMask and Rabby. Choose your preferred wallet and set it up.

* **MetaMask**：

  * Official Website: <https://metamask.io/>
  * Browser extension download: <https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn>

  <figure><img src="/files/1UvUMyGYD8hchAwa5GX8" alt="" width="375"><figcaption></figcaption></figure>
* Rabby：

  * Official Website：<https://rabby.io/>
  * Browser extension download：<https://chromewebstore.google.com/detail/rabby-wallet/acmacodkjbdgmoleebolmdjonilkdbch>

  <figure><img src="/files/dux4mnTFUXwBbKXEtPoA" alt="" width="375"><figcaption></figcaption></figure>

#### Setting Up MetaMask on Chrome:

1. Install MetaMask from the Chrome Web Store and follow the prompts to create your wallet.
2. Switch the MetaMask network to "Polygon."

   To add the Polygon Mainnet, go to Networks > Add a Network in MetaMask.

<figure><img src="/files/o25EfC0lvf9Bmbao131N" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/VLcjdXDTB4VfU8Ff7rgG" alt="" width="332"><figcaption></figcaption></figure>

If you're unable to add the network automatically, manually enter the following information:

```
Network Name: Polygon
New RPC URL: https://rpc-mainnet.maticvigil.com/
Chain ID: 137
Currency Symbol: MATIC
Block Explorer URL: https://polygonscan.com/
```

### 2. Obtain DAI

There are three main ways to obtain DAI on Polygon. Choose the method that fits your current situation:

#### A. **Purchasing from a Centralized Exchange (CEX):**

If you don't have a crypto exchange account:

1. Access exchanges like CoinCheck or OkCoinJapan to purchase DAI.
2. Transfer the purchased DAI to your Polygon-compatible wallet (e.g., MetaMask).
3. Ensure you set the network to "Polygon" when transferring.\
   If you can't transfer directly to Polygon, send it to Ethereum first, then refer to method B.

**B. Using a Bridge to Transfer from Another Network:**

If you already have DAI on another network like Ethereum or Binance Smart Chain:

1. Access the [Polygon Bridge](https://wallet.polygon.technology/bridge).
2. Connect your wallet and select the network from which you’re transferring.
3. Select DAI and bridge it to the Polygon network.

**C. Swapping on a Decentralized Exchange (DEX):**

If you already have other cryptocurrencies on Polygon:

1. Access a DEX like [Uniswap](https://app.uniswap.org/swap?chain=polygon) or [QuickSwap](https://quickswap.exchange/).
2. Connect your wallet and swap MATIC or other tokens for DAI.

### 3. **nsure You Have MATIC Tokens**

You’ll need MATIC tokens for gas fees when conducting transactions on Polygon. Make sure you have some MATIC. If you don’t, purchase MATIC from a CEX or DEX and transfer it to your wallet.

If you’re planning to purchase RWA-001, you can request gas fee assistance in the HARVEST FLOW topic within the Community category on the [Harvest Hall Discord](https://discord.gg/harvesthall). We’ll send you MATIC for gas fees.

### 4. **Ready to Use DAI!**

After following these steps, you should now have DAI on the Polygon network. You're ready to mint NFTs on HARVEST FLOW. Next, access the HARVEST FLOW platform, connect your wallet, and start minting your NFTs.


---

# 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.harvestflow.io/en/how-to-obtain-dai-on-polygon.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.
