Adverse Selection Classifier

Classify incoming trades as informed, noise, liquidation, or arbitrage in real time.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/trudumb/hyper_make --skill adverse-selection-classifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Adverse Selection Classifier
Source: https://github.com/trudumb/hyper_make/tree/main/.claude/skills/models/adverse-selection-classifier
Command: npx skills add https://github.com/trudumb/hyper_make --skill adverse-selection-classifier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adverse Selection Classifier helps market makers anticipate informed trades that can erode profits by dynamically adjusting spreads and kappa.

Core Features & Use Cases

  • Labeling strategy and feature engineering to classify trades (Informed, Noise, Liquidation, Arbitrage)
  • Real-time adjustment of spreads and kappa based on inferred toxicity
  • Liquidation detector to identify cascading events and respond quickly

Quick Start

Train the classifier on labeled historical trades and integrate Adverse Selection Adjuster into the quote engine to adjust spreads and kappa in real time.

Frequently Asked Questions about Adverse Selection Classifier

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I classify informed trades to protect market-making profits?

To detect toxic flow, train a classifier on labeled historical trades to identify informed orders, then apply real-time classification to adjust spreads and kappa during quote generation to protect market-making profits.

What is adverse selection in market-making and how does real-time classification help?

Adverse selection occurs when informed traders exploit market makers, eroding profits. Real-time classification predicts trade toxicity, enabling dynamic adjustment of spreads and kappa to mitigate losses from informed orders during quote generation.

How do I adjust spreads and kappa dynamically based on trade toxicity signals?

You adjust spreads and kappa by integrating a real-time toxicity classifier into your quote engine. The model predicts if incoming trades are informed or toxic, signaling the system to widen spreads and modify liquidation controls instantly.

Can I use machine learning to detect liquidation cascades and arbitrage trades?

Yes, you can use machine learning to detect liquidation cascades and arbitrage trades. The classifier implements labeling and feature engineering to categorize trades into Informed, Noise, Liquidation, and Arbitrage types for risk management.

How do I train a trade classification model for real-time risk management?

You train the model by applying labeling strategies and feature engineering to historical trade data. Once trained, the classifier integrates into your risk management workflow to provide real-time toxicity predictions and validation metrics.