> For the complete documentation index, see [llms.txt](https://docs.4everland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.4everland.org/get-started/quick-start-guide/account/balance-alert.md).

# Balance Alert

4EVERLAND provides a **multi-channel balance alert system** that uses **email** and **Telegram** to keep you updated on your LAND balance status in real time. This ensures you stay informed about balance changes and avoid service interruptions due to insufficient funds.&#x20;

Key scenarios include:

* Alerts when your balance falls below a set threshold (LAND Balance Alert).
* Urgent notifications when your balance is fully exhausted (LAND Depletion Alert).
* Notifications for important actions (e.g., deposit confirmations, successful deployments).

All alerts follow **intelligent frequency control** (e.g., reminders every 7 days if unresolved, with a maximum of 3 reminders) to balance timeliness and user experience.

## Setup Guide: Enable Balance Alerts & Set Threshold

**Path**: 4EVERLAND Dashboard → **Billing** → LAND Balance Section

<figure><img src="/files/Zv1S13yvhLNgqRB5ueFS" alt=""><figcaption><p><strong>4EVERLAND</strong> <strong>Balance Alert</strong></p></figcaption></figure>

Click the **Balance Alert** button:

* A modal opens. Toggle **Enable Balance Alert** to **ON**.
* Select **Notification Channels**: Connect both **Email** and **Telegram**.
* Enter your **Alert Threshold** (e.g., `2000000 LAND`; minimum `1 LAND`).

<figure><img src="/files/4D2SOhFIdl3djXnoxDWw" alt=""><figcaption><p>Turn ON the Alert</p></figcaption></figure>

## Troubleshooting Common Issues

#### 1. Not Receiving Emails?

* **Check Email Verification**: Ensure your email is marked "Verified" in the Security Center.
* **Check Spam Folder**: Some emails may be filtered; add `noreply@4everland.org` to your whitelist.
* **Verify Alert Settings**: Ensure "LAND Balance Alert" are enabled.

#### &#x20;2. Not Receiving Telegram Messages?

* **Confirm Bot Binding**: Check that your Telegram username (including `@`) are correct; resend a test message.
* **Unblock the Bot**: Search for your bot in Telegram and ensure "Block Messages" is not enabled.

#### 3. Frequent Repeat Notifications?

* **System Design**: Alerts repeat every 7 days if unresolved. Notifications stop automatically once the balance is restored.
* **Adjust Thresholds**: Increase the alert threshold in **Balance Alert Settings**.

#### 4. How to Disable Specific Notifications?

* Go to **Billing > Balance Alert** and toggle off the alert.

{% hint style="info" %}
With dual-channel alerts via email and Telegram, you can fully monitor your account status and ensure continuous 4EVERLAND service.&#x20;

We recommend binding both channels and setting a reasonable threshold (recommended: 2,000,000 LAND to avoid minor fluctuations).&#x20;

For questions, contact us via email *<contact@4everland.org>*.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.4everland.org/get-started/quick-start-guide/account/balance-alert.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
