> For the complete documentation index, see [llms.txt](https://docs.sinfonia.zone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sinfonia.zone/products/exchange/risks-on-using-amms-and-dexs.md).

# Risks on using AMMs and DEXs

Some risks to be aware of when using automated market makers (AMMs) and decentralized exchanges (DEXs) include:

* Liquidity risk: DEXs and AMMs can have lower liquidity compared to centralized exchanges, which means that it can be difficult to find buyers or sellers for certain assets at the price you want.
* Smart contract risk: DEXs and AMMs rely on smart contracts to execute trades and manage funds, so if there is a bug or vulnerability in the smart contract, funds can be lost.
* Impermanent loss: When liquidity providing, you are exposed to the risk of impermanent loss. This is the difference between the value of your assets when you provide them as liquidity and their value when you remove them.
* Front-running risk: Because DEXs are decentralized, it is possible for traders with faster access to the blockchain to see and act on trades before they are executed, which can lead to unfair advantages.
* Lack of regulation: DEXs and AMMs are not regulated in the same way as centralized exchanges, so there may be less protection for users in case of fraud or hacking.

It is worth noting that DEXs and AMMs are relatively new and still evolving, so it's important to be aware of the latest developments and potential risks. It's also important to conduct your own research and to be mindful of what you are doing with your crypto-assets, and not to leave crypto-assets on a DEX or AMM longer than necessary.


---

# 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://docs.sinfonia.zone/products/exchange/risks-on-using-amms-and-dexs.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.
