Zhuang's Diary

言之有物,持之以恒

KYC & AML

KYC

考虑到数据覆盖率,金融机构会选择2-3家合规机构同时使用。

more traditional DeFi (mandatory KYC)

high yield DeFi (less or no KYC)

Proof-of-Authority is a replacement for Proof-of-Work, already working in production of Ethereum, like OpenEthereum, geth.

This article show path of dev, and move to production steps as my github project: WillZhuang/geth-poa-tutorial: Clique Proof-of-Authority Tutorial (github.com). it is working under Geth v1.10.15.

appendix:

  1. guide about node append / delete : https://geth.ethereum.org/docs/rpc/ns-clique.

clique.propose(address, auth) / clique.discard(address)

  1. Original EIP-225: Clique proof-of-authority consensus protocol (ethereum.org)

  2. benchmark: drandreaskrueger/chainhammer: fire many transactions at Ethereum node, then produce diagrams of TPS, blocktime, gasUsed and gasLimit, and blocksize. (github.com)

CBDC pay attention on PoA:

Digital Currency Implementation Checklist for Central Banks

快问快答

  1. Is the DFC(Digital Fiat Currency) to be a token-based or account-based system, or some combination? Discussion: Account-based systems are actor-centric, while token-based systems are object centric. Each has specific benefits and disadvantages relating to interoperability, (de)centralization, efficiency, and security. The relative merits of the two approaches have been discussed in depth elsewhere in the CBDC and DFC literature, and ultimately depends on the specific needs and goals of the jurisdiction in question. 基于帐户的系统以参与者为中心,而基于令牌的系统以对象为中心。每个都有与互操作性、(去)中心化、效率和安全性相关的特定优点和缺点。这两种方法的相对优点已在 CBDC 和 DFC 文献的其他地方进行了深入讨论,最终取决于相关司法管辖区的具体需求和目标。
  2. Will interest be paid on DFC balances? If so, how much, and under what conditions? Discussion: In contexts where the goal of implementation of DFC is merely to replace physical coins and paper currency, the capacity to pay interest directly on DFC balances is of less importance. Conversely, if the aim of introducing DFC is to precipitate a broader reorganization of the payments system, the ability to pay interest directly on DFC balances may be important to the implementation of monetary and fiscal policy, as well as for preserving technical features of the existing payments system (i.e. the capacity to pay interest on-reserves). 如果引入 DFC 的目的是促成更广泛的支付系统重组,那么直接为 DFC 余额支付利息的能力对于货币和财政政策的实施以及保留现有技术特征可能很重要。
  3. Will DFC funds have durational features? If so, how much, and under what conditions? Discussion: DFC instruments are commonly thought of as a digital equivalent to cash instruments, or a retail-accessible form of digital reserve balances, both of which have zero duration. However, in the modern central banking era, government securities accounts also operate on similar payments and accounts infrastructure. Hence, DFC has the potential to perform other functions that involve duration, such as providing consumer savings and/or investor securities accounts, and also serving as the settlement layer for smart contracts and financial trading platforms. DFC 工具通常被认为是现金工具的数字等价物,或零售可访问的数字准备金余额形式,两者的久期均为零。然而,在现代中央银行时代,政府证券账户也在类似的支付和账户基础设施上运作。因此,DFC 有潜力执行其他涉及持续时间的功能,例如提供消费者储蓄和/或投资者证券账户,以及充当智能合约和金融交易平台的结算层。
  4. Will certain kinds of transactions be prohibited at the technical layer? What?
    Discussion: It is possible to design a DFC system to allow for discrimination and censorship on a transaction-by-transaction basis. Doing so would further a range of law enforcement and security interests. However, such interests must also be weighed against privacy and security considerations. Once the capacity for transactional censorship is hardwired into the DFC infrastructure, it cannot be easily removed and may be used for purposes beyond the initial scope that justified its adoption. 可以设计一个 DFC 系统以允许在逐笔交易的基础上进行歧视和审查。这样做将促进一系列执法和安全利益。然而,这些利益也必须与隐私和安全考虑进行权衡。一旦交易审查能力被硬连接到 DFC 基础设施中,它就不能轻易删除,并且可能用于超出其采用的初始范围的目的。
  5. Will DFC transactions and wallets be usable offline? How? Discussion: While digital payments systems offer many benefits over physical cash, they suffer from vulnerabilities regarding network-connection and power consumption. In order to provide a true substitute for physical cash, some form of offline transaction capacity is crucial. Such capacity is also important in the event of network failure, and/or for actors who exist on the margins of the electric/internet grid. 离线交易是必要的。
  6. Will the DFC intermediary network be an open system, or restricted to a limited number of pre-approved institutions? Discussion: Most DFC systems, at least in the first iteration, will likely incorporate and/or rely on intermediaries to fulfill some core infrastructural functions, from wallet-management through to data-storage. Consequently, it is important for regulators to develop a framework for evaluating and approving potential intermediaries, to maintain quality and security standards while simultaneously avoiding excessive regulations that stifle innovation and widespread adoption. One way of authorizing intermediaries is to subjectively identify and approval specific applicants on an institution-by-institution basis. Another approach is to develop objective standards and criteria and approve any and all actors that meet those criteria. Determining which approach to use (or some combination) will depend on the needs and interests of the specific jurisdiction. 大多数 DFC 系统,至少在第一次迭代中,从钱包管理到数据存储,可能会合并和/或依赖中介来实现一些核心基础设施功能。

