Friday, November 19, 2021

tbDEX: A Liquidity Protocol v0.1

@TBD54566975

Abstract: tbDEX is a protocol for discovering liquidity and exchanging assets (such as bitcoin, fiat money, or real world goods) when the existence of social trust is an intractable element of managing transaction risk. The tbDEX protocol facilitates decentralized networks of exchange between assets by providing a framework for establishing social trust, utilizing decentralized identity (DID) and verifiable credentials (VCs) to establish the provenance of identity in the real world. The protocol has no opinion on anonymity as a feature or consequence of transactions. Instead, it allows willing counterparties to negotiate and establish the minimum information acceptable for the exchange. Moreover, it provides the infrastructure necessary to create a ubiquity of on-ramps and off-ramps directly between the fiat and crypto financial systems without the need for centralized intermediaries and trust brokers. This makes crypto assets and decentralized financial services more accessible to everyone.

Introduction

We are at a crossroads in our financial system. The emergence of trustless, decentralized networks unlocks the potential for a future where commerce can happen without the permission, participation, or benefit of financial intermediaries.

Globally, 1.7 billion adults lack access to the banking system, yet two-thirds of them own a mobilephone that could help them access financial services [1]. The reasons for their exclusion vary, butthe common threads are cost, risk, and lack of infrastructure. Decentralized and trustless systemscreate a world that empowers individuals — one in which the right to engage in payments isneither subject to proving creditworthiness and the ability to pay account fees, nor subject tocensorship when an intermediary’s values do not comport with the payer or payee. It’s also a worldwhere internet access is the only fundamental infrastructure required to participate.

An open, decentralized financial system will enable all people to exchange value and transact with each other globally, securely, and at significantly lower cost and more inclusively than what traditional financial systems allow. Beyond reinventing money itself, smart contracts also have the ability to fundamentally reshape how the financial infrastructure of the future can work.

tbDEX was formed out of a desire to enable everyone to realize this vision of the future. The current state of Bitcoin and other crypto technologies is still beyond the reach of everyday people. For instance, gaining access to your first cryptocurrency generally involves going through a centralized exchange. Accessing decentralized financial services then requires multiple asset transfers and transaction fees each step of the way. Aside from gatekeepers and cost, the complexity and sheer unintelligibility of this process today is a prohibitive barrier to entry for most. Important work is being done to overcome current drawbacks with layer two solutions, such as Lightning. But deficiencies remain. It is still prohibitively difficult for the average person, starting with traditional fiat-based payment instruments, to directly access on-ramps and off-ramps into and out of the decentralized financial system. We need a better bridge into this future. The tbDEX protocol is directed at this problem.

The protocol provides a framework for creating on-ramps and off-ramps from systems of fiat to cryptocurrency, without the need for going through centralized exchanges. The protocol affords for the secure exchange of identity and mechanisms for allowing participants to comply with laws and regulations.

At its core, the tbDEX protocol facilitates the formation of networks of mutual trust between counterparties that are not centrally controlled; it allows participants to negotiate trust directly with each other (or rely on mutually trusted third-parties to vouch for counterparties), and price their exchanges to account for perceived risk and specific requirements.

 

Foundational Concepts

Trust

The tbDEX protocol approaches trust differently than other decentralized exchange protocols in the sense that it does not utilize a trustless model, such as atomic swaps. At first blush, this is not optimal, especially when considering the end goal of providing access to a trustless asset like bitcoin. However, the reality is that no interface with the fiat monetary system can be trustless; the endpoints on fiat rails will always be subject to regulation, and there will exist the potential for bad behavior on the part of counterparties. This means that any exchange of value must be fundamentally based on other means of governing trust — particularly reputation.

The tbDEX protocol borrows heavily, if not completely, from well-established models of decentralizing trust, such as the public key infrastructure (PKI) that is used for securing the internet today.

Building on top of Decentralized Identifiers (DID) [2], this specification lays out a trust model in which trust is governed through disparate verifiers of trust; this is ultimately in the control of individuals, implementers of cryptocurrency wallets, and/or delegates of trust established by either group.

