There are many ways you can integrate a tip bot
1 If you are the admin of the forum (and have access to the server(s) running the forum including the database)
You could run a bot to continuously query against the database to find comments that include a certain phrase e.g. "!tip"
Once that command is found the bot could either automatically deduct from the users tip balance and send it to another balance (ready for withdrawal)
Or post a reply to that comment with an address to send for the bot to forward - sort of acting as a middle man between the two users
2 If you aren't an admin of a forum
You would need to setup a bot to continously scrape the site for new posts (which would cause a lot of speed issues if the forum is running off a bad server)
and then repeat the same process above
If you are still interested in setting up a tip bot I am able to develop one for you but we would need to discuss further