SlideShare a Scribd company logo
1 of 23
Download to read offline
ブロックチェーン
リサーチラボ第4回
at Digital Hollywood University
By Tomoaki Sato
DAO とStarbaseについて
今日のトピック
- 1. DAO について
- 2. DAOの事例紹介
- 3. DAO の問題点と解決策
- 4. DAOの出来方と、トークンの流通
- 5. Starbase の紹介
DAOについて
DAOとは何か
1
DAO とは?
DAO
=
Decentralized
Autonomous
Organization
分散型自律組織のこと
$160M 近くをEtherにて集めた
TheDAOは、有名になった。
TheDAO の経緯
The DAOにどのようにして約$150M が集まったか?
1. Github 上でオープンソースで、The DAOのソースコードの開発開始
2. The DAO のマーケティング
3. The DAO のソースコードがEthereum ブロックチェーンにデプロイ
4. The DAO のコントラクト(プログラム)のあるアドレスにEtherを送ることによって、The
DAOトークンをもらうことが出来る。
5. The DAOトークンは、投票権と配当受益権のセット
6. The DAOトークンを使って投票を行い、集まった約$150M の行方を決めることが出来る。
7. 予定では、集まった資金から投資されたプロジェクトがリターンをTheDAOトークン保持者
に返すはずだった。
TheDAO の末路
The DAOのソースコードに、
Recursive call が出来る欠陥があり、
再帰呼び出しが可能であったため、
集まった$160M が何度も不正なコードに対して、
引き落とされた。
ただ、すぐに引き出せないようになっていたた
め、幸い引き出されたEtherが市場に出回る前に
食い止めることが出来た。
TheDAOを無かったことに
https://github.com/ethereum/go-
ethereum/commit/5f55d95aea433ef97c48ae927835d833772350de#diff-
5f8be87dd707fb10c607ae1377d6ed84R60
無かったことにするソース
をリリース
採用するマイナーと、採用
しないマイナーが生まれる
Ethereum(採用する)と、
Ethereum Classic (採用しない)の
2つのブロックチェーンが誕生
DAOの事例紹介2
広義のDAO(分散型自律組織)
=プログラムで定められる投票権や、受益権があり、それらに
基づき運営される組織並びにそのコード自身
Bitcoin, Ethereum, Litecoin, Monero等
Proof of work の仕組みで動いている暗号通貨
マイナーのアクターがいる
(分散型コンセンサスレイヤー自体のプロトコル)
投票権をスマートコントラクトによって、
持っている組織
(分散型コンセンサスレイヤーの上の
プログラムによる投票の仕組み)
約2兆円の市場
現在600個以上の暗号通貨と、
約2兆円の市場規模
ブロックチェーン上で様々な
プロジェクトが開発・運営されている
接点
徐々にブロックチェーン上のトークン(=価値を持つデータ)と、
既存の世界の接点が出来てきている
技術的なハードル
法的なハードル
メリット
グローバルに、
迅速に、
安価に、
プロジェクトの支援者(=投資家、
Co-worker)を増やすことが出来る
DAOの問題点と解決策3
DAOの問題点 – TheDAOで既に指摘されていた
一度欠陥があるソースコードをデプロイしてしまった際に、取り返しがつかない(ブロックチェーンをフォークを
しない限り)という欠点以外にも、TheDAOの場合には、投票権に関する問題点が指摘されていた。
それは、投票に対して基本的にTheDAOのトークンホルダーは無関心であり、
関心がある人たちだけで資金の使いみちを議決しようとすると、賄賂を送ったりすることによる不正が簡単なこと
=> 投票権を持つ人が、全体を不利益にして、自己の利益を最大化出来うる仕組みはよろしくない
解決策1. 投票の不正の履歴を利益を保持する限り残
るようにする
=> 投票権を持つ人が、全体を不利益にして、自己の利益を最大化出来うる仕組みはよろしくない
Ø Bitcoinの場合に、投票権を持つのはMiner.
Ø Miner が複数人で結託して、ブロックチェーンを改ざんし、
自己の利益を最大化出来たとしても、
不正の履歴が残り、Bitcoin自体の価値が下がり、Win-Loseではなく、Lose-Loseとなりうる
Þ 改ざん出来ない履歴としてなされた不正に対して、どれだけ迅速に、
多くの人が気づきやすい状況になっているかどうかが課題
解決策2.予測市場等によって、
マイノリティの投票は損するようにする
=>関心ある人が基本的に市場を選んで投票し、無関心に対してどのように対処するか
の課題は解決できる。
しかし、関心ある人の集合をどのようにして不正が難しいレベルに大きく出来るか?
解決策3. CODE
(議決権と、受益権はそもそも分離)
=> 議決権保持者に、受益者の意見が反映されるメリットが無いことが課題
どのようにして受益者の声を議決権保持者に届けるか?
DAOの出来方とトークンの流通4
DAOの出来方- 出来る前の発表内容
アプリケーション型プロトコル型
コンセンサスアルゴリズム、
インフレーション、リワード、使用価値、
プロジェクトの概要
インフレーション、リワード、使用価値、
プロジェクトの概要
DAOの出来方- 開始
ソースコードの共有
誰もがマイニング、もしくはノードを走らせられる
(キャンディデイトか、フォロワーノードになれる)
ネットワーク情報の共有
クラウドセール(トークンの公開販売)
誰もがトークン保持者になれる
アプリケーション型プロトコル型
DAOの出来た後
プロジェクトの開発
トークンが送信可能に
取引所でも取引可能に
リワードがもらえるものもある
アプリケーション型プロトコル型
Credits of
the presentation-design template
Special thanks to all the people who made and released these
awesome resources for free:
◇ Presentation template by SlidesCarnival
◇ Photographs by Unsplash
◇ Thank you forproviding me great design !
Thanks!
Any questions?
他のスライドはこちら
http://www.slideshare.net/tomoakisato35/