The protocol itself does not rely on a federation to control permission or access to the network. There is no governance token. In its most abstract form, it is an extensible messaging protocol with the ability to form distributed trust relationships as a core design facet. The protocol itself has no opinion on what an optimal trust relationship between an individual wallet and a participating financial institution (PFI) should look like.

The nature of this trust relationship will never be universal: different jurisdictions are subject to different laws and regulations; and different individuals and institutions will have varying levels of risk tolerance, influenced by price and other incentives. It would violate the principle of trying to achieve the maximum amount of decentralization if the negotiation of trust was dictated at the protocol layer, as that would necessarily involve some form of permissioned federation.

Decentralized Identifiers (DIDs)

Decentralized identifiers (DIDs) [2] are a new type of identifier that enables verifiable, decentralized digital identity. A DID refers to any subject (e.g., a person, organization, thing, data model, abstract entity, etc.) determined by the controller of the DID. In contrast to typical federated identifiers, DIDs have been designed so they may be decoupled from centralized registries, identity providers, and certificate authorities. Specifically, while other parties may be used to help enable the discovery of information related to a DID, the design enables the owner of a DID to prove control over it without requiring permission from any other party. DIDs are Uniform Resource Identifiers (URIs) that associate a DID subject with a DID document, allowing trustworthy interactions associated with that subject.

DIDs are linked to DID Documents, a metadata file that contains two primary data elements:

1. Cryptographic material the DID owner can use to prove control over the associated DID (i.e. public keys and digital signatures)

2. Routing endpoints for locations where one may be able to contact or exchange data with the DID owner (e.g. Identity Hub personal data storage and relay nodes)

DID Methods may be implemented in very different ways, but the following are essential attributes of exemplar Methods (e.g. ION):

● The system must be open, public, and permissionless.

● The system must be robustly censorship resistant and tamper evasive.

● The system must produce a record that is probabilistically finalized and independently, deterministically verifiable, even in the presence of segmentation, state withholding, and collusive node conditions.

● The system must not be reliant on authorities, trusted third-parties, or entities that cannot be displaced through competitive market processes.

Verifiable Credentials (VCs)

Credentials are a part of our daily lives: driver's licenses are used to assert that we are capable of operating a vehicle; and diplomas are used to indicate the completion of degrees. In the realm of business, there exist signed receipts for payments, consumer reviews of products, and countless assertions made between individuals and non-governmental parties. While all these credentials provide benefits to us within apps, platform silos, and isolated interactions, there exists no uniform, standardized means to convey generalized digital credentials that are universally verifiable across domains, federation boundaries, and the Web at large.

The Verifiable Credentials specification provides a standard way to express credentials across the digital world in a way that is cryptographically secure, privacy respecting, and machine verifiable. The addition of zero-knowledge proof (ZKProof) [3] cryptography to VC constructions (e.g. SNARK credentials) [4] can further advance privacy and safety by preventing linkability across disclosures, reducing the amount of data disclosed, and in some cases removing the need to expose raw data values at all.

Identity Data Storage & Relay Nodes (Identity Hubs)

Most digital activities between people, organizations, devices, and other entities require the exchange of messages and data. For entities to exchange messages and data for credential, app, or service flows, they need an interface through which to store, discover, and fetch data related to the flows and experiences they are participating in. Identity Hubs are a data storage and message relay mechanism entities can use to locate public or permissioned private data related to a given DID. Identity Hubs are a mesh-like datastore construction that enable an entity to operate multiple instances that sync to the same state across one another. This enables the owning entity to secure, manage, and transact their data with others without reliance on location or provider-specific infrastructure, interfaces, or routing mechanisms.

Identity Hubs feature semantically encoded message and data interfaces that provide inferential APIs any party can interact with simply by knowing the semantic type of data they wish to exchange. A diverse set of interactions and flows can be modeled within these interfaces by externally codifying sets of message schemas and processing directives to form meta-protocols.
 

Tuesday, November 16, 2021

2021 年第三季度巴菲特股票变动情况

13F 文件,沃伦・巴菲特的伯克希尔哈撒韦公司 (BRKB) 在第三季度首次收购了 Royal Pharma (RPRX) 和 Floor & Decor (FND),同时增加了雪佛龙 Chevron (CVX) 的股份,并进一步减持了医药股。

