# Minters

## **What is Minter?**&#x20;

Minter is a place where users can mint/repay/liquidate waToken after they deposit assets to [**Strategy**](/wasabix_finance/y.u.m.-vault.md).

After user deposited assets to Strategy, user can mint waAsset up to 50% in amount of deposited collateral. Loans will have a absolute minimum 200% collateralization ratio. For example, if you've deposited 100 wETH in Strategy, you will be able to borrow up to 50 waETH with zero interest.&#x20;

**There will never be a liquidation of a user's collateral unless they do it themselves because your debt will only ever go down.** Wasabix will use Bluezelle and Chainlink oracle price feeds. If a asset's value is under a certain threshold, minting, repaying with the base asset, and liquidations will be paused until it's value is back to acceptable levels. These security measures will not completely prevent the damage from an asset losing its peg or becoming devalued, but it will protect much of the Wasabix synthetic token's value.

After minted, you may visit Farms to learn more &#x20;

{% content-ref url="/pages/-MbezZBp5GxoK9DOpflh" %}
[Farms](/wasabix_finance/introduction-to-farms.md)
{% endcontent-ref %}


---

# 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://wasabix-finance.gitbook.io/wasabix_finance/introduction-to-minters.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.
