# Welcome to Yeti Exchange

Yeti Exchange is an automated market making (AMM) decentralized exchange (DEX) currently on the Binance Smart Chain.

{% hint style="info" %}
**DEX** - A decentralized exchange, on the other hand, is trustless. There is no middleman to handle your private keys. All trades and transactions happen through a user’s own wallet with express permission using smart contracts.

**CEX** - A centralized cryptocurrency exchange is a custodial service that holds your cryptocurrencies for you and provides escrowed trades. These exchanges do not share the private keys to the wallets that hold the crypto.
{% endhint %}

## 📈  Yeti Exchange Ecosystem

There are a few core products of the Yeti Exchange ecosystem

* Exchange
* Liquidity Pools
* Yield Farming
* Pool Staking

Each of these serve a different purpose within the ecosystem.


---

# 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://yetiexchange.gitbook.io/yetiexchange/master.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.
