SlideShare a Scribd company logo
Overview of Distributed Ledger
Technology
Knobbe Japan Practice Series
November 5, 2021
Mauricio Uribe
mauricio.urbe@knobbe.com
Kenny Masaki
kenny.masaki@knobbe.com
© 2021 Knobbe Martens
Technical Description 技術説明
2
© 2021 Knobbe Martens
Distributed Ledger Technology (DLT) 分散型台帳技術
3
IMMUTABILITY DECENTRALIZED
STORAGE
ELIMINATION OF
TRUSTED THIRD
PARTIES
© 2021 Knobbe Martens
Distributed Ledger Technology (DLT) 分散型台帳技術
• Immutability 不変性
⎼ DLT-based systems can be characterized in that transaction
data is recorded and it will be maintained in a manner that does
not allow for the modification of the transaction.
⎼This makes the transaction data, once accepted by the DLT
based system, immutable (e.g., not capable or susceptible to
change).
⎼DLT based systems can be distinguished from other
technologies, such as a distributed database, in which data
maintained may be subject to change or require additional
verification that the data has not been changed.
4
© 2021 Knobbe Martens
Distributed Ledger Technology (DLT) 分散型台帳技術
• Decentralized storage 分散型ストレージ
⎼ DLT based systems can be further characterized in not having
any form of centralized data storage or administrative
functionality.
⎼Transaction data will be replicated and maintained by multiple
computing systems/devices utilizing some form of consensus
algorithm.
⎼DLT based systems can be distinguished from other distributed
technologies, such as embodiments of a distributed database, in
which a distributed database requires form of centralized data
source (e.g., a designated origin source) and central
administration for controlling the distribution of the distributed
data and reconciliation of differences in data.
5
© 2021 Knobbe Martens
Distributed Ledger Technology (DLT) 分散型台帳技術
• Elimination of trusted third parties 信頼する第三者の排除
⎼DLT based system can be further characterized in that the
various components that are configured to function may be
outside of the control of any single entity or organization.
⎼The DLT based system components may be considered to be
provided by, or associated with, third party systems such that no
individual component can be trusted.
⎼DLT based systems can be distinguished from other distributed
technologies, such as embodiments of a distributed database, in
which such systems are of a closed nature to allow a single
entity/organization to maintain control.
6
© 2021 Knobbe Martens
Public Block Chain (DLT) 公衆ブロックチェーン
General Principles
⎼ Public Blockchain corresponds to a subset of DLT-based systems for receiving, maintaining, and providing transaction data
defined in the utilization of a sequence of “blocks” as the technical mechanism for maintaining transaction data.
⎼ An individual block is configured to be of a sufficient size to maintain a set of transaction data and associated metadata describing
the transaction (e.g., thousands of individual pieces of transaction data).
⎼ Although not required, a Public Blockchain system is often defined in that transaction data within any individual block can be
unrelated and may be associated from different entities.
7
IMPLEMENTATION IMMUTABILITY INTERFACES APPLICATION
© 2021 Knobbe Martens
Directed Acyclic Graphs (DAG) 有向非巡回グラフ
General Principles
⎼ DAG corresponds to a subset of DLT-based systems for receiving, maintaining, and providing transaction data defined in the
utilization of a sequence of “nodes” as the technical mechanism for maintaining transaction data.
⎼ An individual node is configured to be of a sufficient size to maintain a single piece of transaction data and associated metadata
describing the transaction. The transaction data may be generally available to general public, depending on the specific policies
of the DAG system.
8
IMPLEMENTATION IMMUTABILITY INTERFACES APPLICATION
© 2021 Knobbe Martens
DLT Layers DLTの層構造
Mining Layer 発掘層
⎼ Algorithms/techniques for addressing immutability
Propagation Layer 伝播層
⎼ Algorithms/techniques for receipt and distribution of transaction data between nodes
Semantic Layer セマンティック層
⎼ Algorithms/techniques for implementing consensus between “nodes” for distribution of transaction
data or generating results
Application Layer アプリケーション層
⎼ Deploying applications or systems that utilized the DLT transaction data (e.g., smart contracts, digital
currencies, exchanges, etc.)
9
© 2021 Knobbe Martens
Applications アプリケーション
10
© 2021 Knobbe Martens
Electronic Currencies 電子通貨
Transaction data relates to transactions involving a digital asset (e.g., coin)
⎼ Transaction data is maintained by the DLT in an immutable and distributed manner
⎼ Transaction data is associated with a digital signature of the current “owner” of the coin including the
owner’s private key
⎼ Transaction data is generally publicly available using public key
Application interface
⎼ Maintain encryption keys
⎼ Provide transaction data for addition to the DLT and replication
⎼ Provide request for previously stored transaction data in the DLT
⎼ Requires some form of compensation (e.g., wallet) for interface actions
11
© 2021 Knobbe Martens
Smart Contracts スマート契約
Transaction data includes executable code that is maintained in a DLT
⎼ Executable code is maintained by the DLT in an immutable and distributed manner
⎼ Request to execute contract will be executed by a “winning node” and validated by the other distributed
nodes
⎼ Executable code can perform various information gathering or information processing actions to generate
the results
Application interface
⎼ Provide terms or code to DLT miners for addition to the DLT and replication
⎼ Provide request for execution of the code (e.g., run the smart contract) and receive the consensus result
from the DLT
⎼ Requires some form of compensation (e.g., wallet) for interface actions
12
© 2021 Knobbe Martens
Non-Fungible Tokens (NFT) ノンファンジブル トークン
Transaction data includes digital assets that are maintained in a DLT
⎼ Digital assets and associated transaction data are maintained by the DLT in an immutable and distributed manner
⎼ Immutable nature of the digital asset (e.g., image, video) create the value proposition of the NFT
⎼ Transaction data creates ownership chain
Application interface
⎼ Provide transaction data for addition to the DLT and replication
⎼ Provide request for previously stored transaction data in the DLT
⎼ Requires some form of compensation (e.g., wallet) for interface actions
Ownership vs. Copyright
⎼ NFT is directed to uniqueness of digital asset and ownership history/chain
⎼ Copyright issues still remain related to distribution, publication and replication
13
© 2021 Knobbe Martens
Patentable Inventions – DLT 特許可能発明
14
© 2021 Knobbe Martens
DLT Technical Issues DLT技術の課題
High energy consumption 大消費電力
Scalability スケーラビリティー
⎼ Metered block creation 従量制ブロックの生成
⎼ Block validation ブロックの検証
Security 機密性
⎼ Majority consensus attacks 大多数コンセンサス攻撃
⎼ Orphan chains 孤立したチェーン
⎼ Data privacy データプライバシー
Broken Links 壊れたリンク
15
© 2021 Knobbe Martens
Trademark and Copyright – DLT 商標と著作権
16
© 2021 Knobbe Martens
DLT Affect on Trademark/Copyright Rights 商標権・著作権へのDLTの影響
• Cryptocurrency names can cause consumer confusion and potentially infringe
trademark rights 仮想通貨という名前による消費車の混乱と商標権侵害の可
能性
• Even if a party prevails in a trademark infringement suit, anonymity can make it
more difficult to enforce such rights 商標権侵害訴訟で買った場合でも匿名性
が権利行使をより困難になる
• Purchase of an NFT does not necessarily include a transfer of the underlying
copyright NFCの購入は背景となる著作権の移転を含むとは限らない
17
© 2021 Knobbe Martens
USPTO Updates 米国特許商標庁の現状
18
© 2021 Knobbe Martens
DLT Examination is Evolving DLT審査の進化
• Majority of DLT applications being routed to Art Units 3685 or 2434
多くのDLT出願の審査部門は3685か22434
• Historically, USPTO has treated DLT applications as being directed to
finance/business methods 歴史的に、財務・ビジネスモデルとして取り扱われていた
• Now, turnover in examiners being assigned to blockchain and cryptocurrency art units
現状は、ブロックチェーンや仮想通貨の審査部門
⎼ Examiners more likely to have a background in DLT technology 審査官はDLT技
術を知っている人がより多くなった
⎼ Examiners with a background in finance/business methods are transferring to
different art units 財務・ビジネスモデルを知る審査官は他の部門に異動
19
Thank you!

