# Mendi Finance Liquidation Alert

We have built a MetaMask Snap for Mendi Finance users that monitors borrow limit usage and provides alerts to users in a pop-up notification directly to their MetaMask browser extension.&#x20;

User can set their preferred threshold, notification frequency to receive alerts.&#x20;

Additionally users can add multiple custom RPC endpoints. RPC endpoints are used to query on-chain data for the Snap, and while we provide multiple public endpoints in the implementation, it is recommended for advanced users to use multiple private endpoints for the queries. The best practice is to use different providers, like Infura and Alchemy to prevent downtime, which could lead to a lack of notification.&#x20;

The following is the link the the Github repository of the implementation and the NPM link:&#x20;

{% embed url="<https://github.com/mendi-finance/metamask-alert-snap>" %}

{% embed url="<https://www.npmjs.com/package/@mendi-finance/metamask-snap>" %}


---

# 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://ionian.gitbook.io/mendi-finance/mendi-snap/mendi-finance-liquidation-alert.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.
