> ## Documentation Index
> Fetch the complete documentation index at: https://docs.systems-echo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rules

Group command: `/rules`

Confluence rules alert your guild when **N** wallets from a tracked list enter the **same token** within **T** seconds.

**Example:** if more than 15 wallets from `list_a` enter the same token within 5 minutes → notify.

***

## Rules page

<img src="https://mintcdn.com/echo/HkEjxeSe5Y65hOSh/images/rulesGen.png?fit=max&auto=format&n=HkEjxeSe5Y65hOSh&q=85&s=93d4986c0d24d73a3307db303d77c87d" alt="Rules Gen" title="Rules Gen" className="mx-auto" style={{ width:"62%" }} width="770" height="486" data-path="images/rulesGen.png" />

| Button                     | Description                                 | Return                      |
| -------------------------- | ------------------------------------------- | --------------------------- |
| **Rule name**              | Toggle enable / disable                     |                             |
| **🟢 Enable / 🔴 Disable** | Toggle rule (**admins**)                    |                             |
| **🔔 Notify**              | Set notify topic for this rule (**admins**) |                             |
| **🗑 Delete**              | Delete rule (**admins**)                    |                             |
| **➕ Create rule**          | Create a new rule (**admins**)              |                             |
| **⬅️ Home**                | Return to home                              | [Home](/tools/home)         |
| **⚙️ Settings**            | Open guild settings                         | [Settings](/tools/settings) |
| **❌ Close**                | Close the message                           |                             |

***

## Create rule

Prerequisite: at least one [wallet list](/tools/lists).

**Reply format:**

```text theme={null}
name | list_name | N | T_seconds
```

| Field          | Description                                    |
| -------------- | ---------------------------------------------- |
| **name**       | Rule display name                              |
| **list\_name** | Existing wallet list name                      |
| **N**          | Minimum wallets that must enter the same token |
| **T\_seconds** | Time window in seconds (max **86400** / 24h)   |

**Examples**

```text theme={null}
hot15 | list_a | 15 | 300
smart10 | kols | 10 | 120
```

New rules start **enabled** and inherit the guild default notify topic.

Send `-1` to cancel.

***

## Notify topic (per rule)

Tap **🔔 Notify**, then send:

| Input                 | Result                |
| --------------------- | --------------------- |
| **Topic id (number)** | Use that forum topic  |
| `here`                | Use the current topic |
| `default`             | Inherit guild default |

<Check>
  **How to get topic ID?**

  Simply click with right mouse button on any message in selected topic and select "Copy Message Link". Link will have following format:

  t.me/c/\<chat\_id>/***<u>\<topic\_id></u>***/\<message\_id><br />OR if you want to use "General" channel topic ID is `1`
</Check>

***

## Permissions

| Action                                    | Access              |
| ----------------------------------------- | ------------------- |
| **View rules**                            | Anyone in the group |
| **Create / toggle / delete / set notify** | Guild admins        |

***

## Limits

| Limit | Value                            |
| ----- | -------------------------------- |
| **N** | Must be > 0                      |
| **T** | Must be > 0, max **86400** (24h) |