Central Bank Digital Currency === Digital Fiat Currency === Digital base money === Central Bank E-money. “a widely accessible digital form of fiat money that could be legal tender”(IMF defines).

Money is a recognized medium of exchange for goods and services. Money supply depicts a form of money known as MB or M0. Commercial bank money is a form of money that is a claim on financial institutions that can be used to purchase goods and services. Commercial money supply depicts this form of money as M1-M3. Central bank digital currency (CBDC) would represent a stake on the issuing governments M0 money supply in a digital form.

Three functions of money:

  1. A unit of account
  2. Medium of exchange
  3. Store of value

那么CBDC与上述money相比较,有何不同

  1. 同样,CBDC would need to have a 1:1 ratio with the current M0 money supply and maintain the current value of fiat money.
  2. 同样,CBDC是交换媒介,它需要被广泛接受,并且保护消费者,减少纳税人的成本。

综上,得到CBDC design (five) features

  1. 7*24服务可用。那么CBDC是应该面相全社会呢?还是仅仅面相金融机构呢?理想答案是全社会每一个人和机构。要根据技术和商业的进步,逐步实施。
  2. 匿名性。首先要看央行对于隐私性的担忧;其次还取决于人们在多大程度上希望减少逃税、洗钱和资助恐怖主义等非法金融交易;最终将成为用户对隐私的偏好与试图降低与财务诚信相关的风险之间的权衡。
    1. 商业银行管理自身的用户的账户和交易,不可以见到其他商业银行的用户账户和无关交易
    2. 多家央行相互间可以看见货币发行的总额 ( 经济体量小的国家的喜好?)
  3. 转账机制。使用中间人,例如中央银行或其他第三方,将被视为集中转移机制。点对点方式将被视为一种去中心化的传输机制,因为它发生在两方之间,不需要中央调解器。区块链为上述两种机制都提供了可能性的道路。
  4. 利息。理想的CBDC应该是记息。
  5. 发行上限。对任何个人可以持有或在账户之间转移的 CBDC 数量实施限制或上限,可能有助于阻止与此类资金相关的不良影响。而且在ATM机提取现金的数量也是有上限的。QE同理。
  6. ===========================>以下为扩展内容<===========================
  7. 审计。交易可追溯。
  8. 控制。冻结某账户。
  9. 公链扩展
  10. 中央银行实施监督国内账户以及跨境交易

Optional features:

  1. 无手机网络的情况下,理想的CBDC应该仍然可以交易。手机未开机的情况下,CBDC无法交易。手表等其他电子设备同理。

  2. 反洗钱 / 反资助恐怖主义 / 逃税。在涉嫌违法情况下的交易,被自动终止,无法交易,需要人工介入判断后,再行交易。

  3. KYC。资金运行板块/类别,如ESG。

  4. 跨系统交易能力。如区块链跨链以支撑cross board payment。

  5. 有效时间限制。如消费券。

Wholesale CBDC的多数业务交易涉及资金和资产的流动,通过区块链,任何资产的交易,无论是股票、债券还是衍生品,都可以被记录下来,从而允许对分类账进行原子性的记录。这个过程将资金的全部和最终结算与资产的移动联系起来。

Retail CBDC的两种token存储形式:1)Token存储在本地,DLT Token可以增强这种模型的匿名性(零知识证明,quorum项目的隐私交易通道等技术),交易不需要第三方,但是如果用户丢失了token,将无法找回;2)Token存储在DLT账本,类似于目前银行的账本。