> For the complete documentation index, see [llms.txt](https://duet-protocol.gitbook.io/duet-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/stablecoin-minter/wallet-configuration.md).

# Wallet Configuration

## Install Metamask Wallet

Check if the MetaMask wallet is installed. Take Chrome, for example, you will find a corresponding icon in your plugin list if the wallet is installed.

<mark style="background-color:blue;">Please find the link below and install MetaMask for your browser if not installed.</mark>&#x20;

Link: [ ](https://metamask.io/download/)<https://metamask.io/download/>

Once you have installed the wallet, please create or import an existing account following wallet instructions.

## Connect the Wallet and network configuration.

Click the Connect wallet button at the top of the page, and follow the instructions to connect your wallet to the Duet app page. The Duet app would help you complete the BNB Chain configuration automatically, you just need to approve and confirm, so you would onboard the network.

![Duet app will introduce you to the BNB Chain or other supported chain configuration automatically](/files/ruCCwfKpq60xEctLDWTY)

## Stablecoin minter interface overview

![](/files/mwIrjJ3reAKzlWVtEace)

<mark style="background-color:blue;">With Stablecoin Minter, users can mint or redeem dUSD with whitelisted stablecoins at an exchange rate of 1:1.</mark>&#x20;

<mark style="color:orange;">**Currently, we only support MataMask wallet connections. We will gradually support other wallets.**</mark>


---

# 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://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/stablecoin-minter/wallet-configuration.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.
