Hey everyone,
A recent conversation with @ecoinstant about managing my various Hive-Engine tokens led to a "how did I not think of that?" moment. I was explaining how I either sell or stake all the tokens I don't actively watch, and I realized that my own auto-market script didn't have an option to stake tokens.
So, I fixed that. A new "stake" operation has been added to the auto-market tool.
What's New?
The new feature allows you to automatically stake any tokens in your wallet that are not on your "watch" or "whitelist" in your configuration file. It uses the same logic as the existing sell
operation, including the ability to use the posting authority of one account to manage others.
After implementing the feature, I immediately put it to use and had it stake every token on my account that could be staked. The script went through my wallet, identified all the stake-able tokens that weren't on my whitelist, and staked them.
Here's a look at the script in action:
This was a simple but much-needed addition that makes managing a diverse portfolio of Hive-Engine tokens just a little bit easier. It's a great example of how talking about your workflow with others can highlight missing features in your own tools.
GitHub Repository: https://github.com/thecrazygm/auto-market
As always,
Michael Garcia a.k.a TheCrazyGM