# Market Makers

When a user supplies capital and mints any synthetic asset that fluctuates in value, which is then supplied to the market, the user is considered a market maker. Market makers often assume a short position in the underlying synthetic asset. They are expected to buy back and return the synthetic asset to claim their reserve capital. This may result in a loss when the asset price rises or even liquidation when the liquidation ratio is crossed. Duet provides market makers with

1. <mark style="color:orange;">**Automated Reinvesting**</mark>**:** automatically reinvests rewards from the receipt tokens and enhances overall return
2. <mark style="color:orange;">**Reward on AMM Pool**</mark>**:** Synthetic assets can be used to participate in various farming pools
3. <mark style="color:orange;">**Mint to Earn Rewards**</mark>**:** Duet rewards market makers for assuming more risks with returns from Duet swap
4. <mark style="color:orange;">**Covered Short Positions**</mark>**:** Legacy synthetic protocols cover losses of the market makers by paying a lot of tokens, Duet introduces a novel solution where market makers are able to hedge all the short positions by opening long positions in underlying asset markets


---

# 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://duet-protocol.gitbook.io/duet-protocol/value-propositions/liquidity-providers/market-makers.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.