Royalty Pharma PLC 是什么公司呢?它的网站上这么介绍的:

Our History

We are the largest buyer of biopharmaceutical royalties and a leading funder of innovation across the biopharmaceutical industry. Since our founding in 1996, we have been pioneers in the royalty market, collaborating with innovators from academic institutions and not-for-profits through small and mid-cap biotechnology companies to leading global pharmaceutical companies. We have assembled a portfolio of royalties which entitles us to payments based directly on the top-line sales of many of the industry’s leading therapies, including AbbVie and Johnson & Johnson’s Imbruvica, Astellas and Pfizer’s Xtandi, Biogen’s Tysabri, Johnson & Johnson’s Tremfya, Gilead’s Trodelvy, Merck’s Januvia, Novartis’ Promacta, Vertex’s Kalydeco, Orkambi, Symdeko and Trikafta, and nine development-stage product candidates.

We fund innovation in the biopharmaceutical industry both directly and indirectly—directly when we partner with companies to co-fund late-stage clinical trials and new product launches in exchange for future royalties, and indirectly when we acquire existing royalties from the original innovators. We believe that our significant scale, flexible business model and extensive expertise uniquely position us to take advantage of the increasing innovation in the biopharmaceutical industry. We seek to create favorable outcomes for all parties and play an important role in providing capital to the biopharmaceutical ecosystem that supports innovation and positively impacts human health.

核心意思就是一个:Royal Pharma 是生物制药特许权使用费(biopharmaceutical royalties)的最大买家,也是整个生物制药行业的创新的主要资助者(funder)。最主要的是将学术机构和非营利组织的创新者与制药公司之间搭桥,或者资助创新者,最后从开发出的产品的销售中抽成(特许权使用费)。这家公司在 2020 年 6 月中旬上市,股票价格目前低于 IPO 价格。与大多数的 IPO 公司相反,这家公司是盈利的。

很明显这样的公司本身不需要大量的人力和物力,也就是轻资产,收入稳定,特许权组合不断增加,收入会不断增加,是巴菲特喜欢的那种类型。

Floor & Decor Holdings 是 2017 年 4 月上市的一家公司。巴菲特喜欢家具零售公司,之前买过 Restoration Hardware Holdings,这家公司的股票从 2020 年的最低点 80 出头上升到现在的 650 左右。巴菲特自己还拥有一家大型家具零售公司。

在第三季度,巴菲特的伯克希尔购买了 1310 万股 Royal Pharma 的股票,这让投资者可以在不承担重大药物开发风险的情况下接触生物技术。他还购买了 Floor & Decor 的 816,863 股股票。

与此同时,沃伦巴菲特出售了更多的药物股票,完全退出了默克 (MRK)。他还减持了艾伯维 (ABBV) 和百时美施贵宝 (BMY) 的股份,伯克希尔哈撒韦于 2020 年第三季度首次购买这些股票,并于 2021 年第二季度减持。巴菲特还减持了万事达卡 (MA) 和 VISA (V) 的股份。他增加了雪佛龙的股份。默克、VISA 和雪佛龙都是道琼斯指数成分股票。

苹果 (AAPL) 和亚马逊 (AMZN) 在内的顶级持股保持稳定。

Thursday, November 11, 2021

Costco Online Shopping List 好市多网购清单

原来 COSTCO 的中文名字叫做“好市多”,我刚才谷歌了一下才知道。

这个清单列出了一些常用、重复买的杂货。

本来想把这些清单的链接列在这里,最后还是觉得算了吧。每个人的喜好不一样,而且我还是喜欢去店里购物。

Friday, November 5, 2021

QQC 和 QQC.F

QQQ.F 本来叫做 the Invesco QQQ Index ETF (QQC.F)。

2021 年 4 月 28 日宣布改成了 Invesco NASDAQ 100 Index ETF,符号不变(https://bit.ly/3wkS29F)。

因为 Invesco Canada Fund 在 2021 年 5 月 27日推出了更多的 NASDAQ 相关的 ETFs,这里就包括 QQC 这个 QQC.F 对应的非套利版本(https://bit.ly/2ZTF32z)。

详情请查看: https://www.invesco.ca/ivz/exchange-traded-funds