How to split the DAO

Introduction

介绍

In the case a single token holder, or a group of token holders, does not a agree with decisions by the curator and following proposals to a certain address, he can split off the original DAO to a new DAO. This mechanism is primarily to avoid the "Majority robbing the minority attack" described in section 4 in the white paper.

如果某个代币持有者,或者一批代币持有者,不同意提议负责人的决定和相应地址的提议,他可以从原有的DAO中分隔出新的DAO。这个机制主要是为了避免“大多数人抢劫少数人攻击”,在白皮书的第四节里有描述。

This process will destroy all his tokens and move his portion of the Ether (note: the extraBalance is not part of that) owned by the original DAO and his portion of the rewardTokens (used to retrieve his portion of the future rewards) to the new DAO.

这个过程会销毁他所有的代币,将他在原DAO所占份额的Ether(注:extraBalance账户不计入),以及他所占份额的奖励代币rewardTokens(用来获取他所占份额的未来收益)到新的DAO。

After completion, this can not be undone! Everyone participating in a split should know exactly what he is doing in order to avoid any losses.

完成操作之后,将不能再撤销!任何参与分隔的人,应该知道他到底在做什么,以避免不必要的损失。

Process

过程

In order to initiate a split, a token holder needs to create a proposal with the newCurator flag as true and the recipient specifying the new curator of the new DAO (see https://github.com/slockit/DAO/wiki/How-to-create-a-proposal).
Every token holder who wants to join this new DAO, needs to vote in favour of the proposal (https://github.com/slockit/DAO/wiki/How-to-vote-and-execute-a-proposal).
After the debating period, which is at least 1 week, the token holder can then call the function splitDAO.
This function has 2 parameters:

为了开始一个分割,一个代币持有者需要创建一个提议,且newCurator标志为truerecipient指定为新的DAO的负责人(见https://github.com/slockit/DAO/wiki/How-to-create-a-proposal )。每一个想要参与新DAO的代币持有者,需要投票赞成这个提议( https://github.com/slockit/DAO/wiki/How-to-vote-and-execute-a-proposal )。在经过至少一周的讨论期后,代币持有者可以调用函数splitDAO
这个函数有两个参数:

  • proposalID 新提议的ID
  • newCurator 新提议负责人的帐户地址(或者多重签名钱包)

In the function it is checked that the voting deadline is over, the new curator is different from the old one, the transaction sender has voted in favour of the proposal and that the sender of the transaction has not voted on another proposal with a deadline after the proposal to split the DAO.

这个函数,它会检查:投票截止日期已过,新DAO负责人和原DAO不同,交易发送者投票赞成提议,以及交易发送者没有投票到其他提议(这个提议的截止日期在分隔DAO提议之后)。

The first token holder calling that function for this proposal will automatically create the new DAO. In this process the current balance of the original DAO, as well the current balance of reward tokens (see white paper section 7) of the DAO and the total supply of DAO tokens are stored in the splitData section of the proposal and used to fairly split the DAO.
After this process, the portion of the ether and the portion of the reward token belonging to the sender of the transaction are moved to the new DAO. Finally, his DAO tokens are destroyed.

第一个调用这个函数的代币持有者会自动创建新的DAO。这个过程中,原DAO中的帐户余额,DAO奖励代币的余额(见白皮书第七节)以及存储在splitData里的DAO代币的总供应量,都会平均的分配到DAO。
这个过程后,交易发送者所拥有份额的ether和奖励代币,都会转移到新的DAO中。最终,他的DAO代币会被销毁。

In order to find the address of the new DAO, one can use the getNewDAOAdress function, which takes the proposalID as input parameter and returns the new address.

为了找到新的DAO地址,可以调用getNewDAOAdress函数,需要传递proposalID为输入参数,返回新地址。

The new DAO which has been created will now go through the same 27 day creation period as the original DAO. This is the time for every token holder who has voted on the proposal to join the new DAO by calling splitDAO.

新的被创建出来的DAO,会和原DAO一样要经过27天的新建期。这个时间针对,每一个投票提议(通过调用splitDAO参与新的DAO)的代币持有者。

After this time the new DAO is fully functional, and the curator can add addresses to the whitelist and proposals can be created, be voted on, and executed.

经过这段时间后,新的DAO完全开始运转,负责人可以增加地址到白名单,提议也可以被创建,投票,执行。

Remarks

The new DAO will have a proposal deposit of 0. Therefore one of the first action after the creation period should be a proposal to raise this value to a reasonable number.

注意

新的DAO会有一个押金为0的提议。因此,在新建期之后第一个动作应该是产生一个提议将此值提高到一个合理的值。

Warnings

In the case of a solo split, a split where you simply want to split out alone and take your portion of the ether, then there is something that you should be aware of. Anyone can join you in this solo split. If someone with more tokens than you tries to join, he can make your life difficult by downvoting all your proposals. He will never be able to steal your ETH since you will be the curator but he can block you taking your ETH out by also blocking his ETH inside with yours. More details about this and why it's not a serious issue can be seen Why-The-Stalker-attack-is-a-non-issue

警告

如果是一个个人分隔,通过分隔你想取出属于你的ether,那么有一些地方你需要明白。任何一个人可以参与到你的个人分隔中。如果某人拥有更多的代币,比你想要参与的多,那么他可以通过对你的提议投反对票对你造成麻烦。一旦你成为负责人,他将永远不会偷走你的ETH,但是他可以将他的ETH锁定在你的DAO中来阻碍你取出你的ETH。关于这方面的更多细节,以及为什么这不是一个严重的问题Why-The-Stalker-attack-is-a-non-issue

The way to avoid such a scenario is to check after the votingDeadline if the proposal has any other votes except from yours. If it does and they hold more tokens than you then don't call splitDAO(). If not then call splitDAO() and be certain that nobody will follow you in your new solo DAO.

避免这种情况发生的办法,就是在votingDeadline之后,检查除了你是否有其他的投票参与了提议。如果有,并且他们比你更多的代币,你可以不调用splitDAO()。如果没有,那么调用splitDAO(),确保没有其他人参与到你的个人DAO中。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 159,716评论 4 364
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 67,558评论 1 294
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 109,431评论 0 244
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 44,127评论 0 209
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 52,511评论 3 287
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 40,692评论 1 222
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 31,915评论 2 313
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 30,664评论 0 202
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 34,412评论 1 246
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 30,616评论 2 245
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 32,105评论 1 260
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 28,424评论 2 254
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 33,098评论 3 238
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 26,096评论 0 8
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 26,869评论 0 197
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 35,748评论 2 276
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 35,641评论 2 271

推荐阅读更多精彩内容