More Related Content

What's hot

Blockchain Security and Privacy
Blockchain Security and PrivacyBlockchain Security and Privacy
Blockchain Security and PrivacyAnil John
 
From 7331 to legal : a selection of blockchain discussion topics
From 7331 to legal : a selection of blockchain discussion topicsFrom 7331 to legal : a selection of blockchain discussion topics
From 7331 to legal : a selection of blockchain discussion topicsKoen Vingerhoets
 
Decentralised AI through Distributed Ledger Technologies
Decentralised AI through Distributed Ledger Technologies Decentralised AI through Distributed Ledger Technologies
Decentralised AI through Distributed Ledger Technologies Gokul Alex
 
Decentralization in blockchain
Decentralization in blockchainDecentralization in blockchain
Decentralization in blockchainSaravanan T.M
 
Blockchain: The New Technology of Trust
Blockchain: The New Technology of TrustBlockchain: The New Technology of Trust
Blockchain: The New Technology of TrustMacha Pujitha
 
Blockchain tutorial
Blockchain tutorial Blockchain tutorial
Blockchain tutorial Rohit Verma
 
Blockchain in banking bucharest meetup
Blockchain in banking   bucharest meetupBlockchain in banking   bucharest meetup
Blockchain in banking bucharest meetupAlex Proca
 
Harrison lsri blockchain 2017
Harrison lsri blockchain 2017Harrison lsri blockchain 2017
Harrison lsri blockchain 2017Colin Harrison
 
Blockchain and Smart Contracts
Blockchain and Smart ContractsBlockchain and Smart Contracts
Blockchain and Smart ContractsNelson Rosario
 
Use case of block chain unit 4 AKTU
Use case of block chain unit 4 AKTUUse case of block chain unit 4 AKTU
Use case of block chain unit 4 AKTURohit Verma
 
Supply chain with blockchain - Solution Brief
Supply chain with blockchain - Solution BriefSupply chain with blockchain - Solution Brief
Supply chain with blockchain - Solution BriefPablo Junco
 
Modex Talks - Asset Management on Blockchain
Modex Talks - Asset Management on BlockchainModex Talks - Asset Management on Blockchain
Modex Talks - Asset Management on BlockchainModex
 
Top 20 interview questions for blockchain & supply chain professional
Top 20 interview questions for blockchain & supply chain professionalTop 20 interview questions for blockchain & supply chain professional
Top 20 interview questions for blockchain & supply chain professionalBlockchain Council
 
The future of data security and blockchain
The future of data security and blockchainThe future of data security and blockchain
The future of data security and blockchainUlf Mattsson
 

What's hot (20)

WIPO Blockchain Whitepaper
WIPO Blockchain WhitepaperWIPO Blockchain Whitepaper
WIPO Blockchain Whitepaper
 
Blockchain Security and Privacy
Blockchain Security and PrivacyBlockchain Security and Privacy
Blockchain Security and Privacy
 
From 7331 to legal : a selection of blockchain discussion topics
From 7331 to legal : a selection of blockchain discussion topicsFrom 7331 to legal : a selection of blockchain discussion topics
From 7331 to legal : a selection of blockchain discussion topics
 
Decentralised AI through Distributed Ledger Technologies
Decentralised AI through Distributed Ledger Technologies Decentralised AI through Distributed Ledger Technologies
Decentralised AI through Distributed Ledger Technologies
 
Block chain explained
Block chain explainedBlock chain explained
Block chain explained
 
Decentralization in blockchain
Decentralization in blockchainDecentralization in blockchain
Decentralization in blockchain
 
Blockchain: The New Technology of Trust
Blockchain: The New Technology of TrustBlockchain: The New Technology of Trust
Blockchain: The New Technology of Trust
 
Blockchain tutorial
Blockchain tutorial Blockchain tutorial
Blockchain tutorial
 
Blockchain in banking bucharest meetup
Blockchain in banking   bucharest meetupBlockchain in banking   bucharest meetup
Blockchain in banking bucharest meetup
 
Nist.ir.8202
Nist.ir.8202Nist.ir.8202
Nist.ir.8202
 
Harrison lsri blockchain 2017
Harrison lsri blockchain 2017Harrison lsri blockchain 2017
Harrison lsri blockchain 2017
 