More Related Content

Viewers also liked

Financial literacy in China as an innovation opportunity
Financial literacy in China as an innovation opportunityFinancial literacy in China as an innovation opportunity
Financial literacy in China as an innovation opportunityJan Brejcha
 
Dapps for Web Developers Aberdeen Techmeetup
Dapps for Web Developers Aberdeen TechmeetupDapps for Web Developers Aberdeen Techmeetup
Dapps for Web Developers Aberdeen TechmeetupJames Littlejohn
 
Etherem ~ agvm
Etherem ~ agvmEtherem ~ agvm
Etherem ~ agvmgha sshee
 
日本のIT市場のトピックス
日本のIT市場のトピックス日本のIT市場のトピックス
日本のIT市場のトピックスHiroyasu NOHATA
 
"Performance Analysis of In-Network Caching in Content-Centric Advanced Meter...
"Performance Analysis of In-Network Caching in Content-Centric Advanced Meter..."Performance Analysis of In-Network Caching in Content-Centric Advanced Meter...
"Performance Analysis of In-Network Caching in Content-Centric Advanced Meter...Khaled Ben Driss
 
Etherisc Versicherung neu erfinden
Etherisc Versicherung neu erfindenEtherisc Versicherung neu erfinden
Etherisc Versicherung neu erfindenStephan Karpischek
 
Vision for a health blockchain
Vision for a health blockchainVision for a health blockchain
Vision for a health blockchainJames Littlejohn
 
The Ethereum ÐApp IDE: Mix
The Ethereum ÐApp IDE: MixThe Ethereum ÐApp IDE: Mix
The Ethereum ÐApp IDE: Mixgavofyork
 
