<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.2.11 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-nakajima-crypto-asset-terminology-02" category="info">

  <front>
    <title abbrev="Cryptoassets Terminology">Terminology for Cryptoassets</title>

    <author initials="H." surname="Nakajima" fullname="Hirotaka Nakajima">
      <organization abbrev="Mercari R4D">Mercari, Inc. R4D</organization>
      <address>
        <postal>
          <street>Roppongi Hills Mori Tower 21F</street> <street>6-10-1 Roppongi</street>
          <city>Minato, Tokyo</city>
          <code>106-6125</code>
          <country>JAPAN</country>
        </postal>
        <email>nunnun@mercari.com</email>
      </address>
    </author>
    <author initials="M." surname="Kusunoki" fullname="Masanori Kusunoki">
      <organization abbrev="JDD">Japan Digital Design, Inc.</organization>
      <address>
        <postal>
          <street>Nihonbashi Talk Building</street> <street>3-3-5, Nihonbashi-Hongokucho</street>
          <code>103-0021</code>
          <country>JAPAN</country>
        </postal>
        <email>masanori.kusunoki@japan-d2.com</email>
      </address>
    </author>
    <author initials="K." surname="Hida" fullname="Keiichi Hida">
      <organization abbrev="JBA">Japan Blockchain Association</organization>
      <address>
        <email>hida@jba-web.jp</email>
      </address>
    </author>
    <author initials="Y." surname="Suga" fullname="Yuji Suga">
      <organization abbrev="Advanced Security Div, IIJ">Advanced Security Division, Internet Initiative Japan Inc.</organization>
      <address>
        <postal>
          <street>Iidabashi Grand Bloom,</street> <street>2-10-2 Fujimi</street>
          <city>Chiyoda, Tokyo</city>
          <code>102-0071</code>
          <country>JAPAN</country>
        </postal>
        <email>suga@iij.ad.jp</email>
      </address>
    </author>
    <author initials="T." surname="Hayashi" fullname="Tatsuya HAYASHI">
      <organization abbrev="Lepidum">Lepidum Co. Ltd.</organization>
      <address>
        <email>hayashi@lepidum.co.jp</email>
      </address>
    </author>

    <date year="2019" month="July" day="02"/>

    <area>General</area>
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This document provides terminology used in cryptoassets.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>Our goal with this document is to improve our understanding on a set of terms which frequently used in documents which related to cryptoassets.
Mutual understanding about terminology may help to reach a consensus on issues we’re trying to solve.</t>

</section>
<section anchor="conventions-and-definitions" title="Conventions and Definitions">

<t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”,
“SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”, “MAY”, and “OPTIONAL” in this
document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/>
when, and only when, they appear in all capitals, as shown here.</t>

</section>
<section anchor="terms-and-definitions" title="Terms and Definitions">

<t><list style="hanging">
  <t hangText='address:'>
  An identifier to represent a public key in a blockchain network.</t>
  <t hangText='administrator:'>
  It is a person who conducts operational maintenance of the system with authority to change system setting. From the viewpoint of mutual checking, there are administrators with different authorities depending on the subjects to be managed.</t>
  <t hangText='asymmetric cryptography:'>
  Defined in <xref target="RFC4949"/> as “A modern branch of cryptography (popularly known as
“public-key cryptography”) in which the algorithms use a pair of keys (a
  public key and a private key) and use a different component of the pair
  for each of two counterpart cryptographic operations
  (e.g., encryption and decryption, or signature creation and signature verification). “</t>
  <t hangText='block:'>
  A basic unit of the blockchain. A set of transactions on a blockchain which contains a cryptographic hash value of previous block.</t>
  <t hangText='blockchain:'>
  A digital ledger about transactions for cryptoassets.
<!-- : One of a method of distributed ledgers which confirms  --></t>
  <t hangText='confirmation:'>
  (For transactions,) checking correctness of a transaction in the mainchain.</t>
  <t hangText='consensus:'>
  Coincidence the way of thinking.</t>
  <t hangText='cryptoassets:'>
  Cryptographically guaranteed value.</t>
  <t hangText='deterministic wallet:'>
  See: wallet</t>
  <t hangText='digital signature:'>
  Defined in <xref target="RFC4949"/> as “A value computed with a cryptographic algorithm and
