$ PEPE/$ETH LPs deposit NFT into APP_MEV smart contract
APP_MEV sweeps fees into paymaster contract
Paymaster receives requests for user op sponsorship and only accepts if:
first userop from this account
user op is a swap for any token to $PEPE
userop within gas used range
paymaster has enough eth
User submits userop to user op pool
UserOp gets bundled and included onchain
User receives $PEPE and paymaster balance decreases by gas used * gas price
Problems
Not sybil resistant, can drain pool by simply buying small # PEPE from many different accounts
Sponsorship isn't atomic. Paymaster can sign request, another user op can be included after and drain paymaster balance, and then this userop can be bundled in the block after but will fail.