read-only not authorized to make changes
SK

High value depositors: 3x $5k in 10 minutes

active v1

Positive segmentation — flag the user as High Value once they've deposited at scale repeatedly.

by seed

Original English

If a user deposits $5,000 or more three times within 10 minutes, add them to the High Value group.

Compiled AST

{
  "name": "High value depositors: 3x $5k in 10 minutes",
  "action": {
    "sink": "marketing",
    "params": {
      "group": "High Value"
    }
  },
  "stages": [
    {
      "id": "large_deposits",
      "type": "counter",
      "match": {
        "all": [
          {
            "eq": "deposit",
            "field": "direction"
          },
          {
            "gte": 500000,
            "field": "amount"
          }
        ]
      },
      "stream": "payments",
      "requires_count": 3,
      "remember_for_seconds": 600
    }
  ],
  "join_key": "user_id",
  "description": "If a user deposits $5,000 or more three times within 10 minutes, add them to the High Value group."
}

Timeline

Created
2026-05-22 14:50
Promoted
2026-05-22 14:50