# Protocol overview

* **Tidal AMM** **-** A discrete concentrated liquidity AMM designed for leveraged yield. Leverage is directly traded on Tidal AMM, via the swap between symTokens and Tokens.
* **symToken Minting Module** **-** An over-collateralized synthetic asset minting module, where leverage buyers deposit Token to mint symToken. 1 symToken is treated as 1 Token by SYM Finance when leverage buyers open/close positions.
* **Leverage Buyers -** Users who buy leverage by minting and selling symToken.
* **Leverage Providers -** Users who sell leverage by providing Token to Tidal AMM


---

# 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://docs.symfi.io/sym-finance/protocol-overview.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.