Understanding Stories of Diversity, Inclusion, and Tolerance Through Games (F...
Understanding Stories of Diversity, Inclusion, and Tolerance Through Games (F...Understanding Stories of Diversity, Inclusion, and Tolerance Through Games (F...
Understanding Stories of Diversity, Inclusion, and Tolerance Through Games (F...Sherry Jones
 
Масштабируемость блокчейн-систем: проблемы и решения
Масштабируемость блокчейн-систем: проблемы и решенияМасштабируемость блокчейн-систем: проблемы и решения
Масштабируемость блокчейн-систем: проблемы и решенияAlex Chepurnoy
 
NodeJS Blockchain.info Wallet
NodeJS Blockchain.info WalletNodeJS Blockchain.info Wallet
NodeJS Blockchain.info WalletSjors Provoost
 

Viewers also liked (15)

StromDAO - Die Idee
StromDAO - Die IdeeStromDAO - Die Idee
StromDAO - Die Idee
 
Financial literacy in China as an innovation opportunity
Financial literacy in China as an innovation opportunityFinancial literacy in China as an innovation opportunity
Financial literacy in China as an innovation opportunity
 
Dapps for Web Developers Aberdeen Techmeetup
Dapps for Web Developers Aberdeen TechmeetupDapps for Web Developers Aberdeen Techmeetup
Dapps for Web Developers Aberdeen Techmeetup
 
Etherem ~ agvm
Etherem ~ agvmEtherem ~ agvm
Etherem ~ agvm
 
Ethereum @ descon 2016
Ethereum @ descon 2016Ethereum @ descon 2016
Ethereum @ descon 2016
 
日本のIT市場のトピックス
日本のIT市場のトピックス日本のIT市場のトピックス
日本のIT市場のトピックス
 
Introduction to Idea
Introduction to IdeaIntroduction to Idea
Introduction to Idea
 
"Performance Analysis of In-Network Caching in Content-Centric Advanced Meter...
"Performance Analysis of In-Network Caching in Content-Centric Advanced Meter..."Performance Analysis of In-Network Caching in Content-Centric Advanced Meter...
"Performance Analysis of In-Network Caching in Content-Centric Advanced Meter...
 
Etherisc Versicherung neu erfinden
Etherisc Versicherung neu erfindenEtherisc Versicherung neu erfinden
Etherisc Versicherung neu erfinden
 
Vision for a health blockchain
Vision for a health blockchainVision for a health blockchain
Vision for a health blockchain
 
Solidity intro
Solidity introSolidity intro
Solidity intro
 
The Ethereum ÐApp IDE: Mix
The Ethereum ÐApp IDE: MixThe Ethereum ÐApp IDE: Mix
The Ethereum ÐApp IDE: Mix
 
Understanding Stories of Diversity, Inclusion, and Tolerance Through Games (F...
Understanding Stories of Diversity, Inclusion, and Tolerance Through Games (F...Understanding Stories of Diversity, Inclusion, and Tolerance Through Games (F...
Understanding Stories of Diversity, Inclusion, and Tolerance Through Games (F...
 
Масштабируемость блокчейн-систем: проблемы и решения
Масштабируемость блокчейн-систем: проблемы и решенияМасштабируемость блокчейн-систем: проблемы и решения
Масштабируемость блокчейн-систем: проблемы и решения
 
NodeJS Blockchain.info Wallet
NodeJS Blockchain.info WalletNodeJS Blockchain.info Wallet
NodeJS Blockchain.info Wallet
 

Similar to DAO, Starbase - 4th Blockchain research lab at Digital Hollywood University

Similar to DAO, Starbase - 4th Blockchain research lab at Digital Hollywood University (10)

DAOとは?
DAOとは?DAOとは?
DAOとは?
 
暗号通貨勉強会
暗号通貨勉強会暗号通貨勉強会
暗号通貨勉強会
 
プログラマ目線で見た “The DAO事件” とは
プログラマ目線で見た “The DAO事件” とはプログラマ目線で見た “The DAO事件” とは
プログラマ目線で見た “The DAO事件” とは
 
OData って何?
OData って何?OData って何?
OData って何?
 
20220908 リファラルDAO for Expert
20220908 リファラルDAO for Expert20220908 リファラルDAO for Expert
20220908 リファラルDAO for Expert
 
DAOについて
DAOについてDAOについて
DAOについて
 
Linked Open Dataとは
Linked Open DataとはLinked Open Dataとは
Linked Open Dataとは
 
OSS開発支援Stakes.Socialの使い方
OSS開発支援Stakes.Socialの使い方OSS開発支援Stakes.Socialの使い方
OSS開発支援Stakes.Socialの使い方
 
Linked Open Dataとは
Linked Open DataとはLinked Open Dataとは
Linked Open Dataとは
 
Code4Lib 2013 報告会
Code4Lib 2013 報告会Code4Lib 2013 報告会
Code4Lib 2013 報告会
 

More from Tomoaki Sato

Restribute ~ Wealth re-distirbution by blockchain hardfork ~
Restribute ~ Wealth re-distirbution by blockchain hardfork ~ Restribute ~ Wealth re-distirbution by blockchain hardfork ~
Restribute ~ Wealth re-distirbution by blockchain hardfork ~ Tomoaki Sato
 
デジタルハリウッド大学院 ブロックチェーン研究会第三回 2016年8月25日
デジタルハリウッド大学院 ブロックチェーン研究会第三回 2016年8月25日デジタルハリウッド大学院 ブロックチェーン研究会第三回 2016年8月25日
デジタルハリウッド大学院 ブロックチェーン研究会第三回 2016年8月25日Tomoaki Sato
 
約束としてのスマートコントラクト (Smart contract as a way of promise) 
約束としてのスマートコントラクト (Smart contract as a way of promise) 約束としてのスマートコントラクト (Smart contract as a way of promise) 
約束としてのスマートコントラクト (Smart contract as a way of promise) Tomoaki Sato
 
Localfacts smartcontractjp
Localfacts smartcontractjpLocalfacts smartcontractjp
Localfacts smartcontractjpTomoaki Sato
 
State Of Smart Contract Platforms from Smart Contract JP
State Of Smart Contract Platforms from Smart Contract JP State Of Smart Contract Platforms from Smart Contract JP
State Of Smart Contract Platforms from Smart Contract JP Tomoaki Sato
 
Smart Contractjp 1st section about
Smart Contractjp 1st section aboutSmart Contractjp 1st section about
Smart Contractjp 1st section aboutTomoaki Sato
 
Smart contractjp smartcontract_about
Smart contractjp smartcontract_aboutSmart contractjp smartcontract_about
Smart contractjp smartcontract_aboutTomoaki Sato
 
Dappsmedia smartcontract _write_smartcontracts_on_console_ethereum
Dappsmedia smartcontract _write_smartcontracts_on_console_ethereumDappsmedia smartcontract _write_smartcontracts_on_console_ethereum
Dappsmedia smartcontract _write_smartcontracts_on_console_ethereumTomoaki Sato
 

More from Tomoaki Sato (8)

Restribute ~ Wealth re-distirbution by blockchain hardfork ~
Restribute ~ Wealth re-distirbution by blockchain hardfork ~ Restribute ~ Wealth re-distirbution by blockchain hardfork ~
Restribute ~ Wealth re-distirbution by blockchain hardfork ~
 
デジタルハリウッド大学院 ブロックチェーン研究会第三回 2016年8月25日
デジタルハリウッド大学院 ブロックチェーン研究会第三回 2016年8月25日デジタルハリウッド大学院 ブロックチェーン研究会第三回 2016年8月25日
デジタルハリウッド大学院 ブロックチェーン研究会第三回 2016年8月25日
 
約束としてのスマートコントラクト (Smart contract as a way of promise) 
約束としてのスマートコントラクト (Smart contract as a way of promise) 約束としてのスマートコントラクト (Smart contract as a way of promise) 
約束としてのスマートコントラクト (Smart contract as a way of promise) 
 
Localfacts smartcontractjp
Localfacts smartcontractjpLocalfacts smartcontractjp
Localfacts smartcontractjp
 
State Of Smart Contract Platforms from Smart Contract JP
State Of Smart Contract Platforms from Smart Contract JP State Of Smart Contract Platforms from Smart Contract JP
State Of Smart Contract Platforms from Smart Contract JP
 
Smart Contractjp 1st section about
Smart Contractjp 1st section aboutSmart Contractjp 1st section about
Smart Contractjp 1st section about
 
Smart contractjp smartcontract_about
Smart contractjp smartcontract_aboutSmart contractjp smartcontract_about
Smart contractjp smartcontract_about
 
Dappsmedia smartcontract _write_smartcontracts_on_console_ethereum
Dappsmedia smartcontract _write_smartcontracts_on_console_ethereumDappsmedia smartcontract _write_smartcontracts_on_console_ethereum
Dappsmedia smartcontract _write_smartcontracts_on_console_ethereum
 

Recently uploaded

Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介Yuma Ohgami
 
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...Toru Tamaki
 
論文紹介:Automated Classification of Model Errors on ImageNet
論文紹介:Automated Classification of Model Errors on ImageNet論文紹介:Automated Classification of Model Errors on ImageNet
論文紹介:Automated Classification of Model Errors on ImageNetToru Tamaki
 
スマートフォンを用いた新生児あやし動作の教示システム
スマートフォンを用いた新生児あやし動作の教示システムスマートフォンを用いた新生児あやし動作の教示システム
スマートフォンを用いた新生児あやし動作の教示システムsugiuralab
 
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略Ryo Sasaki
 
SOPを理解する 2024/04/19 の勉強会で発表されたものです
SOPを理解する       2024/04/19 の勉強会で発表されたものですSOPを理解する       2024/04/19 の勉強会で発表されたものです
SOPを理解する 2024/04/19 の勉強会で発表されたものですiPride Co., Ltd.
 
TSAL operation mechanism and circuit diagram.pdf
TSAL operation mechanism and circuit diagram.pdfTSAL operation mechanism and circuit diagram.pdf
TSAL operation mechanism and circuit diagram.pdftaisei2219
 
論文紹介:Semantic segmentation using Vision Transformers: A survey
論文紹介:Semantic segmentation using Vision Transformers: A survey論文紹介:Semantic segmentation using Vision Transformers: A survey
論文紹介:Semantic segmentation using Vision Transformers: A surveyToru Tamaki
 
Postman LT Fukuoka_Quick Prototype_By Daniel
Postman LT Fukuoka_Quick Prototype_By DanielPostman LT Fukuoka_Quick Prototype_By Daniel
Postman LT Fukuoka_Quick Prototype_By Danieldanielhu54
 

Recently uploaded (9)

Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
Open Source UN-Conference 2024 Kawagoe - 独自OS「DaisyOS GB」の紹介
 
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
論文紹介:Content-Aware Token Sharing for Efficient Semantic Segmentation With Vis...
 
論文紹介:Automated Classification of Model Errors on ImageNet
論文紹介:Automated Classification of Model Errors on ImageNet論文紹介:Automated Classification of Model Errors on ImageNet
論文紹介:Automated Classification of Model Errors on ImageNet
 
スマートフォンを用いた新生児あやし動作の教示システム
スマートフォンを用いた新生児あやし動作の教示システムスマートフォンを用いた新生児あやし動作の教示システム
スマートフォンを用いた新生児あやし動作の教示システム
 
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
[DevOpsDays Tokyo 2024] 〜デジタルとアナログのはざまに〜 スマートビルディング爆速開発を支える 自動化テスト戦略
 
SOPを理解する 2024/04/19 の勉強会で発表されたものです
SOPを理解する       2024/04/19 の勉強会で発表されたものですSOPを理解する       2024/04/19 の勉強会で発表されたものです
SOPを理解する 2024/04/19 の勉強会で発表されたものです
 
TSAL operation mechanism and circuit diagram.pdf
TSAL operation mechanism and circuit diagram.pdfTSAL operation mechanism and circuit diagram.pdf
TSAL operation mechanism and circuit diagram.pdf
 
論文紹介:Semantic segmentation using Vision Transformers: A survey
論文紹介:Semantic segmentation using Vision Transformers: A survey論文紹介:Semantic segmentation using Vision Transformers: A survey
論文紹介:Semantic segmentation using Vision Transformers: A survey
 
Postman LT Fukuoka_Quick Prototype_By Daniel
Postman LT Fukuoka_Quick Prototype_By DanielPostman LT Fukuoka_Quick Prototype_By Daniel
Postman LT Fukuoka_Quick Prototype_By Daniel
 

DAO, Starbase - 4th Blockchain research lab at Digital Hollywood University