eosDAC Custodian Candidate Voting Is Live! by eosdac

View this thread on steempeak.com
· @eosdac · (edited)
$14.81
eosDAC Custodian Candidate Voting Is Live!
We are very excited to announce eosDAC custodian candidate voting is now live! Once we reach 15% of EOSDAC token holders voting for candidates, the DAC will be turned over to the top 12 voted custodian candidates via an automated permissions change on the [dacauthority](https://www.bloks.io/account/dacauthority) account.

![](https://cdn.steemitimages.com/DQmcvHaNcGEMPxBNBf8wBBLMCBtq14kZgy3rsWTMjHSghkY/image.png)


---

한국어 번역본: [eosDAC 관리인 후보 투표 개시!](https://steemit.com/blockproducer/@koyoungk/62qg4q-eosdac)
この投稿は日本語でもご覧になれます:<a href="https://steemit.com/eosdac/@zahanwu/4fh6q3-eosdac">eosDACカストディアン候補への投票が始まりました</a>
Этот пост также доступен на русском языке: <a href="https://steemit.com/eos/@shadow82/golosovanie-za-khranitelei-eosdac-zapusheno">Голосование за Хранителей eosDAC запущено!</a>
bài này có sẵn bằng tiếng việt: [Chức Năng Bỏ Phiếu Bầu Ứng Viên Giám Hộ Đã Mở!](https://steemit.com/eosdac/@eosdacvietnam/chuc-nang-b-phieu-bau-ung-vien-giam-ho-da-mo)
Esta publicación está disponible en vietnamita: [¡Ya se puede votar a los candidatos al primer Consejo de Representantes eosDAC!](https://steemit.com/eos/@ferbuerotrebino/ya-puede-votar-a-los-candidatos-al-primer-consejo-de-representantes-eosdac)
这篇文章也有中文简体版: [eosDAC托管人候选人投票正在进行中](https://steemit.com/eosio/@eosdac/4hftmj-eosdac)

---

The eosDAC community has been working hard to reach this important moment which included many off-chain requirements such as [forming The DAC Foundation](https://steemit.com/eosio/@eosdac/eosdac-announce-the-formation-of-the-dac-foundation) and [securing commercial terms with a service company](https://steemit.com/eosio/@eosdac/eosdac-prepares-transition-arrangements-into-custodian-governance), namely Dacoco Gmbh. All registered members of eosDAC can now vote for custodian candidates they trust to secure the long-term value of the DAC.

In true, decentralized style, you can build the EOS Member Client yourself and run it locally using the code on <a href="https://github.com/eosdac/eosdactoolkit/releases">our Github here</a> in order to vote for your favorite candidates. You can also use the version hosted at https://members.eosdac.io/ Just click the Vote for Custodians menu item, review the profiles of the candidates, click the + button next to five you like, and then click Submit My Votes.

That's it!

Once the required 15% threshold is met, the DAC permissions will be turned over so the code and funds which run the DAC will be controlled by the custodians who are voted in through on-chain voting of EOSDAC stake-weighted votes by registered members of eosDAC. This is a huge milestone for us as a community-owned EOS Block Producer and DAC Enabler. Our goal is to provide technical leadership and answer directly to the EOS community. We are also paving the way for a more decentralized future as we not only build but also use tools to enable Decentralized Autonomous Communities.

Thank you for your continued support as we build these open source, DAC-enabling tools. Please vote for eosdacserver to support our work and if you haven't already, register as a member of eosDAC and use your EOSDAC tokens to vote for custodians and help us fully launch the DAC by achieving 15% voting.

For a little more detail on the current technical structure of the DAC, read on!

# In Terms of EOS Accounts and Code, What Is eosDAC?

The main EOS account which controls the DAC is called [dacauthority](https://www.bloks.io/account/dacauthority). Click on "permissions" on the bloks.io explorer to see how it is set up:

![](https://cdn.steemitimages.com/DQmWmhbZJCs5L8WuhTqMvX656GujG4kojTQTf2Z65r6GWy9/image.png)

Temporarily, the initial block producer team of Rob, Michael, and Luke will retain access to the EOS5XZMyRHJdq8DaCQbeK63SoAo1vmCLbW9bnvbiFPGYSGEsbVNxp owner key for a period of time to fix any technical problems which might arise such as a technical failure preventing the elected custodians from fulfilling their role or some other code bug which could not otherwise be corrected. After there is enough confidence within the community, that key will be resigned as well. The high, med, and low permissions correspond to the voting threshold requirements outlined in [the eosDAC constitution](https://members.eosdac.io/constitution). Once the DAC reaches 15%, the high, medium, low, and one permissions will be updated to be the accounts of the elected custodians.

The block producer account <a href="https://www.bloks.io/account/eosdacserver">eosdacserver</a> is also currently controlled via multisig by Rob, Michael, and Luke as you can see here: 

![](https://cdn.steemitimages.com/DQmWevaNKUC2BAsWhPqjLZiLy3mhttwmGWQ9N8EoS6xWg6s/image.png)

There are also additional permissions configured for specific on-chain actions such as claiming block producer rewards.

Rob, Michael, and Luke have an <a href="https://eosdac.io/active-worker-proposals/">active worker proposal</a> to provide block production services to the DAC and in the future, control of that account will also be given over to the DAC so that, if the token holders decide via their custodian representatives to replace Rob, Michael, and Luke, they will have the on-chain ability to do so. This is important as we define decentralization as no single point of failure.

The next part of the DAC is the <a href="https://www.bloks.io/account/eosdactokens">eosdactokens</a> account which has all the code for the EOSDAC token including member registration which <a href="https://github.com/eosdac/eosdactoken">you can review here</a>. As you can see, full control of this account is in the hands of dacauthority which will be controlled by the custodians when we reach 15% voting threshold required to launch the DAC:

![](https://cdn.steemitimages.com/DQmaTvqkp2iELEowKCYpbiFTjdceVHE4rZ7SE3cUPW6CW2p/image.png)

The main functionality for the DAC can be found in the <a href="https://www.bloks.io/account/daccustodian">daccustodian</a> account with code <a href="https://github.com/eosdac/daccustodian">you can review here</a>. This includes functions like claiming pay, nominating custodians, casting votes, updating configurations, and more:

![](https://cdn.steemitimages.com/DQmbvMR54dRq3r4H6umBuivbaM7S3sU1steJWvxv5gZycrq/image.png)

The permissions on this account are again controlled by dacauthority with an additional time-delay xfer permission so all code-initiated transfers will have to delay transactions by 1 hour. The purpose of this delay is to ensure the code is functioning as expected and if somewhere in the code a transfer is initiated incorrectly, we may have time as a DAC to fix it before the DAC loses funds inappropriately.

![](https://cdn.steemitimages.com/DQmSBhfdpqx5c4WmezoWvv9z3neWfmFcvr4yA2sAPtu6MAV/image.png)

The main funds of the DAC are held in the <a href="https://www.bloks.io/account/eosdacthedac">eosdacthedac</a> account which is again controlled by dacauthority and also has the same timed-delay xfer permission.

The code we're still working on includes functionality to help custodians <a href="https://github.com/eosdac/dacmultisigs">approve multi-signature proposals on chain</a> through our member client. We're also building out a full <a href="https://github.com/eosdac/dacproposals">worker proposal system</a> which will facilitate all the work the DAC is doing.

As we continue to build and refine our process for running DACs on the EOSIO software, we'll also continue to explore our <a href="https://steemit.com/eosdac/@eosdac/the-dac-chain-initiative-announcing-an-exploratory-into-how-usage-of-eos-side-chains-and-separate-chains-may-create-benefits-for">DAC Chain Initiative</a> so these core DAC functionalities will be available to future DACs as system-level contracts on the DAC Chain.

As always, we welcome any and all feedback and encourage you to join our community on discord: http://discord.io/eosdac

Thank you again for your encouragement and support as we've worked to reach this milestone.

Now get out there and vote for some eosDAC candidates! :) http://members.eosdac.io

- Luke

<a href="https://eosdac.io/"><img src="https://cdn.steemitimages.com/DQmRQWM3QtQ21wddAMCjbVRhB3rM7L4AGWLY9QpNmkXNLps/Screen%20Shot%202018-06-12%20at%2011.00.55%20PM.png"></a>

<iframe width="560" height="315" src="https://www.youtube.com/embed/PbQpAJOP6iA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

<center><h1>Please vote for eosdacserver</h1></center>

Join <a href="https://eosdac.io/news/#newsletter">our newsletter</a> to stay informed and follow us on your favorite social media platform:

<sub><a href="https://steemit.com/@eosdac" target="_blank">Steemit</a> | <a href="http://discord.io/eosdac" target="_blank">Discord</a> | <a href="https://t.me/eosdacio" target="_blank">Telegram</a> | <a href="https://facebook.com/eosdac" target="_blank">Facebook</a> | <a href="https://twitter.com/eosdac" target="_blank">Twitter</a> | <a href="https://plus.google.com/+eosdac" target="_blank">Google-plus</a> | <a href="https://github.com/eosdac" target="_blank">Github</a> | <a href="https://instagram.com/eosdac" target="_blank">Instagram</a> | <a href="https://linkedin.com/company/eosdac" target="_blank">Linkedin</a> | <a href="https://medium.com/eosdac" target="_blank">Medium</a> | <a href="https://www.reddit.com/r/EOSDAC/" target="_blank">Reddit</a> | <a href="https://www.youtube.com/eosdac" target="_blank">YouTube</a> | <a href="http://weibo.com/eosdac" target=”_blank”>Weibo</a>| <a href="https://vk.com/eosdac" target="_blank">VK</a>| <a href="https://bihu.com/people/586348" target="_blank">Bihu</a></sub>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 80 others
properties (23)
post_id67,465,104
authoreosdac
permlinkeosdac-custodian-candidate-voting-is-live
categoryeosdac
json_metadata{"image":["https:\/\/cdn.steemitimages.com\/DQmcvHaNcGEMPxBNBf8wBBLMCBtq14kZgy3rsWTMjHSghkY\/image.png"],"tags":["eosdac","dac","blockchain","cryptocurrency","news"],"app":"steemit\/0.1","format":"markdown","links":["https:\/\/www.bloks.io\/account\/dacauthority","https:\/\/steemit.com\/blockproducer\/@koyoungk\/62qg4q-eosdac","https:\/\/steemit.com\/eosdac\/@zahanwu\/4fh6q3-eosdac","https:\/\/steemit.com\/eos\/@shadow82\/golosovanie-za-khranitelei-eosdac-zapusheno","https:\/\/steemit.com\/eosdac\/@eosdacvietnam\/chuc-nang-b-phieu-bau-ung-vien-giam-ho-da-mo","https:\/\/steemit.com\/eos\/@ferbuerotrebino\/ya-puede-votar-a-los-candidatos-al-primer-consejo-de-representantes-eosdac","https:\/\/steemit.com\/eosio\/@eosdac\/4hftmj-eosdac","https:\/\/steemit.com\/eosio\/@eosdac\/eosdac-announce-the-formation-of-the-dac-foundation","https:\/\/steemit.com\/eosio\/@eosdac\/eosdac-prepares-transition-arrangements-into-custodian-governance","https:\/\/github.com\/eosdac\/eosdactoolkit\/releases","https:\/\/members.eosdac.io\/","https:\/\/members.eosdac.io\/constitution","https:\/\/www.bloks.io\/account\/eosdacserver","https:\/\/eosdac.io\/active-worker-proposals\/","https:\/\/www.bloks.io\/account\/eosdactokens","https:\/\/github.com\/eosdac\/eosdactoken","https:\/\/www.bloks.io\/account\/daccustodian","https:\/\/github.com\/eosdac\/daccustodian","https:\/\/www.bloks.io\/account\/eosdacthedac","https:\/\/github.com\/eosdac\/dacmultisigs","https:\/\/github.com\/eosdac\/dacproposals","https:\/\/steemit.com\/eosdac\/@eosdac\/the-dac-chain-initiative-announcing-an-exploratory-into-how-usage-of-eos-side-chains-and-separate-chains-may-create-benefits-for","http:\/\/discord.io\/eosdac","http:\/\/members.eosdac.io","https:\/\/eosdac.io\/","https:\/\/www.youtube.com\/embed\/PbQpAJOP6iA","https:\/\/eosdac.io\/news\/#newsletter","https:\/\/steemit.com\/@eosdac","https:\/\/t.me\/eosdacio","https:\/\/facebook.com\/eosdac","https:\/\/twitter.com\/eosdac","https:\/\/plus.google.com\/+eosdac","https:\/\/github.com\/eosdac","https:\/\/instagram.com\/eosdac","https:\/\/linkedin.com\/company\/eosdac","https:\/\/medium.com\/eosdac","https:\/\/www.reddit.com\/r\/EOSDAC\/","https:\/\/www.youtube.com\/eosdac","http:\/\/weibo.com\/eosdac","https:\/\/vk.com\/eosdac","https:\/\/bihu.com\/people\/586348"]}
created2018-12-15 19:56:45
last_update2019-01-11 18:26:51
depth0
children8
net_rshares25,338,717,159,617
last_payout2018-12-22 19:56:45
cashout_time1969-12-31 23:59:59
total_payout_value11.218 SBD
curator_payout_value3.590 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length9,609
author_reputation5,637,818,769,034
root_title"eosDAC Custodian Candidate Voting Is Live!"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (144)
@eosbpnews ·
$0.10
I just resteemed your post!<br><br> Why? @eosbpnews aggregates updates of active EOS BPs and conviniently serves them in one place!<br><hr><sub><i>This service is provided by @eosoceania. If you think we are doing useful work, consider supporting us with a vote :) <br>For any inquiries/issues please reach out on <a href="https://t.me/joinchat/IB6xJg7tmo7v4knEJyQRSw">Telegram</a> or <a href="https://discord.gg/eAdBZBv">Discord</a>.</i></sub>
👍  
properties (23)
post_id67,465,107
authoreosbpnews
permlink20181215t195652065z
categoryeosdac
json_metadata{"app":"steemjs","tags":["kiwi"]}
created2018-12-15 19:56:51
last_update2018-12-15 19:56:51
depth1
children0
net_rshares177,913,507,393
last_payout2018-12-22 19:56:51
cashout_time1969-12-31 23:59:59
total_payout_value0.078 SBD
curator_payout_value0.025 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length444
author_reputation50,634,257,333
root_title"eosDAC Custodian Candidate Voting Is Live!"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@forykw · (edited)
This is very interesting and much like what I was thinking it would come eventually to EOS, improving somehow what was piloted on STEEM. I am not sure if this also includes the possibility to "Fabricate" any kind of permissions and according to DACs, customize the process of creation, execution and ownership delegation on top of the current EOS Infrastructure.

Also, I would think it would be valuable to have a sort of "SIMPLE VERSION" of the Constitution, to enable readers to understand some of the scopes, easily and then make them agree with the full document.

I have signed the agreement.

Thanks for all the super hard work! I hate politics/bureaucracy... but unfortunately, it's a necessary mean =)

Resteeming myself this one.
properties (22)
post_id67,476,534
authorforykw
permlinkre-eosdac-eosdac-custodian-candidate-voting-is-live-20181216t034722889z
categoryeosdac
json_metadata{"app":"steemit\/0.1","tags":["eosdac"]}
created2018-12-16 03:47:24
last_update2018-12-16 06:21:51
depth1
children0
net_rshares0
last_payout2018-12-23 03:47:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length739
author_reputation24,990,662,983,063
root_title"eosDAC Custodian Candidate Voting Is Live!"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@gtg ·
> The eosDAC community has been working hard to reach this important moment which included many off-chain requirements 

That's the very interesting part, i.e. how you can deal with all bureaucracy, legal etc.
I saw you in Warsaw this year, linking to video material from your speech might be helpful but I couldn't find it.
properties (22)
post_id67,488,442
authorgtg
permlinkre-eosdac-eosdac-custodian-candidate-voting-is-live-20181216t115713765z
categoryeosdac
json_metadata{"app":"steemit\/0.1","tags":["eosdac"]}
created2018-12-16 11:57:15
last_update2018-12-16 11:57:15
depth1
children2
net_rshares0
last_payout2018-12-23 11:57:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length324
author_reputation124,292,362,915,131
root_title"eosDAC Custodian Candidate Voting Is Live!"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lukestokes ·
Was it a talk Michael gave?
properties (22)
post_id67,490,192
authorlukestokes
permlinkre-gtg-re-eosdac-eosdac-custodian-candidate-voting-is-live-20181216t125943609z
categoryeosdac
json_metadata{"app":"steemit\/0.1","tags":["eosdac"]}
created2018-12-16 12:59:42
last_update2018-12-16 12:59:42
depth2
children1
net_rshares0
last_payout2018-12-23 12:59:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length27
author_reputation395,063,281,398,324
root_title"eosDAC Custodian Candidate Voting Is Live!"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@gtg ·
Yes. I found only this short promo footage:
https://www.youtube.com/watch?v=VsVmWR6gIqU
( I'm there too in the audience, with my Steem pin, unfortunately, it's in a size of a small blurry pixel, so only I can tell that it's there ;-) )
properties (22)
post_id67,492,094
authorgtg
permlinkre-lukestokes-re-gtg-re-eosdac-eosdac-custodian-candidate-voting-is-live-20181216t135506475z
categoryeosdac
json_metadata{"links":["https:\/\/www.youtube.com\/watch?v=VsVmWR6gIqU"],"image":["https:\/\/img.youtube.com\/vi\/VsVmWR6gIqU\/0.jpg"],"app":"steemit\/0.1","tags":["eosdac"]}
created2018-12-16 13:55:06
last_update2018-12-16 13:55:06
depth3
children0
net_rshares0
last_payout2018-12-23 13:55:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length235
author_reputation124,292,362,915,131
root_title"eosDAC Custodian Candidate Voting Is Live!"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mranderson ·
I would like to personally thank as well as represent many Utahns who feel this is one of the biggest leaps towards the light of goodness our species has achieved.

Thank you from the bottom of my heart.
properties (22)
post_id67,503,903
authormranderson
permlinkre-eosdac-eosdac-custodian-candidate-voting-is-live-20181216t195621744z
categoryeosdac
json_metadata{"app":"steemit\/0.1","tags":["eosdac"]}
created2018-12-16 19:56:21
last_update2018-12-16 19:56:21
depth1
children0
net_rshares0
last_payout2018-12-23 19:56:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length203
author_reputation4,001,494,480,869
root_title"eosDAC Custodian Candidate Voting Is Live!"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@sugarfix ·
Until the Constitution is sorted out it would be seriously foolhardy for someone to either vote for the ratification of that constitution or stand to be a custodian. The Constitution could potentially be considered invalid (or even illegal) and as such offer no form of protection for custodians.

Even basic things such as removal of the Blockmaker terms and conditions from the Constitution have not been undertaken.
properties (22)
post_id67,534,951
authorsugarfix
permlinkre-eosdac-eosdac-custodian-candidate-voting-is-live-20181217t142124595z
categoryeosdac
json_metadata{"app":"steemit\/0.1","tags":["eosdac"]}
created2018-12-17 14:21:24
last_update2018-12-17 14:21:24
depth1
children0
net_rshares0
last_payout2018-12-24 14:21:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length418
author_reputation2,267,543,125,870
root_title"eosDAC Custodian Candidate Voting Is Live!"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@sugarfix ·
I love the concept of setting up the foundation and securing commercial terms with a service company called Dacoco GmbH. Oddly enough it has a very similar name to Saro's old company Coco Yoga. Wonder if there is a connection? What you actually mean to say is that you have set up a service company for you all to operate out of.  

If you were upfront about this and didn't gloss over the details you might get a more positive reaction. However you have decided that transparency is a luxury that shouldn't be afforded to the community.
properties (22)
post_id67,614,546
authorsugarfix
permlinkre-eosdac-eosdac-custodian-candidate-voting-is-live-20181219t082900673z
categoryeosdac
json_metadata{"app":"steemit\/0.1","tags":["eosdac"]}
created2018-12-19 08:29:00
last_update2018-12-19 08:29:00
depth1
children0
net_rshares0
last_payout2018-12-26 08:29:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length537
author_reputation2,267,543,125,870
root_title"eosDAC Custodian Candidate Voting Is Live!"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000