Embed Wendy's execution discipline engine inside your platform. Retail attrition is not a pricing problem — it's a behavior problem. Solve it at the source.
go inactive within 6 months of first deposit. Behavior, not markets, is the attrition vector.
observed in cohorts using discipline-feedback tools versus controls. Behavior is the highest-leverage retention surface you have.
partner cohorts open Wendy and engage multiple times per session. The platform stops being a place traders visit — it becomes the room they trade in.
Wendy publishes signals, behavioral flags, and risk deltas over a single authenticated WebSocket. Your platform decides what to surface, when, and to whom.
// WSS /v1/signals
wendy.on("signal", (s) => {
// s.kind: pattern|flow|risk|behavior
// s.confidence: 0..1
// s.decision: hold|cut|size_down|skip
platform.route(s)
})