Skip to content
Source index synced with Binance Skills Hub

Exit rotation watch

Detects a tracked cohort moving out of a position and tells you whether the rotation is broad or one wallet acting alone.

Author
mira.eth
Version
v1.0.6
Updated
2026-07-31
Steps
4
Gates
2
01Sequence4 steps / 2 gates
  1. 1
    binance-wallet-trackerMonitoringauth

    Read the 4h distribution summary for the tracked group.

    continue if distribution is detected on at least three wallets

    otherwise Report a single wallet event and stop.

  2. 2
    binance-leaderboardAnalytics

    Score each selling wallet on win rate, stability and drawdown.

    continue if the median score of the sellers is above 60

    otherwise Report the rotation as low signal.

  3. 3
    trading-signalSignals

    Confirm with per trade sell events and read the exit rate.

    no gate on this step

  4. 4
    binance-agentic-walletWalletauth

    Prepare a reduce order and hold it for confirmation. Never send unattended.

    no gate on this step

02Rules
  • The last step stops at prepared. Sending stays a manual action.
03Triggerswhat makes the agent reach for this file
is smart money sellingsector rotationwho is distributing
04The file55 lines
SKILL.md
---
name: exit-rotation-watch
description: >-
  Detects a tracked cohort moving out of a position and tells you whether the rotation is broad or one wallet acting alone.
  Trigger on: is smart money selling, sector rotation, who is distributing.
---

# Exit rotation watch

## PREREQUISITE

Install and authenticate these skills first:

- `binance-wallet-tracker`
- `binance-leaderboard`
- `trading-signal`
- `binance-agentic-wallet`

If any of them is missing, say which one and stop. Do not improvise a replacement.

## SEQUENCE

### Step 1. `binance-wallet-tracker`

Read the 4h distribution summary for the tracked group.

**Continue only if** distribution is detected on at least three wallets.

**Otherwise:** Report a single wallet event and stop.

### Step 2. `binance-leaderboard`

Score each selling wallet on win rate, stability and drawdown.

**Continue only if** the median score of the sellers is above 60.

**Otherwise:** Report the rotation as low signal.

### Step 3. `trading-signal`

Confirm with per trade sell events and read the exit rate.

### Step 4. `binance-agentic-wallet`

Prepare a reduce order and hold it for confirmation. Never send unattended.

## RULES

- The last step stops at prepared. Sending stays a manual action.

## OUTPUT

Report each step that ran, the gate result, and the step that stopped the sequence if one did.
Never report a step as done when its skill returned an error.
NextBuilds in the same areaAll builds