It sends balance - threshold, so it works how you describe wanting it to work. I should communicate that better.
Sweet, you guys should add keysend as an option, a lot of people don't have a lightning address but have a node that can be keysent
reply
I'll add it to The List. We want to support literally every option for send/receive.
reply
doesn't seem like it triggers off of rewards
reply
Mhh, it should, it's implemented as a database trigger. So we check if you're above the threshold every time your wallet is updated.
Maybe it's just slow since everyone gets rewarded at the same time. 🤔
reply
It still hasn't executed for mine
reply
Looks like you didn't hit the threshold yet. We only attempt a withdrawal when it exceeds your desired balance by 10%. We might improve that to make it less confusing soon.
For example:
reply
oh okay, that's a bit confusing, why not just the desired balance
reply
Because it's your desired balance so we need to exceed that by some amount to withdraw anything :)
Desired balance means that's the amount you want to keep on SN.
But I was also initially confused (still am).
But we will probably make the "exceeded by" amount configurable in the following iterations.