Blockchain and Smart Contracts
Blockchain and Smart ContractsBlockchain and Smart Contracts
Blockchain and Smart Contracts
 
Block Chain Basics
Block Chain BasicsBlock Chain Basics
Block Chain Basics
 
Use case of block chain unit 4 AKTU
Use case of block chain unit 4 AKTUUse case of block chain unit 4 AKTU
Use case of block chain unit 4 AKTU
 
Supply chain with blockchain - Solution Brief
Supply chain with blockchain - Solution BriefSupply chain with blockchain - Solution Brief
Supply chain with blockchain - Solution Brief
 
Modex Talks - Asset Management on Blockchain
Modex Talks - Asset Management on BlockchainModex Talks - Asset Management on Blockchain
Modex Talks - Asset Management on Blockchain
 
Top 20 interview questions for blockchain & supply chain professional
Top 20 interview questions for blockchain & supply chain professionalTop 20 interview questions for blockchain & supply chain professional
Top 20 interview questions for blockchain & supply chain professional
 
Blockchain
BlockchainBlockchain
Blockchain
 
The future of data security and blockchain
The future of data security and blockchainThe future of data security and blockchain
The future of data security and blockchain
 
Blockchain white paper
Blockchain white paperBlockchain white paper
Blockchain white paper
 

Similar to Understanding and Protecting Distributed Ledger Technology - Knobbe Practice Webinar Series

IRJET- Different Blockchain Platforms and Algorithms
IRJET-  	  Different Blockchain Platforms and AlgorithmsIRJET-  	  Different Blockchain Platforms and Algorithms
IRJET- Different Blockchain Platforms and AlgorithmsIRJET Journal
 
Blockchain Tech Approach Whitepaper
Blockchain Tech Approach WhitepaperBlockchain Tech Approach Whitepaper
Blockchain Tech Approach WhitepaperProperty Bihar
 
Benchmark and comparison between hyperledger and MySQL
Benchmark and comparison between hyperledger and MySQLBenchmark and comparison between hyperledger and MySQL
Benchmark and comparison between hyperledger and MySQLTELKOMNIKA JOURNAL
 
Blockchain Technology ,Architecture and its Structure
Blockchain Technology ,Architecture and its StructureBlockchain Technology ,Architecture and its Structure
Blockchain Technology ,Architecture and its Structurekasthurimukila
 
Deploying and Managing a Global Blockchain Network
Deploying and Managing a Global Blockchain NetworkDeploying and Managing a Global Blockchain Network
Deploying and Managing a Global Blockchain NetworkDuncan Johnston-Watt
 
Distributed Ledger Technologies; What's up with all these blockchains?
Distributed Ledger Technologies; What's up with all these blockchains?Distributed Ledger Technologies; What's up with all these blockchains?
Distributed Ledger Technologies; What's up with all these blockchains?Chuck Bair
 
Bigchaindb whitepaper
Bigchaindb whitepaperBigchaindb whitepaper
Bigchaindb whitepaperArek Talun
 
Information governance and blockchain
Information governance and blockchainInformation governance and blockchain
Information governance and blockchainMetataxis
 
Decentralized Finance On Blockchain and Smart Contract Based Financial Markets
Decentralized Finance On Blockchain and Smart Contract Based Financial MarketsDecentralized Finance On Blockchain and Smart Contract Based Financial Markets
Decentralized Finance On Blockchain and Smart Contract Based Financial MarketsYogeshIJTSRD
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to BlockchainHamzamohammed70
 
Blockchain Security and Demonstration
Blockchain Security and DemonstrationBlockchain Security and Demonstration
Blockchain Security and DemonstrationYao Yao
 
sf-os10-virtual-link-trunking-ra.pdf
sf-os10-virtual-link-trunking-ra.pdfsf-os10-virtual-link-trunking-ra.pdf
sf-os10-virtual-link-trunking-ra.pdfssuserecfcc8
 
A Guide To Understand Web3 As a Service- Unicus One
A Guide To Understand Web3 As a Service- Unicus OneA Guide To Understand Web3 As a Service- Unicus One
A Guide To Understand Web3 As a Service- Unicus OneUnicus One
 
Dell OS10 VLT Architecture Guide.pdf
Dell OS10  VLT Architecture Guide.pdfDell OS10  VLT Architecture Guide.pdf
Dell OS10 VLT Architecture Guide.pdfdjameleddine2015
 
Adoption Blockchain Smart Contracts in Developing Information Systems.pdf
Adoption Blockchain Smart Contracts in Developing Information Systems.pdfAdoption Blockchain Smart Contracts in Developing Information Systems.pdf
Adoption Blockchain Smart Contracts in Developing Information Systems.pdfMahdi_Fahmideh
 
DataPorts Blockchain Overview
DataPorts Blockchain OverviewDataPorts Blockchain Overview
DataPorts Blockchain OverviewDataPortsProject
 
Iata blockchain presentation icaew suisse branch
Iata blockchain presentation   icaew suisse branchIata blockchain presentation   icaew suisse branch
Iata blockchain presentation icaew suisse branchTim Moss
 
Secure and efficient management of confidential data in the decentralized dis...
Secure and efficient management of confidential data in the decentralized dis...Secure and efficient management of confidential data in the decentralized dis...
Secure and efficient management of confidential data in the decentralized dis...theijes
 
Distributed ledger technology (dlt) blockchain creation
Distributed ledger technology (dlt) blockchain creationDistributed ledger technology (dlt) blockchain creation
Distributed ledger technology (dlt) blockchain creationCodezeros
 
InitVerse Blockchain - 5 minutes to understand the blockchain.pdf
InitVerse Blockchain - 5 minutes to understand the blockchain.pdfInitVerse Blockchain - 5 minutes to understand the blockchain.pdf
InitVerse Blockchain - 5 minutes to understand the blockchain.pdfInitVerse Blockchain
 

Similar to Understanding and Protecting Distributed Ledger Technology - Knobbe Practice Webinar Series (20)

IRJET- Different Blockchain Platforms and Algorithms
IRJET-  	  Different Blockchain Platforms and AlgorithmsIRJET-  	  Different Blockchain Platforms and Algorithms
IRJET- Different Blockchain Platforms and Algorithms
 
