> For the complete documentation index, see [llms.txt](https://eosfi.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eosfi.gitbook.io/en/products/dolphinswap/about-non-proportional-market-making.md).

# About Unequal-Weight Market Making

Most Swaps have a market-making ratio of 50/50, that is, 50% of the total value of each of the tokens in the transaction pair is deposited, but 50/50 transaction pairs often bring great risks to users.

Comparison of the impermanent loss caused by different proportions of market-making, with calculations:

![](/files/-MKlpk_DFXhedEoXAm7h)

As can be seen from the above table, assuming that the trading pair is EOS/USDT, when the price of USDT stays unchanged and EOS raises and falls in price:&#x20;

50/50 impermanent loss> 80/20 impermanent loss> 98/2 impermanent loss&#x20;

This shows that different market-making ratios will bring different effects to impermanent loss.

Impermanent loss calculator: <https://coinmarketcap.com/yield-farming/>


---

# 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://eosfi.gitbook.io/en/products/dolphinswap/about-non-proportional-market-making.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.
