> ## 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.

# Lists

Group command: `/lists`

Wallet lists are guild-scoped collections of tracked addresses. Confluence rules watch these lists for multi-wallet entries into the same token.

***

## Lists page

<img src="https://mintcdn.com/echo/EbcoHTzrdsumZ2JD/images/lists.png?fit=max&auto=format&n=EbcoHTzrdsumZ2JD&q=85&s=97aa12f376a4dd3b9b307641640bfb31" alt="Lists" title="Lists" className="mx-auto" style={{ width:"42%" }} width="398" height="364" data-path="images/lists.png" />

| Button                | Description                    | Return                  |
| --------------------- | ------------------------------ | ----------------------- |
| **List name (tests)** | Open list detail               | [List view](#list-view) |
| **🗑 Delete**         | Delete list (**admins**)       |                         |
| **➕ Create list**     | Create a new list (**admins**) |                         |
| **⬅️ Home**           | Return to home                 | [Home](/tools/home)     |
| **❌ Close**           | Close the message              |                         |

***

## List view

<img src="https://mintcdn.com/echo/EbcoHTzrdsumZ2JD/images/listView.png?fit=max&auto=format&n=EbcoHTzrdsumZ2JD&q=85&s=5a653d65b093367b4c830fffe40ac1ec" alt="List View" title="List View" className="mx-auto" style={{ width:"61%" }} width="726" height="426" data-path="images/listView.png" />

| Button               | Description                                | Return              |
| -------------------- | ------------------------------------------ | ------------------- |
| **➕ Add wallets**    | Paste / upload wallets to add (**admins**) |                     |
| **➖ Remove wallets** | Paste addresses to remove (**admins**)     |                     |
| **🗑 Delete list**   | Delete this list (**admins**)              |                     |
| **◀️ Back**          | Back to lists                              |                     |
| **⬅️ Home**          | Return to home                             | [Home](/tools/home) |

List view shows up to **20** wallets, then `…and N more`.

***

## Create list

1. Tap **➕ Create list**
2. Send a name (or `-1` to cancel)
3. Paste wallets / upload a file, or send `skip` for an empty list

***

## Wallet input formats

**Text / `.txt`** (one per line):

```text theme={null}
address
address;remark
```

**`.csv`** with headers:

```text theme={null}
address,remark
```

**`.json`**:

```json theme={null}
[{"address":"...","remark":"..."}]
```

Notes:

* Duplicate addresses in one paste are de-duplicated
* A later remark updates an earlier entry for the same address
* Uploaded files max **5 MiB**
* Send `-1` to cancel any prompt

***

## Permissions

| Action                    | Who                 |
| ------------------------- | ------------------- |
| **View lists**            | Anyone in the group |
| **Create / delete lists** | Guild admins        |
| **Add / remove wallets**  | Guild admins        |
