Proposal for Revamp Community

account = "sports-gov"


nodelist = NodeList()
nodelist.update_nodes()
nodes = nodelist.get_nodes(hive=True)
hive = Hive(node=nodes)

def unstake_token(amount, symbol, account):
    he_wallet = Wallet(account, blockchain_instance=hive)
    unstake_trans = he_wallet.unstake(amount=amount, symbol=symbol)
    time.sleep(1)
    c = Comment(loaded_post, steem_instance=hive)
    c.reply(str(unstake_trans), "stake_tx", account)


unstake_token(5,"NEOXAG",account)

!end

image.png

Summary

Since no one is sure how the community DAO works and since I can't contact either the community creator or the developer of the DAO code I opted to create a proposal that won't have much impact on the community account and we'll find out whether the DAO has the power to carry out the transactions without requiring any action from anyone.

From what I saw in the Hive Engine explorer, it seems so, because the transactions of previously approved proposals were carried out less than 5 minutes after their approval.

However, as we all have different timezones it could have happened that the person who has the keys was awake and did the transactions himself.

So, as I said earlier, in order to be sure and since the cost of creating the proposal is insignificant, I decided to make this proposal so that everyone can be sure of what we have as possibilities for the future of the community.

This Proposal

account = "sports-gov"


nodelist = NodeList()
nodelist.update_nodes()
nodes = nodelist.get_nodes(hive=True)
hive = Hive(node=nodes)

def unstake_token(amount, symbol, account):
    he_wallet = Wallet(account, blockchain_instance=hive)
    unstake_trans = he_wallet.unstake(amount=amount, symbol=symbol)
    time.sleep(1)
    c = Comment(loaded_post, steem_instance=hive)
    c.reply(str(unstake_trans), "stake_tx", account)


unstake_token(5,"NEOXAG",account)

The code of this proposal is only intended to unstake 5 NEOXAG from @sports-gov.

These NEOXAG will not be sent to anyone, they simply become liquid.

How to Vote

@sports-gov will reply to this post with two comments. If you'd like to see this proposal pass then upvote the YES comment with any % upvote.

image.png

If you would not like to see that these changes implemented then please upvote the NO comment with any % upvote.

image.png



0
0
0.000
0 comments