Blockchain Tech Approach Whitepaper
Blockchain Tech Approach WhitepaperBlockchain Tech Approach Whitepaper
Blockchain Tech Approach Whitepaper
 
Benchmark and comparison between hyperledger and MySQL
Benchmark and comparison between hyperledger and MySQLBenchmark and comparison between hyperledger and MySQL
Benchmark and comparison between hyperledger and MySQL
 
Blockchain Technology ,Architecture and its Structure
Blockchain Technology ,Architecture and its StructureBlockchain Technology ,Architecture and its Structure
Blockchain Technology ,Architecture and its Structure
 
Deploying and Managing a Global Blockchain Network
Deploying and Managing a Global Blockchain NetworkDeploying and Managing a Global Blockchain Network
Deploying and Managing a Global Blockchain Network
 
Distributed Ledger Technologies; What's up with all these blockchains?
Distributed Ledger Technologies; What's up with all these blockchains?Distributed Ledger Technologies; What's up with all these blockchains?
Distributed Ledger Technologies; What's up with all these blockchains?
 
Bigchaindb whitepaper
Bigchaindb whitepaperBigchaindb whitepaper
Bigchaindb whitepaper
 
Information governance and blockchain
Information governance and blockchainInformation governance and blockchain
Information governance and blockchain
 
Decentralized Finance On Blockchain and Smart Contract Based Financial Markets
Decentralized Finance On Blockchain and Smart Contract Based Financial MarketsDecentralized Finance On Blockchain and Smart Contract Based Financial Markets
Decentralized Finance On Blockchain and Smart Contract Based Financial Markets
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Blockchain Security and Demonstration
Blockchain Security and DemonstrationBlockchain Security and Demonstration
Blockchain Security and Demonstration
 
sf-os10-virtual-link-trunking-ra.pdf
sf-os10-virtual-link-trunking-ra.pdfsf-os10-virtual-link-trunking-ra.pdf
sf-os10-virtual-link-trunking-ra.pdf
 
A Guide To Understand Web3 As a Service- Unicus One
A Guide To Understand Web3 As a Service- Unicus OneA Guide To Understand Web3 As a Service- Unicus One
A Guide To Understand Web3 As a Service- Unicus One
 
Dell OS10 VLT Architecture Guide.pdf
Dell OS10  VLT Architecture Guide.pdfDell OS10  VLT Architecture Guide.pdf
Dell OS10 VLT Architecture Guide.pdf
 
Adoption Blockchain Smart Contracts in Developing Information Systems.pdf
Adoption Blockchain Smart Contracts in Developing Information Systems.pdfAdoption Blockchain Smart Contracts in Developing Information Systems.pdf
Adoption Blockchain Smart Contracts in Developing Information Systems.pdf
 
DataPorts Blockchain Overview
DataPorts Blockchain OverviewDataPorts Blockchain Overview
DataPorts Blockchain Overview
 
Iata blockchain presentation icaew suisse branch
Iata blockchain presentation   icaew suisse branchIata blockchain presentation   icaew suisse branch
Iata blockchain presentation icaew suisse branch
 
Secure and efficient management of confidential data in the decentralized dis...
Secure and efficient management of confidential data in the decentralized dis...Secure and efficient management of confidential data in the decentralized dis...
Secure and efficient management of confidential data in the decentralized dis...
 
Distributed ledger technology (dlt) blockchain creation
Distributed ledger technology (dlt) blockchain creationDistributed ledger technology (dlt) blockchain creation
Distributed ledger technology (dlt) blockchain creation
 
InitVerse Blockchain - 5 minutes to understand the blockchain.pdf
InitVerse Blockchain - 5 minutes to understand the blockchain.pdfInitVerse Blockchain - 5 minutes to understand the blockchain.pdf
InitVerse Blockchain - 5 minutes to understand the blockchain.pdf
 

More from Knobbe Martens - Intellectual Property Law

What You Should Know About Responding to IP Threats and Assertions - Knobbe M...
What You Should Know About Responding to IP Threats and Assertions - Knobbe M...What You Should Know About Responding to IP Threats and Assertions - Knobbe M...
What You Should Know About Responding to IP Threats and Assertions - Knobbe M...Knobbe Martens - Intellectual Property Law
 
What You Should Know About Responding to IP Threats and Assertions - Knobbe M...
What You Should Know About Responding to IP Threats and Assertions - Knobbe M...What You Should Know About Responding to IP Threats and Assertions - Knobbe M...
What You Should Know About Responding to IP Threats and Assertions - Knobbe M...Knobbe Martens - Intellectual Property Law
 
What You Should Know About Open-Source Software and Third-Party Vendors - Kno...
What You Should Know About Open-Source Software and Third-Party Vendors - Kno...What You Should Know About Open-Source Software and Third-Party Vendors - Kno...
What You Should Know About Open-Source Software and Third-Party Vendors - Kno...Knobbe Martens - Intellectual Property Law
 
Surfing the Waves of US IP Trends: Tips for Smoothly Riding the Waves in Writ...
Surfing the Waves of US IP Trends: Tips for Smoothly Riding the Waves in Writ...Surfing the Waves of US IP Trends: Tips for Smoothly Riding the Waves in Writ...
Surfing the Waves of US IP Trends: Tips for Smoothly Riding the Waves in Writ...Knobbe Martens - Intellectual Property Law
 
What You Should Know About Open-Source Software and Third-Party Vendors - Kno...
What You Should Know About Open-Source Software and Third-Party Vendors - Kno...What You Should Know About Open-Source Software and Third-Party Vendors - Kno...
What You Should Know About Open-Source Software and Third-Party Vendors - Kno...Knobbe Martens - Intellectual Property Law
 
What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...
What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...
What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...Knobbe Martens - Intellectual Property Law
 
What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...
What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...
What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...Knobbe Martens - Intellectual Property Law
 
Knobbe Practice Webinar Series: Strategic Considerations in Design Patent Fi...
 Knobbe Practice Webinar Series: Strategic Considerations in Design Patent Fi... Knobbe Practice Webinar Series: Strategic Considerations in Design Patent Fi...
Knobbe Practice Webinar Series: Strategic Considerations in Design Patent Fi...Knobbe Martens - Intellectual Property Law
 
