BLACK_WALL ← all failure modeshomeEN · ES · PT
FINANCIAL · RED FLAG

An agent payment far larger than normal

AMOUNT_OUT_OF_BAND

The payment amount is wildly out of line with what this agent or recipient usually transacts — a classic signal of a mistake, a misread, or a compromised job.

Why it matters

This is exactly the class of action that’s cheap to prevent and expensive to undo — rollback, insurance, and observability all kick in after the damage is done. The only place to stop it is a check that runs before the action does.

Example

A bot that normally pays $200 vendor invoices suddenly issues a $48,000 wire.

How Black_Wall catches it

Black_Wall raises AMOUNT_OUT_OF_BAND on anomalous amounts and routes the payment to a human before money leaves the account.

FLAGAMOUNT_OUT_OF_BAND

Black_Wall returns a risk score (0–100), a reversibility class, this named red flag, and a gate — proceed / confirm / human-required — in a few seconds, before the action runs.

See it on your own action

Paste an action your agent might take and watch Black_Wall gate it — no signup.

Related checks