associated with a data object in such a way that any recipient of
the data can use the signature to verify the data’s origin and
integrity.”</t>
  <t hangText='distributed ledger:'>
  A distributed database about cryptoassets with agreed processed.</t>
  <t hangText='double spending:'>
  Defined in <xref target="MasteringBitcoinOnline"/> as “result of successfully spending some money more than once.”</t>
  <t hangText='fiat money:'>
  Currency which has been established by government or other authorities.</t>
  <t hangText='fork:'>
  A fork is a branch of a ledger. Ledger branching may occur accidentally or by specification changes.</t>
  <t hangText='accidental fork:'>
  An accidental fork is a case where a block is accidentally mined at about the same time, and a plurality of chains coexist temporarily. It occurs on a daily basis and converges to the longest chain by re-org.</t>
  <t hangText='soft fork:'>
  A soft fork may influence the implementation of a miner in branches caused by specification change of block chain, but does not affect wallet implementation.</t>
  <t hangText='hard fork:'>
  A hard fork is a branch caused by a specification change without forward compatibility of the block chain, which may affect the wallet implementation in addition to the miner.
 There is a case where a plurality of chains continue to coexist permanently because there is no consensus between developers regarding the case where the majority of nodes stay in the specification change by following the hard fork, We call it split. Examples of typical splits include the division of Ethereum and Ethereum Classic in the The DAO case of 2016, the division of Bitcoin and Bitcoin Cash in 2017, and so on. The new coin born by division is called a fork coin.</t>
  <t hangText='genesis block:'>
  An initial block on a blockchain. Genesis block may differ to distinguish chains.</t>
  <t hangText='hash value:'>
  Defined in <xref target="RFC4949"/> as “The output of a hash function.”</t>
  <t hangText='hash rate:'>
  Amount of a hash value which node is able to generate per unit of time (generally per second)</t>
  <t hangText='hierarchy deterministic wallet:'>
  See: wallet</t>
</list></t>

<!-- main-chain:
: In contract with "subchain", ***TBD -->

<t><list style="hanging">
  <t hangText='mining:'>
  A process to append a received transaction to a block by validating a transaction with agreed consensus rules such as proof-of-work and proof-of-stake. Miner is a network node which contributes its resources to mining.</t>
  <t hangText='miner:'>
  See: mining</t>
  <t hangText='multisignature:'>
  Defined in <xref target="MasteringBitcoinOnline"/> as “requiring more than one key to authorize a bitcoin transaction”. In this scope, transaction is not limited to bitcoin transaction.</t>
  <t hangText='node:'>
  A device that connects to blockchain network.</t>
  <t hangText='off-chain transaction:'>
  The movement of value outside of the blockchain</t>
  <t hangText='on-chain transaction:'>
  The movement of value on the blockchain</t>
  <t hangText='operator:'>
  It is a person who performs routine tasks based on authority as a normal task.</t>
  <t hangText='orphan block:'>
  Defined in <xref target="MasteringBitcoinOnline"/> as “Blocks whose parent block has not been processed by the local node, so they can’t be fully validated yet.”</t>
  <t hangText='permissioned-chain:'>
  A public blockchain that only specified members can join the blockchain network.</t>
  <t hangText='permissionless-chain:'>
  See: permissioned-chain</t>
  <t hangText='public-chain:'>
  An open blockchain that anyone can retrieve all of blocks and transactions without special privileges.</t>
  <t hangText='public key:'>
  Defined in <xref target="RFC4949"/> as “The publicly disclosable component of a pair of
    cryptographic keys used for asymmetric cryptography.”</t>
  <t hangText='private-chain:'>
  In contrast with “public-chain”, A closed blockchain that only permissioned users can access blocks and make transactions.</t>
  <t hangText='private key:'>
  Defined in <xref target="RFC4949"/> as “The secret component of a pair of cryptographic keys used
    for asymmetric cryptography.”</t>
</list></t>

<!-- proof-of-importance:
: A blockchain consensus mechanism that ***
https://nem.io/wp-content/themes/nem/files/NEM_techRef.pdf -->

