ARCHON PROPOSAL - sell tokens, INCREASE HIVE MINING POOL, POWER UP HIVE!

account = "archon-gov"

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

def sell_token(symbol, amount, price, account):
    he_market = Market(blockchain_instance=hive)
    market_trans = he_market.sell(account, amount, symbol, price)
    c = Comment(loaded_post, steem_instance=hive)
    c.reply(str(market_trans), "market_tx", account)

def transfer_token(to, amount, symbol, memo, account):
    he_wallet = Wallet(account, blockchain_instance=hive)
    transfer_tx = he_wallet.transfer(to, amount, symbol, memo)
    time.sleep(1)
    c = Comment(loaded_post, steem_instance=hive)
    c.reply(str(transfer_tx), "stake_tx", account)

def transfer_hive(to, amount, asset, memo, account):
    hive_account = Account(account, blockchain_instance=hive)
    hive_tx = hive_account.transfer(to, amount, asset, memo, account)
    time.sleep(4)
    c = Comment(loaded_post, steem_instance=hive)
    c.reply(str(hive_tx), "hive_tx", account)

def power_up_hive(to, amount, account):
    hive_account = Account(account, blockchain_instance=hive)    
    hive_power_tx = hive_account.transfer_to_vesting(amount, to, account)
    time.sleep(4)
    c = Comment(loaded_post, steem_instance=hive)
    c.reply(str(hive_power_tx), "hive_tx", account)


sell_token("BLURT", 26.197, 0.01, account)
time.sleep(10)
sell_token("LEO", 17, 2.5, account)
time.sleep(10)
sell_token("ARCHON", 900.00, 0.275, account)
time.sleep(10)
transfer_token("leodex", 287, "SWAP.HIVE", "", account)
time.sleep(10)
transfer_hive("archon-mining", 57, "HIVE", "mining-bump", account)
time.sleep(10)
transfer_hive("steembasicincome", 2, "HIVE", "archon-mining", account)
time.sleep(10)
power_up_hive("archon-gov", 250, account)

!end

(Edited to add more sleep seconds in between each tx)

This is a governance proposal for @archon-gov.

If approved, the code as written above will execute, and cause the following things to happen:

Sell BLURT at 0.01

List to Sell 17 LEO at 2.5

List to Sell 900 ARCHON at 0.275

Convert 287 SWAP.HIVE to HIVE through LEOdex

Send 57 HIVE to increase @archon-mining HIVE pool

Send 2 HIVE to @steembasicincome nominating @archon-mining

Power up 250 HIVE to the @archon-gov account

Mining Pool Increase


image.png

The mining pool is currently sitting at 274.753 HIVE and so the 57 hive increase represents more than a 20% increase in the mining pool!

This is as a reminder that ARCHONM miners mine not only ARCHON but compete for HIVE divs each hour!


image.png

The way to vote on this proposal is to wait for the comments to appear, and vote on the YES or NO comment with any percentage vote.

The results will be tabulated based on 'GP', a mix of staked ARCHON and ARCHONM holdings are taken into account, and the top 50 by GP are listed everyday in the @archon-mining curation report:


image.png

Please vote, also feel free to use this guide to create your own proposals for the archon-gov account.

Archon Governance Layerware can also be activated for your token, read more details here or Contact us in Discord.

And don't forget to give 5% beneficiary to @archon-gov on your posts to be visited by the voting trail! This keeps our tribe growing and strong!

Freedom and Friendship!

H2
H3
H4
3 columns
2 columns
1 column
18 Comments
Ecency