Chapter 3 Smart Contracts Flashcards
Explain the definition of smart contracts
Smart contracts are conditional transactions, because they refer to logic written in code that has IF this THEN that condtions.
Which clauses are suitable for a smart contract?
Transactional clauses with IF this THEN that logic.
What clauses are unsuitable for smart contracts? Explain 2 categories
- Conditional clauses requiring a human assessment to be conducted, for example A party had to take an action in a commercially reasonable matter.
- Clauses referring to governing law and jurisdiction, because they have no conditional logic in them.
Which 4 elements need to be present to make a contract legally binding?
- Offer & acceptance
- Consideration
- Intention to create legal relations
- Certainty of terms
How is an offer of a smart contract made?
By publishing the code of the smart contract on the distributed ledger and let other participants interact and execute the code.
How can one accept a smart contract on a distributed ledger?
By signing the transaction with his private key.
Click-wrap agreements are allowed in the UK, why are they not allowed in Australia?
Because there was no natural person involved.
What does consideration in a smart contract mean?
Consider whether there has ben an exchange of value, or mutual benefit and burden.
How is the condition of intention to create legal obligations fulfilled in smart contracts?
Where smart contracts act proactively in entering into a secondary contract, then this must be seen as a conditional offer and conditional acceptance.
How is the condition certainty of terms fulfilled in a smart contract when the contract is written in binary code?
Making sure that there is also a contract in natural language, the risk is however that thing could get lost in translation. This is to make sure that all the parties to the contract understand the terms and conditions.
Based on the Clifford chance and Jelena Madir’s article, there are 7 legal challenges related to smart contracts, explain.
- Validating the authority of the parties
- Requirement of statutory ‘in writing’
- Requirement of statutory signature
- Allocating liability for a glitch in the technology
- Burden of proof in case of a dispute
- Determining the applicable law
- Maintaining confidentiality on the DL