What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...
What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...
What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...Knobbe Martens - Intellectual Property Law
 
What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...
What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...
What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...Knobbe Martens - Intellectual Property Law
 
Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...
Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...
Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...Knobbe Martens - Intellectual Property Law
 
Knobbe Practice Webinar Series: Strategic Considerations for Claim Drafting –...
Knobbe Practice Webinar Series: Strategic Considerations for Claim Drafting –...Knobbe Practice Webinar Series: Strategic Considerations for Claim Drafting –...
Knobbe Practice Webinar Series: Strategic Considerations for Claim Drafting –...Knobbe Martens - Intellectual Property Law
 
Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...
Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...
Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...Knobbe Martens - Intellectual Property Law
 
Part II - What You Should Know About Employment and Vendor Agreements – Part...
 Part II - What You Should Know About Employment and Vendor Agreements – Part... Part II - What You Should Know About Employment and Vendor Agreements – Part...
Part II - What You Should Know About Employment and Vendor Agreements – Part...Knobbe Martens - Intellectual Property Law
 
What You Should Know About Employment and Vendor Agreements - Knobbe Martens ...
What You Should Know About Employment and Vendor Agreements - Knobbe Martens ...What You Should Know About Employment and Vendor Agreements - Knobbe Martens ...
What You Should Know About Employment and Vendor Agreements - Knobbe Martens ...Knobbe Martens - Intellectual Property Law
 
Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...
Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...
Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...Knobbe Martens - Intellectual Property Law
 

More from Knobbe Martens - Intellectual Property Law (20)

Trending Topics in ITC Litigation with Knobbe Martens
Trending Topics in ITC Litigation with Knobbe MartensTrending Topics in ITC Litigation with Knobbe Martens
Trending Topics in ITC Litigation with Knobbe Martens
 
Advanced Strategies for PTAB Practice: Focus on Petitioners
Advanced Strategies for PTAB Practice: Focus on PetitionersAdvanced Strategies for PTAB Practice: Focus on Petitioners
Advanced Strategies for PTAB Practice: Focus on Petitioners
 
Trademarks, the Metaverse, and NFTs, Oh My!
Trademarks, the Metaverse, and NFTs, Oh My!Trademarks, the Metaverse, and NFTs, Oh My!
Trademarks, the Metaverse, and NFTs, Oh My!
 
Intellectual Property Considerations for Designers & Artist
Intellectual Property Considerations for Designers & ArtistIntellectual Property Considerations for Designers & Artist
Intellectual Property Considerations for Designers & Artist
 
What You Should Know About Responding to IP Threats and Assertions - Knobbe M...
What You Should Know About Responding to IP Threats and Assertions - Knobbe M...What You Should Know About Responding to IP Threats and Assertions - Knobbe M...
What You Should Know About Responding to IP Threats and Assertions - Knobbe M...
 
What You Should Know About Responding to IP Threats and Assertions - Knobbe M...
What You Should Know About Responding to IP Threats and Assertions - Knobbe M...What You Should Know About Responding to IP Threats and Assertions - Knobbe M...
What You Should Know About Responding to IP Threats and Assertions - Knobbe M...
 
What You Should Know About Open-Source Software and Third-Party Vendors - Kno...
What You Should Know About Open-Source Software and Third-Party Vendors - Kno...What You Should Know About Open-Source Software and Third-Party Vendors - Kno...
What You Should Know About Open-Source Software and Third-Party Vendors - Kno...
 
Surfing the Waves of US IP Trends: Tips for Smoothly Riding the Waves in Writ...
Surfing the Waves of US IP Trends: Tips for Smoothly Riding the Waves in Writ...Surfing the Waves of US IP Trends: Tips for Smoothly Riding the Waves in Writ...
Surfing the Waves of US IP Trends: Tips for Smoothly Riding the Waves in Writ...
 
What You Should Know About Open-Source Software and Third-Party Vendors - Kno...
What You Should Know About Open-Source Software and Third-Party Vendors - Kno...What You Should Know About Open-Source Software and Third-Party Vendors - Kno...
What You Should Know About Open-Source Software and Third-Party Vendors - Kno...
 
What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...
What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...
What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...
 
What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...
What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...
What You Should Know About Data Privacy- Knobbe Martens Webinar Series for St...
 
Knobbe Practice Webinar Series: Strategic Considerations in Design Patent Fi...
 Knobbe Practice Webinar Series: Strategic Considerations in Design Patent Fi... Knobbe Practice Webinar Series: Strategic Considerations in Design Patent Fi...
Knobbe Practice Webinar Series: Strategic Considerations in Design Patent Fi...
 
What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...
What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...
What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...
 
What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...
What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...
What You Should Know About Trade Secrets - Knobbe Martens Webinar Series for ...
 
Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...
Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...
Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...
 
Knobbe Practice Webinar Series: Strategic Considerations for Claim Drafting –...
Knobbe Practice Webinar Series: Strategic Considerations for Claim Drafting –...Knobbe Practice Webinar Series: Strategic Considerations for Claim Drafting –...
Knobbe Practice Webinar Series: Strategic Considerations for Claim Drafting –...
 
Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...
Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...
Strategic Planning for Capturing and Protecting Intellectual Property - Knobb...
 
Part II - What You Should Know About Employment and Vendor Agreements – Part...
 Part II - What You Should Know About Employment and Vendor Agreements – Part... Part II - What You Should Know About Employment and Vendor Agreements – Part...
Part II - What You Should Know About Employment and Vendor Agreements – Part...
 
What You Should Know About Employment and Vendor Agreements - Knobbe Martens ...
What You Should Know About Employment and Vendor Agreements - Knobbe Martens ...What You Should Know About Employment and Vendor Agreements - Knobbe Martens ...
What You Should Know About Employment and Vendor Agreements - Knobbe Martens ...
 
Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...
Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...
Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...
 

Recently uploaded

Debt Mapping Camp bebas riba to know how much our debt
Debt Mapping Camp bebas riba to know how much our debtDebt Mapping Camp bebas riba to know how much our debt
Debt Mapping Camp bebas riba to know how much our debtssuser0576e4
 
