Beta / polynode exclusive — this event watches explicit wallet filters and detects CTF position lifecycle changes from on-chain ERC-1155 transfer deltas.
What It Detects
position_status_change tracks state transitions for watched wallets:
none->openwhen the wallet first receives shares for a token after the webhook is activeopen->closedwhen the wallet’s active-market balance returns to zeroopen->redeemableornone->redeemablewhen the position is in a resolved market and the wallet holds sharesredeemable->redeemedwhen the resolved-market balance returns to zero
Filters
Use
status_from: "none" and status_to: "open" to detect a wallet opening a new position after registration.
Payload
Fields
Example
Use Cases
- Copy-trading: detect when a leader opens a new position, including opens that come from ERC-1155 transfers
- Portfolio automation: react when a watched wallet fully exits a position
- Settlement workflows: detect redemption-style zero-balance transitions for resolved markets

