> For the complete documentation index, see [llms.txt](https://soy-finance.gitbook.io/soy-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://soy-finance.gitbook.io/soy-finance/soy-products/trading.md).

# Trading

## Introducing **Soy Swap**

At a time of increasingly restrictive Anti-Money Laundering (AML) rules and KYC verifications are becoming more and more restrictive, exchanges are required to comply. Recently Binance, the world’s largest exchange, [announced mandatory KYC for all new users](https://www.binance.com/en/support/announcement/51bf294e26324211a4731ca998e110ca).

Decentralized exchanges ( DEX ) are becoming more and more prominent, and during 2020, they experienced rapid growth in usage, an 1800% increase of Total Value Locked or ‘TVL’ . In October of the same year, Uniswap, overtook the largest centralized exchange at the time, Coinbase, in terms of monthly volume.

SOYSwap is a decentralized exchange enabling quick, safe, and cheap token exchange between users. All transactions are executed from smart contracts without the need for a trusted third party, resulting in many benefits including reduced fees.

SOYSwap adopts the concept of decentralized liquidity pools that reward users for providing liquidity. Liquidity providers earn “**Liquidity Providers Tokens**” as an incentive to provide liquidity to different liquidity pools.

In a second step, SOYFarm will allow the liquidity providers tokens owners to stake their LP tokens and receive SOY tokens ( the official SOY.Finance token ) as a reward.

### **Where is the Orderbook?**

SOYSwap’s architecture abandons the concept of an order book. Instead, users provide their funds to ensure liquidity, and the algorithm does the rest; By pooling every user's liquidity, SOYSwap creates markets according to a deterministic algorithm. This algorithm, called **Automated Market Maker (AMM)**, provides prices to the end-user based on a set of predefined rules.

A special feature of the AMM model is its ability to always provide liquidity, regardless of the size of the order or the liquidity pool. The algorithm will increase the price of the tokens as the desired quantity increases. Thus, the system never runs out of liquidity.


---

# 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://soy-finance.gitbook.io/soy-finance/soy-products/trading.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.
