# symToken Minting Module

symToken Minting Module is a CDP (Collateralized Debt Position) protocol similar to the ones often seen in stablecoins, i.e., MakerDAO. It allows leverage buyers to deposit Token as collateral to mint symToken at maximum 80% LTV (Loan-to-value). To close a position, i.e., withdraw all collaterals, a user must repay all outstanding debt in symToken.


---

# 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/mechanism/symtoken-minting-module.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.
