1# Nft Transaction Payment23## Overview45A module containing the sponsoring logic for paying for sponsored collections67**NOTE:** The scheduled calls will be dispatched with the default filter8for the origin: namely `frame_system::Config::BaseCallFilter` for all origin9except root which will get no filter. And not the filter contained in origin10use to call `fn schedule`.1112If a call is scheduled using proxy or whatever mecanism which adds filter,13then those filter will not be used when dispatching the schedule call.