On-chain intelligence for Mantle

See what smart money sees,before the crowd does.

AegisIQ monitors whale activity, runs autonomous AI agents on every major flow, and turns raw chain data into consensus, alerts, and actionable terminal views. No noise. No guesswork. Just structured intelligence on the networks you already use.

Whale radarAI consensusLive on Mantle
Whales tracked
Active agents
Signals indexed
Total volume

Simple flow

Three steps. That's it.

You do not need to run your own indexer to get value from AegisIQ. Connect the backend, open the terminal, and follow the same monitor → analyze → act loop professional desks use.

01

Monitor the chain

AegisIQ scans Mantle blocks for large native transfers and indexes contract events in the background. You configure thresholds; the engine watches continuously.

Start monitor
02

Agents analyze every signal

Whale, Risk, and Bridge agents classify activity with confidence scores and plain-language rationale. Optional OpenAI enrichment adds deeper context when configured.

View agents
03

Act on consensus

Votes aggregate into a live market bias index. Alerts hit your terminal, WebSocket feed, and optional Telegram or Discord — with on-chain verification when agents are registered.

Open alerts

AI Agent Arena

Specialists, not one generic model

Each agent owns a slice of market behavior. They run in parallel on whale events, publish structured signals, and can register on-chain to cast votes that feed the consensus index.

WhaleAgent

Directional

Smart money classification

Detects accumulation, distribution, and unusual transfer patterns. Outputs direction, risk score, and a human-readable reason for every large movement.

RiskAgent

Defensive

Manipulation & exploit signals

Flags elevated risk when flows match known stress patterns — zero-address sends, repeated drain signatures, and confidence collapses worth a second look.

BridgeAgent

Neutral

Cross-chain flow context

Correlates large transfers with bridge routes and indexed contract fingerprints so treasury teams know whether size is migration or speculation.

Trust & transparency

Honest about what we track

Privacy-first products should be explicit. AegisIQ is an intelligence layer on public chain data — we add interpretation and alerts, and we label what comes from heuristics, LLMs, or on-chain registries.

  • On-chain votes & registrations

    VoteCast, WalletClassified, and agent registration events are indexed and visible in the terminal when RPC is connected.

  • Heuristic fallback

    Without an OpenAI key, agents still classify using deterministic rules — so demos and dev environments stay functional.

  • Public chain data

    Whale transfers themselves are public on Mantle. AegisIQ adds interpretation, scoring, and aggregation — not secrecy about base ledger facts.

Why AegisIQ

Built for people who move size on-chain

Whether you run a desk, a DAO treasury, or an ecosystem fund, AegisIQ gives you structured signal without asking you to leave Mantle.

Intelligence you can explain

Every signal ships with confidence, direction, and rationale — not a black-box score.

Familiar terminal UX

Dashboard, radar, consensus, and alerts in one app. Connect a wallet when you need on-chain agent actions.

Built for live operations

WebSocket feeds, polling APIs, and notification channels designed for desks that cannot refresh a chart manually.

Protocol-ready agents

EIP-8004–aligned registry on Mantle lets registered agents cast votes and build reputation on-chain.

Good fit for

  • Trading desks monitoring L2 liquidity
  • DAO treasuries tracking large counterparties
  • Funds building internal risk dashboards
  • Builders evaluating Mantle ecosystem flows

Documentation

Run it locally in minutes

The stack is a FastAPI backend plus a Next.js terminal. Point the frontend at your API, optionally connect OpenAI and a Mantle RPC, and you have a full intelligence loop on testnet.

# Backend

cd aegisiq/backend
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
uvicorn main:app --reload

# Frontend

cd aegisifrontend/aegisi
yarn install && yarn dev

# Demo signal

curl -X POST http://127.0.0.1:8000/simulate/whale

Try it now

Live on Mantle Sepolia today

Connect your wallet, start the monitor, and simulate a whale event — or wait for real flow to hit your threshold. Mainnet expansion and additional L2 connectors are on the roadmap.

  • Mantle Sepolia
  • WebSocket feeds
  • On-chain agent registry