It looks a bit complex, but it is most likely possible with smart contracts. Make sure you clearly define the "problem" to get a better answer.
Yes the token is on the Ethereum blockchain. I want to improve the transaction speed of that token. If someone sends the tokens to someone he has to wait for confirmation.
If a miner would see the pending transaction of the token and choses that transaction for the next block he wouldnt only get the block reward of 3 ether and the tx fees but also the tokens. So he has a reason to chose transactions with my token over other transactions. And a token holder maybe can even decrease the tx fees so transactions with my tokens could cost less. The tokens that will be sent to the miner are created at the moment of mining so that the total supply is increased.
So my question is:
Does that even make sense , can a miner even see that he would be rewarded with the tokens if he choses transactions with that token? How does a pending transaction for a miner look like, is it only a byte code so that he doesnt even know to which token the transaction belongs?