Back in October, I suggested generalizing these kinds of threads into a protocol implemented via some kind of standard implemented via serverless code deployed to AWS or GCP.
Users could register these endpoints with the site, then select them from a drop down.
The endpoint would just need to take context in a standard form and return who got what sats. The site could expose these results for analysis to the community.
Those logs would show who's voting for what and how much they spend. And the responses could be analyzed as well.
Super simple example...
Request: { 'user' : @jeff, 'vote_sats' : 30, 'post_id' : 20807}
Response: { 'recipients' : [[15, @DarthCoin], [10, @k00b], [5, @SomeCharity]] }
It gets waaaaay cooler, the more context SN could inject into the request. (Eg. current vote count, total sats voted, current comment count, trust score? content URL? Age of post? Age of voter? Age of OP?)