<t><list style="hanging">
  <t hangText='proof-of-stake:'>
  Defined in <xref target="MasteringBitcoinOnline"/> as “method by which a cryptocurrency blockchain network aims to achieve distributed consensus.”</t>
  <t hangText='proof-of-work:'>
  Defined in <xref target="MasteringBitcoinOnline"/> as “A piece of data that requires significant computation to find.”</t>
  <t hangText='reorganization:'>
  Invalidation process of branched blockchains.</t>
  <t hangText='reward:'>
  Value by the blockchain network which assigned to a miner who successfully validates a transaction. Rules may differ among blockchains and consensus rules.</t>
  <t hangText='side-chain:'>
  See off-chain</t>
  <t hangText='smart contract:'>
  A guaranteed digital procedure that automatically enforced on a blockchain network.</t>
  <t hangText='soft fork:'>
  See: fork</t>
</list></t>

<!-- sub-chain:
: TBD
difference? of "sidechain" -->

<t><list style="hanging">
  <t hangText='token:'>
  An unforgeable data object.</t>
  <t hangText='transaction:'>
  Defined in <xref target="MasteringBitcoinOnline"/> as “More precisely, a transaction is a signed data structure expressing a transfer of value.”</t>
  <t hangText='validation:'>
  Checking correctness and consistency of given data.
<!-- NEED MORE EXPLANATIONS for validated/validator --></t>
  <t hangText='validated:'>
  See: validation</t>
  <t hangText='validator:'>
  See: validation</t>
  <t hangText='wallet:'>
  A wallet is an implementation that handles a key pair of a public key and a secret key used for transmitting a crypto assets and such a key pair. In this document, the latter is distinguished and called wallet implementation.</t>
  <t hangText='hot wallet:'>
  It is a wallet that is online connected to the network, the key is activated, and you can coin out the crypto assets by automatic processing.</t>
  <t hangText='cold wallet:'>
  Normally it is disconnected from the network and the key is inactivated and it is a wallet that can not be coined out unless there is an explicit operation by the operator. Frequency of outgoing coins is limited.</t>
  <t>Between Hot Wallet and Cold Wallet, there are various intermediate forms such as wallet that is online, but requires manual operation at the time of signing a transaction, wallet that is offline but operation is automated, and warm wallet There are also sometimes called.</t>
</list></t>

</section>
<section anchor="symbols-and-abbreviated-terms" title="Symbols and abbreviated terms">

<t><list style="hanging">
  <t hangText='AML'>
  Anti-Money Laundering</t>
  <t hangText='API:'>
  Application Programming Interface</t>
  <t hangText='CFT:'>
  Counter Financing of Terrorism</t>
  <t hangText='DAO:'>
  Distributed Autonomous Organization</t>
  <t hangText='DLT:'>
  Distributed Ledger Technologies</t>
  <t hangText='HD:'>
  Hierarchy Deterministic (wallet)</t>
  <t hangText='PKI:'>
  Public Key Infrastructure</t>
</list></t>

</section>
<section anchor="security-considerations" title="Security Considerations">

<t>This document defines terminology for cryptoassets. Therefore, there is no security considerations.</t>

</section>
<section anchor="iana-considerations" title="IANA Considerations">

<t>None.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference  anchor="RFC2119" target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference  anchor="RFC8174" target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<abstract><t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>




    </references>

    <references title='Informative References'>





<reference  anchor="RFC4949" target='https://www.rfc-editor.org/info/rfc4949'>
<front>
<title>Internet Security Glossary, Version 2</title>
<author initials='R.' surname='Shirey' fullname='R. Shirey'><organization /></author>
<date year='2007' month='August' />
<abstract><t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed.  This memo provides information for the Internet community.</t></abstract>
</front>
<seriesInfo name='FYI' value='36'/>
<seriesInfo name='RFC' value='4949'/>
<seriesInfo name='DOI' value='10.17487/RFC4949'/>
</reference>


<reference anchor="MasteringBitcoinOnline" target="https://github.com/bitcoinbook/bitcoinbook">
  <front>
    <title>Mastering Bitcoin</title>
    <author initials="A." surname="Antonopoulos" fullname="Andreas Antonopoulos">
      <organization></organization>
    </author>
    <date year="2018" month="March"/>
  </front>
</reference>


    </references>


<section numbered="false" anchor="acknowledgments" title="Acknowledgments">

<t>Thanks to members of the <eref target="https://vcgtf.github.io/">Cryptoassets Governance Task Force</eref> for help and feedback.</t>

</section>


  </back>

