<?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.9 -->

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

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

<rfc ipr="trust200902" docName="draft-nakajima-crypto-asset-terminology-01" 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 25F</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="2018" month="December" day="31"/>

    <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 virtual currency 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 virtual currency 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:
H4sIAK6TKVwAA5Va644btxX+P0/Bbn/EDiTtJU7SCL1Y3l1nN96La2/aBkVR
UDOUxNUMqQxnpKiBgb5GX69P0u+cw7loJTcOYMCjGZLn/p0LdzgcJpWtcjNW
D6YsrPO5n2/VzJfqvNyuKq9DMFVI9HRamvV452V/R5L51OkCx2SlnlVDp5f6
0RZ6mPKGIe8YVt2G4clpkurKzH25HSvrZj5J7Kocq6qsQ3V2cvLNyVmiS6PH
6lvjTKnzZOPL5bz09WqcLM0Wv7KxunY40+HoCyKbJKHSLvunzr0DK1sTkpUd
q79XPh2o4MuqNLOAp21BD/9IEl1XC1+Ok2GiFJgIY3U1UneRd3onMl3Z0ld4
u/PJl3Pt7L90Zb0bq1tTprq0A3CUjtS7Fxe0pNFa/Ni8DuDDVGN6HKp3frXy
bm5BJM+DuvVY9+A3plRnX76WJV8NT0+Gp+1KepnaCmq7tU5XfoD1y63n1z4D
u5+dnnw1/Or07MvP5F3tKlLyd5O3kzt6Ywpt87FytcO/l4UwN0p90dPD7Ui9
qUPt/NJ2erjVQTtisP9pVw/f6ZV26sLObaVzdWGCnTtRSl8h313sK+LOLryb
6rCA/Dpfqle1zTPr5vL1i+EXwy8HvUXDK+jCL+t0wZKfs0LOF7UfLutDGvli
eHJydvr/NVJE+UbLKN/LRxJnmJ090c6bEcyV9TzkjbE2Xdj27SGlvMp9ukwX
2jo1CcGnlr/uqOXVpMfNAme9fJzq4cZMR48rJs/Ufxip9/Wc6AjxH+pH27zZ
JTzJ1tqlJlPvTVqXUBEss7YB3wZt6ODBVsTL2kRGo7Uarg4egv3X3yV9Ew7V
NRgWA35bIgxJYF8M+NMZufCZeg1OC/KaNJrLbn2mO3O11jqDtb5ma+0ZK2on
QN6X1j6OdLajnAeYRm+Ji1Y/D7oK9Varq8kPk/dX13taujErm9WFOvcjdVNl
fdnjp47sQs5+mcsH+AVRT+A1BauQNPHu9fnZ6ek3YyAacG33w4tvXnxDjwgl
qB/u/cpWqbfu3uXW8SKlIiAftWtUXHTEnxvQUhwYIuLRxGUAy6AmrvLOr3yd
+yDLM6DsWJ2dnP7u+OSL49MvhYQu5zCbWlTVKoyPjxGui3pKXn48FVpT75f9
5yQZDofQCwyuUyDtw8IGBdSvC+MqtSr92mYmqB7EqzrAaeDtaS9pjOScwmZZ
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
l5oh6RNXo+R/t/Nh3vsmAAA=

-->

</rfc>

