Page MenuHomePhabricator

[the-overmind] Support HP withdrawals
ClosedPublic

Authored by bytesofman on Jan 14 2026, 01:08.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC843b0c222d2c: [the-overmind] Support HP withdrawals
Summary

Need to have withdrawals for onchain actions to make any sense. Add support.

Limit to 1 per user per 24 hrs to prevent abuse (e.g. calling it all the time for the sats).

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien added a subscriber: Fabien.
Fabien added inline comments.
apps/the-overmind/src/bot.ts
1183 ↗(On Diff #57687)

I can't find a very good name for that one... maybe transmigration ?

This revision is now accepted and ready to land.Jan 14 2026, 09:53
bytesofman added inline comments.
apps/the-overmind/src/bot.ts
1183 ↗(On Diff #57687)

i'll keep it to the is-what-it-is for now, imo the gamification will also be a bit of an iterative process, right now still getting the building blocks in place

This revision was automatically updated to reflect the committed changes.
bytesofman marked an inline comment as done.