Responsibilities of the office bearers while registering multi-state cooperat...
Responsibilities of the office bearers while registering multi-state cooperat...Responsibilities of the office bearers while registering multi-state cooperat...
Responsibilities of the office bearers while registering multi-state cooperat...Finlaw Consultancy Pvt Ltd
 
Secure Your Brand: File a Trademark Today
Secure Your Brand: File a Trademark TodaySecure Your Brand: File a Trademark Today
Secure Your Brand: File a Trademark TodayTrademark Quick
 
Everything You Should Know About Child Custody and Parenting While Living in ...
Everything You Should Know About Child Custody and Parenting While Living in ...Everything You Should Know About Child Custody and Parenting While Living in ...
Everything You Should Know About Child Custody and Parenting While Living in ...AvinashMittal5
 
indian evidence act.pdf.......very helpful for law student
indian evidence act.pdf.......very helpful for law studentindian evidence act.pdf.......very helpful for law student
indian evidence act.pdf.......very helpful for law studentAaruKhanduri
 
PRECEDENT AS A SOURCE OF LAW (SAIF JAVED).pptx
PRECEDENT AS A SOURCE OF LAW (SAIF JAVED).pptxPRECEDENT AS A SOURCE OF LAW (SAIF JAVED).pptx
PRECEDENT AS A SOURCE OF LAW (SAIF JAVED).pptxOmGod1
 
Notes-on-Prescription-Obligations-and-Contracts.doc
Notes-on-Prescription-Obligations-and-Contracts.docNotes-on-Prescription-Obligations-and-Contracts.doc
Notes-on-Prescription-Obligations-and-Contracts.docBRELGOSIMAT
 
Agrarian Reform Policies in the Philippines: a quiz
Agrarian Reform Policies in the Philippines: a quizAgrarian Reform Policies in the Philippines: a quiz
Agrarian Reform Policies in the Philippines: a quizgaelcabigunda
 
Highlights_of_Bhartiya_Nyaya_Sanhita.pptx
Highlights_of_Bhartiya_Nyaya_Sanhita.pptxHighlights_of_Bhartiya_Nyaya_Sanhita.pptx
Highlights_of_Bhartiya_Nyaya_Sanhita.pptxanjalidixit21
 
EMPLOYMENT LAW AN OVERVIEW in Malawi.pptx
EMPLOYMENT LAW  AN OVERVIEW in Malawi.pptxEMPLOYMENT LAW  AN OVERVIEW in Malawi.pptx
EMPLOYMENT LAW AN OVERVIEW in Malawi.pptxMwaiMapemba
 
The Main Procedures for Obtaining Cypriot Citizenship
The Main Procedures for Obtaining Cypriot CitizenshipThe Main Procedures for Obtaining Cypriot Citizenship
The Main Procedures for Obtaining Cypriot CitizenshipBridgeWest.eu
 
Abdul Hakim Shabazz Deposition Hearing in Federal Court
Abdul Hakim Shabazz Deposition Hearing in Federal CourtAbdul Hakim Shabazz Deposition Hearing in Federal Court
Abdul Hakim Shabazz Deposition Hearing in Federal CourtGabe Whitley
 
Law Commission Report. Commercial Court Act.
Law Commission Report. Commercial Court Act.Law Commission Report. Commercial Court Act.
Law Commission Report. Commercial Court Act.Purushottam Jha
 
Law of Torts and Nuisance Presentation.pptx
Law of Torts and Nuisance Presentation.pptxLaw of Torts and Nuisance Presentation.pptx
Law of Torts and Nuisance Presentation.pptxsadikolayemithe1st
 
Cold War - 1, talks about cold water bro
Cold War - 1, talks about cold water broCold War - 1, talks about cold water bro
Cold War - 1, talks about cold water broSidharthKashyap5
 
Military Commissions details LtCol Thomas Jasper as Detailed Defense Counsel
Military Commissions details LtCol Thomas Jasper as Detailed Defense CounselMilitary Commissions details LtCol Thomas Jasper as Detailed Defense Counsel
Military Commissions details LtCol Thomas Jasper as Detailed Defense CounselThomas (Tom) Jasper
 
ALL EYES ON RAFAH BUT WHY Explain more.pdf
ALL EYES ON RAFAH BUT WHY Explain more.pdfALL EYES ON RAFAH BUT WHY Explain more.pdf
ALL EYES ON RAFAH BUT WHY Explain more.pdf46adnanshahzad
 
RIGHTS OF VICTIM EDITED PRESENTATION(SAIF JAVED).pptx
RIGHTS OF VICTIM EDITED PRESENTATION(SAIF JAVED).pptxRIGHTS OF VICTIM EDITED PRESENTATION(SAIF JAVED).pptx
RIGHTS OF VICTIM EDITED PRESENTATION(SAIF JAVED).pptxOmGod1
 
Casa Tradicion v. Casa Azul Spirits (S.D. Tex. 2024)
Casa Tradicion v. Casa Azul Spirits (S.D. Tex. 2024)Casa Tradicion v. Casa Azul Spirits (S.D. Tex. 2024)
Casa Tradicion v. Casa Azul Spirits (S.D. Tex. 2024)Mike Keyes
 

Recently uploaded (20)

Debt Mapping Camp bebas riba to know how much our debt
Debt Mapping Camp bebas riba to know how much our debtDebt Mapping Camp bebas riba to know how much our debt
Debt Mapping Camp bebas riba to know how much our debt
 
Responsibilities of the office bearers while registering multi-state cooperat...
Responsibilities of the office bearers while registering multi-state cooperat...Responsibilities of the office bearers while registering multi-state cooperat...
Responsibilities of the office bearers while registering multi-state cooperat...
 
Secure Your Brand: File a Trademark Today
Secure Your Brand: File a Trademark TodaySecure Your Brand: File a Trademark Today
Secure Your Brand: File a Trademark Today
 
Everything You Should Know About Child Custody and Parenting While Living in ...
Everything You Should Know About Child Custody and Parenting While Living in ...Everything You Should Know About Child Custody and Parenting While Living in ...
Everything You Should Know About Child Custody and Parenting While Living in ...
 
indian evidence act.pdf.......very helpful for law student
indian evidence act.pdf.......very helpful for law studentindian evidence act.pdf.......very helpful for law student
indian evidence act.pdf.......very helpful for law student
 
