The Stellar Development Foundation introduces the Token Transfer Processor (TTP), a Go package that simplifies tracking token movements on Stellar by automatically generating clean, standardized events for payments, DEX trades, smart contracts, and fees.

Tracking token movements on Stellar has historically required manual parsing of operations, operation results, and ledger entry changes across multiple endpoints. The Token Transfer Processor (TTP) solves this by providing a unified Go package that automatically captures all token movements on the network in a standardized format. TTP handles simple payments, path payments, DEX trades, liquidity pool operations, smart contract token events, and network fees. It integrates with CAP-67 Unified Events to provide consistent formatting across native Stellar operations and smart contracts. The tool enables asset issuers to easily calculate circulating supply by summing mint events and subtracting burn events, and provides developers with clean JSON event objects instead of requiring hundreds of lines of custom parsing logic.