flow-models/models/descriptions/token_out_source.md
Jack Forgash 84ca2eb298
AN-6423/docs update (#462)
* add overview

* core and defi

* cadence

* evm

* fix dim labels name

* fix docs syntax
2025-07-17 18:15:23 -06:00

467 B

{% docs token_out_source %} The address from which the token is withdrawn ("token out") in a DEX swap. Data type: STRING. For the first swap in a transaction, this is typically the trader's address; for subsequent swaps in a multi-hop route, it may be a pool address. Used to trace token flow and participant roles in swaps. Example: '0x1cf0e2f2f715450' (trader) or a pool address for later hops. Important for swap path analysis and wallet attribution. {% enddocs %}