PRECEDENT AS A SOURCE OF LAW (SAIF JAVED).pptx
PRECEDENT AS A SOURCE OF LAW (SAIF JAVED).pptxPRECEDENT AS A SOURCE OF LAW (SAIF JAVED).pptx
PRECEDENT AS A SOURCE OF LAW (SAIF JAVED).pptx
 
Notes-on-Prescription-Obligations-and-Contracts.doc
Notes-on-Prescription-Obligations-and-Contracts.docNotes-on-Prescription-Obligations-and-Contracts.doc
Notes-on-Prescription-Obligations-and-Contracts.doc
 
Agrarian Reform Policies in the Philippines: a quiz
Agrarian Reform Policies in the Philippines: a quizAgrarian Reform Policies in the Philippines: a quiz
Agrarian Reform Policies in the Philippines: a quiz
 
Highlights_of_Bhartiya_Nyaya_Sanhita.pptx
Highlights_of_Bhartiya_Nyaya_Sanhita.pptxHighlights_of_Bhartiya_Nyaya_Sanhita.pptx
Highlights_of_Bhartiya_Nyaya_Sanhita.pptx
 
EMPLOYMENT LAW AN OVERVIEW in Malawi.pptx
EMPLOYMENT LAW  AN OVERVIEW in Malawi.pptxEMPLOYMENT LAW  AN OVERVIEW in Malawi.pptx
EMPLOYMENT LAW AN OVERVIEW in Malawi.pptx
 
The Main Procedures for Obtaining Cypriot Citizenship
The Main Procedures for Obtaining Cypriot CitizenshipThe Main Procedures for Obtaining Cypriot Citizenship
The Main Procedures for Obtaining Cypriot Citizenship
 
Abdul Hakim Shabazz Deposition Hearing in Federal Court
Abdul Hakim Shabazz Deposition Hearing in Federal CourtAbdul Hakim Shabazz Deposition Hearing in Federal Court
Abdul Hakim Shabazz Deposition Hearing in Federal Court
 
Law Commission Report. Commercial Court Act.
Law Commission Report. Commercial Court Act.Law Commission Report. Commercial Court Act.
Law Commission Report. Commercial Court Act.
 
Law of Torts and Nuisance Presentation.pptx
Law of Torts and Nuisance Presentation.pptxLaw of Torts and Nuisance Presentation.pptx
Law of Torts and Nuisance Presentation.pptx
 
Charge and its essentials rules Under the CRPC, 1898
Charge and its essentials rules Under the CRPC, 1898Charge and its essentials rules Under the CRPC, 1898
Charge and its essentials rules Under the CRPC, 1898
 
Cold War - 1, talks about cold water bro
Cold War - 1, talks about cold water broCold War - 1, talks about cold water bro
Cold War - 1, talks about cold water bro
 
Military Commissions details LtCol Thomas Jasper as Detailed Defense Counsel
Military Commissions details LtCol Thomas Jasper as Detailed Defense CounselMilitary Commissions details LtCol Thomas Jasper as Detailed Defense Counsel
Military Commissions details LtCol Thomas Jasper as Detailed Defense Counsel
 
ALL EYES ON RAFAH BUT WHY Explain more.pdf
ALL EYES ON RAFAH BUT WHY Explain more.pdfALL EYES ON RAFAH BUT WHY Explain more.pdf
ALL EYES ON RAFAH BUT WHY Explain more.pdf
 
RIGHTS OF VICTIM EDITED PRESENTATION(SAIF JAVED).pptx
RIGHTS OF VICTIM EDITED PRESENTATION(SAIF JAVED).pptxRIGHTS OF VICTIM EDITED PRESENTATION(SAIF JAVED).pptx
RIGHTS OF VICTIM EDITED PRESENTATION(SAIF JAVED).pptx
 
Casa Tradicion v. Casa Azul Spirits (S.D. Tex. 2024)
Casa Tradicion v. Casa Azul Spirits (S.D. Tex. 2024)Casa Tradicion v. Casa Azul Spirits (S.D. Tex. 2024)
Casa Tradicion v. Casa Azul Spirits (S.D. Tex. 2024)
 

