# What Is DEX ?

There are two kinds of cryptographic money exchanging — — incorporated trades and decentralized trades. As of now, concentrated trades assume a predominant part in the exchanging market. Nonetheless, the advancement of decentralized trades can't be disregarded, which is usually known as **DEX**. Its principal include is the trade that give trade administrations without KYC, enrollment and login.&#x20;

As a blockchain-based trade, DEX doesn't store client assets and individual data on the server, however just fills in as a pool to match purchasers and venders who need to trade computerized resources. With the assistance of the matching component, exchanges happen straightforwardly between members (shared). Consequently, clients of decentralized trades should keep their public keys, confidential keys, and memory aides safe. Whenever they are lost, their resources can't be recuperated.

There are two kinds of DEX. The first is a P2P trade in view of request books, which utilizes a bid mode to finish exchanges. The second is a trade in light of a liquidity pool, which finishes exchanges through programmed market producers. The calculation behind the DEX in light of the liquidity pool is called Automated Market Maker (AMM). For instance, Uniswap utilizes an AMM mode that permits everybody to give liquidity to the trade to acquire charges. The expenses that clients acquire by giving liquidity are the portion of exchanging on Uniswap.&#x20;

Despite the fact that DEX are finished decentralization, straightforwardness and receptiveness, it likewise has the hindrances of low exchange productivity, limited scope, and so forth. Right now, the usually utilized DEXs incorporate Transit Swap、Uniswap, PancakeSwap, MDEX, JustSwap, SushiSwap, etc.


---

# 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://help.coinpocket.io/blockchain-basics/what-is-dex.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.
