# Margin Call & Liquidation Alerts

Arkis allows you to configure several thresholds to keep you informed about potential liquidation risks, including **Margin Call** and **Liquidation** alerts.

* **Margin Call Alert:** This is set to a predefined threshold and serves as an informational message, warning you that the risk factor of your margin account is decreasing. If not addressed, this could lead to liquidation. The **Margin Call** threshold is typically pre-agreed with the Arkis management team and can be updated at any time upon request.
* **Liquidation Alert:** If the risk factor reaches the critical safety threshold, Arkis will generate a signal to notify you that the liquidation process has been initiated. The liquidation threshold is usually set to 1.0.

{% hint style="warning" %}
We highly recommend topping up your account as soon as you receive a Margin Call Alert.
{% endhint %}

## How to set up Telegram notifications for Arkis alerts <a href="#how-to-configure-notification-channel" id="how-to-configure-notification-channel"></a>

1. Open Telegram and create a new group, or select an existing one, where you want to receive Arkis alerts.
2. Add the [ArkisNotifier](https://t.me/ArkisNotifierBot) bot to the group.
3. Add the [RawDataBot](https://t.me/raw_data_bot) bot to the group. This bot will send a message containing the `chat id` value. Copy this message and send it to Arkis.
4. Copy the **Margin Account** addresses for which you want to receive Telegram alerts and send them to Arkis.

## How to add telegram bots to the group? <a href="#how-to-add-telegram-bots-to-the-group" id="how-to-add-telegram-bots-to-the-group"></a>

1. Open the bot in the Telegram and click on the top bar.

<figure><img src="/files/evNz9g7YpNOHp1ZqHpRP" alt="" width="375"><figcaption></figcaption></figure>

2. Then click on three vertical dots in the opened window and click the “Add to Group” button.

<figure><img src="/files/sMu2NfV3HXvIqkvY4q5T" alt="" width="375"><figcaption></figcaption></figure>

3. Find and select your group in the opened window.

<figure><img src="/files/vLH3dg4x5Ue6DJzbB2No" alt="" width="375"><figcaption></figcaption></figure>

4. Click “Ok” in the confirmation dialog.

## Where to find the Margin Account address <a href="#where-to-find-margin-account-address" id="where-to-find-margin-account-address"></a>

On the “Borrow” tab (1), choose “Opened” tab (2). Here, you can see all your opened Margin Accounts. Click the “Copy address” button (3) to copy the Margin Account address.

<figure><img src="/files/A5pFsSCfOxdVJ0UXLVnI" alt=""><figcaption></figcaption></figure>


---

# 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.arkis.xyz/home/how-to/margin-call-and-liquidation-alerts.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.
