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

# Chat Moderation Bot

> Moderation as an operator surface inside the network

## Overview

The Chat Moderation Bot is an operator-level moderation surface for RNDRNTWRK. It maintains chat quality during high-traffic streams with anti-spam, customizable rules, and Solana/Pump.fun-aware logic.

## Features

* Advanced spam detection and rate limiting
* Custom rule cases per project/stream
* Community-driven rule proposals
* Wallet and token-awareness for Solana/Pump.fun integrations

## Setup

Use the provided Docker stack in the repository `discord/`.

```bash theme={null}
# From repo root
cd discord
cp .env.example .env   # create your env file
docker compose up -d   # or: docker-compose up -d
```

### Required Config

* Bot token and guild permissions
* Channel scopes and role IDs
* Optional: RPC endpoints for Solana lookups

## High-Traffic Tuning

* Increase rate-limit thresholds gradually
* Enable cooldowns for repeated offenses
* Whitelist trusted roles and wallets

## Cross-Links

* Raffles: [555 Arcade](/arcade/overview)
* Architecture: [Multi-Chat Architecture](/guides/multi-chat-architecture)