<!-- ##markdown-source:
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
+/GK6Rcy/Y+N5enMMJFLo07qkRT8L05tMXwGqjlIyUI84AgZwGa0W2gKsBe2
tHEsseeIlMZOuYlFD2pvTjia+hXnup5tX/Pq53NxlOFxdA7FQIl6oozNTqzt
mzogIz9tI3CS+1UHuacHcF/00RYajzRBg1XBBHSvah1WgXK2yRkcunZZs3vQ
tK3gRSRmtSajdOjy6bblUS21Ez5Qt8ddoHg7VWFkGq7EuqqRgkAKBsJosgrd
N8jcApXuf//9H9qhpBaM0YJdW1MTsFCKsoGQ0uTjQb8UO9WBCdm8PBiJ6QWH
lKacUa6iivre28cqHpi9p4P4Cz0lDomnTGCDtN09S476WPeEI5T55PnEQUUj
ASRQHtK0VYuUVzudXltOsBzQGTXhtjBSQvYt+idgtiwuKBGErPCBQXenZe/m
ANx6q0ctDs8GuPih7vMjYw02k8wJ9kBsaCF2qDDA7FQRQ+Qe+0w41DgxEG2o
uW0YKq4ECu5oL+2Y+UQdIa/AMB/Rysf0EbX1C1rh1NMhtqVqu6bhVhxC9IL3
+F8aKodsKEUZSEZJO4d2pkytP9ysx6RZcHoIby5NoA+HczhIOLw5v/5njRPe
mXm6zueSxHZTxq8L9jhSmLWNVtsDZ23/9TSYlLalZEk0SuTtw56zE1ScZpDd
fh1fAABrZErILTMrS7IOpU9kLa4v44CqiaU0mAKBnGhXZueegz22TdW+Qy+O
UmlDho5KTlYZKvVp418YvyPK7dFH1FwgriRhtU0OofhOK9zCX9itFVL1jsuC
QUmn0Qovhiy1XdqwjqBmDMlpB81Ul+DwseRhXCyFxCsHM5Z2bMLKyJsqplDk
FU8TI5nJGLrGyWLG2Y+tOw0hAyr9iOGByqvnD4VX0s4WM/MnUv8BSSCgIe5c
+5VpEbch4gvDsDYYt4Dmo5z76Z51TQXLmgYzwRTb0eMpF1kmGpIJwrWbjOcz
5icak4dBoUd2avM7+VzvXzzC2DdWa42IkOHwwvYFCkzHxOLE7+b8/Exd3747
V+d/e3s1vZnStcN7xqIufR7GJ7xjpXUfOhP0zHRffbX3a19XT7sWlTh93Kiy
cwC88oL9l2q9FkX108lyhF160SUY1hrKulgtC9SoOJLijkpmaO3RfZ3Y3rRI
q1boupaqeND2UIdF2pVm66MDAV8PGom26oqrWUJLExJymLaWlJiuuctjlxcm
+I6EJjY1Z6NcesKtbziTccHaTm12BaU5QxtiLRDFCakv8gF3N1zRIQZtHWXt
OZq39yAdKlOV0bNlXccYf7J7JCU+pZ5jdinGwXDDFVI/J8AiuD6MS61bO8lv
4bAtYelihm8axadxzsKL7xN04ZRYzkPIiXoVhw0XoP1X4YdYPCXp5ffwAudB
VzxZ55u10uQ0g1VSGLdt1F7zyaCoyxmldnRF1EugxTbcitLIknLK4yZu9OTo
+Zxdg47ujyItiUVbN0DuKNu9d/1dVBE8T0GJaDsX4Gu799ty5gsJArl/l1Ez
3+UmyfT6igGxtuNrnp9eab6W5UZu+vaSg3dNRhKG3lZUpZQlCcR/6zDXmUmS
09d3Mqrnmxr12tJVHF94zenisEI3EcokOZveMqYO8vq0oav1kuxwO8irWHt1
93htHKXeAdX5itgaSHBxRssuutb+bKe1fyaqQvP/9g0L81bg5A1EvXRzqjIj
DLOy2r/FOCUkzbvLpUf38jnnhN1r+SeXLGIdvDaj3uWdJ/gSGtkODTbWJTD5
Ce0b2CVe8M90tqJ104zu8WjCzPftyc8T11C/YvI/HMzhC+bgA/Gs3Ur69djM
xFbz7zt/b/YtT7r55vQOHZ56TUn5H8/a2vEhW9TzNP4lA4rI5ywpX8uTS82R
7omrNPkfLUL0LvUmAAA=

-->

</rfc>