Understanding and Protecting Distributed Ledger Technology - Knobbe Practice Webinar Series

  • 1. Overview of Distributed Ledger Technology Knobbe Japan Practice Series November 5, 2021 Mauricio Uribe mauricio.urbe@knobbe.com Kenny Masaki kenny.masaki@knobbe.com
  • 2. © 2021 Knobbe Martens Technical Description 技術説明 2
  • 3. © 2021 Knobbe Martens Distributed Ledger Technology (DLT) 分散型台帳技術 3 IMMUTABILITY DECENTRALIZED STORAGE ELIMINATION OF TRUSTED THIRD PARTIES
  • 4. © 2021 Knobbe Martens Distributed Ledger Technology (DLT) 分散型台帳技術 • Immutability 不変性 ⎼ DLT-based systems can be characterized in that transaction data is recorded and it will be maintained in a manner that does not allow for the modification of the transaction. ⎼This makes the transaction data, once accepted by the DLT based system, immutable (e.g., not capable or susceptible to change). ⎼DLT based systems can be distinguished from other technologies, such as a distributed database, in which data maintained may be subject to change or require additional verification that the data has not been changed. 4
  • 5. © 2021 Knobbe Martens Distributed Ledger Technology (DLT) 分散型台帳技術 • Decentralized storage 分散型ストレージ ⎼ DLT based systems can be further characterized in not having any form of centralized data storage or administrative functionality. ⎼Transaction data will be replicated and maintained by multiple computing systems/devices utilizing some form of consensus algorithm. ⎼DLT based systems can be distinguished from other distributed technologies, such as embodiments of a distributed database, in which a distributed database requires form of centralized data source (e.g., a designated origin source) and central administration for controlling the distribution of the distributed data and reconciliation of differences in data. 5
  • 6. © 2021 Knobbe Martens Distributed Ledger Technology (DLT) 分散型台帳技術 • Elimination of trusted third parties 信頼する第三者の排除 ⎼DLT based system can be further characterized in that the various components that are configured to function may be outside of the control of any single entity or organization. ⎼The DLT based system components may be considered to be provided by, or associated with, third party systems such that no individual component can be trusted. ⎼DLT based systems can be distinguished from other distributed technologies, such as embodiments of a distributed database, in which such systems are of a closed nature to allow a single entity/organization to maintain control. 6
  • 7. © 2021 Knobbe Martens Public Block Chain (DLT) 公衆ブロックチェーン General Principles ⎼ Public Blockchain corresponds to a subset of DLT-based systems for receiving, maintaining, and providing transaction data defined in the utilization of a sequence of “blocks” as the technical mechanism for maintaining transaction data. ⎼ An individual block is configured to be of a sufficient size to maintain a set of transaction data and associated metadata describing the transaction (e.g., thousands of individual pieces of transaction data). ⎼ Although not required, a Public Blockchain system is often defined in that transaction data within any individual block can be unrelated and may be associated from different entities. 7 IMPLEMENTATION IMMUTABILITY INTERFACES APPLICATION
  • 8. © 2021 Knobbe Martens Directed Acyclic Graphs (DAG) 有向非巡回グラフ General Principles ⎼ DAG corresponds to a subset of DLT-based systems for receiving, maintaining, and providing transaction data defined in the utilization of a sequence of “nodes” as the technical mechanism for maintaining transaction data. ⎼ An individual node is configured to be of a sufficient size to maintain a single piece of transaction data and associated metadata describing the transaction. The transaction data may be generally available to general public, depending on the specific policies of the DAG system. 8 IMPLEMENTATION IMMUTABILITY INTERFACES APPLICATION
  • 9. © 2021 Knobbe Martens DLT Layers DLTの層構造 Mining Layer 発掘層 ⎼ Algorithms/techniques for addressing immutability Propagation Layer 伝播層 ⎼ Algorithms/techniques for receipt and distribution of transaction data between nodes Semantic Layer セマンティック層 ⎼ Algorithms/techniques for implementing consensus between “nodes” for distribution of transaction data or generating results Application Layer アプリケーション層 ⎼ Deploying applications or systems that utilized the DLT transaction data (e.g., smart contracts, digital currencies, exchanges, etc.) 9
  • 10. © 2021 Knobbe Martens Applications アプリケーション 10
  • 11. © 2021 Knobbe Martens Electronic Currencies 電子通貨 Transaction data relates to transactions involving a digital asset (e.g., coin) ⎼ Transaction data is maintained by the DLT in an immutable and distributed manner ⎼ Transaction data is associated with a digital signature of the current “owner” of the coin including the owner’s private key ⎼ Transaction data is generally publicly available using public key Application interface ⎼ Maintain encryption keys ⎼ Provide transaction data for addition to the DLT and replication ⎼ Provide request for previously stored transaction data in the DLT ⎼ Requires some form of compensation (e.g., wallet) for interface actions 11
  • 12. © 2021 Knobbe Martens Smart Contracts スマート契約 Transaction data includes executable code that is maintained in a DLT ⎼ Executable code is maintained by the DLT in an immutable and distributed manner ⎼ Request to execute contract will be executed by a “winning node” and validated by the other distributed nodes ⎼ Executable code can perform various information gathering or information processing actions to generate the results Application interface ⎼ Provide terms or code to DLT miners for addition to the DLT and replication ⎼ Provide request for execution of the code (e.g., run the smart contract) and receive the consensus result from the DLT ⎼ Requires some form of compensation (e.g., wallet) for interface actions 12
  • 13. © 2021 Knobbe Martens Non-Fungible Tokens (NFT) ノンファンジブル トークン Transaction data includes digital assets that are maintained in a DLT ⎼ Digital assets and associated transaction data are maintained by the DLT in an immutable and distributed manner ⎼ Immutable nature of the digital asset (e.g., image, video) create the value proposition of the NFT ⎼ Transaction data creates ownership chain Application interface ⎼ Provide transaction data for addition to the DLT and replication ⎼ Provide request for previously stored transaction data in the DLT ⎼ Requires some form of compensation (e.g., wallet) for interface actions Ownership vs. Copyright ⎼ NFT is directed to uniqueness of digital asset and ownership history/chain ⎼ Copyright issues still remain related to distribution, publication and replication 13
  • 14. © 2021 Knobbe Martens Patentable Inventions – DLT 特許可能発明 14
  • 15. © 2021 Knobbe Martens DLT Technical Issues DLT技術の課題 High energy consumption 大消費電力 Scalability スケーラビリティー ⎼ Metered block creation 従量制ブロックの生成 ⎼ Block validation ブロックの検証 Security 機密性 ⎼ Majority consensus attacks 大多数コンセンサス攻撃 ⎼ Orphan chains 孤立したチェーン ⎼ Data privacy データプライバシー Broken Links 壊れたリンク 15
  • 16. © 2021 Knobbe Martens Trademark and Copyright – DLT 商標と著作権 16
  • 17. © 2021 Knobbe Martens DLT Affect on Trademark/Copyright Rights 商標権・著作権へのDLTの影響 • Cryptocurrency names can cause consumer confusion and potentially infringe trademark rights 仮想通貨という名前による消費車の混乱と商標権侵害の可 能性 • Even if a party prevails in a trademark infringement suit, anonymity can make it more difficult to enforce such rights 商標権侵害訴訟で買った場合でも匿名性 が権利行使をより困難になる • Purchase of an NFT does not necessarily include a transfer of the underlying copyright NFCの購入は背景となる著作権の移転を含むとは限らない 17
  • 18. © 2021 Knobbe Martens USPTO Updates 米国特許商標庁の現状 18
  • 19. © 2021 Knobbe Martens DLT Examination is Evolving DLT審査の進化 • Majority of DLT applications being routed to Art Units 3685 or 2434 多くのDLT出願の審査部門は3685か22434 • Historically, USPTO has treated DLT applications as being directed to finance/business methods 歴史的に、財務・ビジネスモデルとして取り扱われていた • Now, turnover in examiners being assigned to blockchain and cryptocurrency art units 現状は、ブロックチェーンや仮想通貨の審査部門 ⎼ Examiners more likely to have a background in DLT technology 審査官はDLT技 術を知っている人がより多くなった ⎼ Examiners with a background in finance/business methods are transferring to different art units 財務・ビジネスモデルを知る審査官は他の部門に異動 19