Created at 1pm, Mar 5
ilkeCrypto
0
The Celo Protocol: A Multi-Asset Cryptographic Protocol for Decentralized Social Payments (Whitepaper)
A_x3YyBjfha7AtDxIlJ3hbdPXzNQMKZO7p2CRR3yPV0
File Type
PDF
Entry Count
64
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Two of the biggest barriers to the large-scale adoption of cryptocurrencies as a means of payment are ease-of-use and purchasing-power volatility. Celo protocol is a protocol that addresses these issues with an address-based encryption scheme and a stable-value asset.cLabs Team, draft version 0.25

While a single stable-value currency would be helpful, a thriving cryptoeconomy is best-served by a family of stable-value currencies, much as it is well-served by the family of variable-value cryptoassets that we have today. Certainly a cryptocurrency pegged to the US Dollar has several uses, from social payments in the US, to user-initiated dollarization in hyper-inationary markets, to the ecient settlement of high-frequency crypto-asset trades. At the same time, a cryptocurrency pegged to the Euro would also be useful for many purposes, as would a cryptocurrency pegged to the price of a basket of goods in Greece, as would a cryptocurrency pegged to the price of a barrel of oil, or housing in San Francisco. Stable-value local, regional, and utility currencies allow people to hedge price risk in their lives by denominating a portion of their personal economy in currencies that are stable vis-a-vis the price of the goods they regularly use.
id: 4ea3b9f8a54be86d0b5b40296c18bf74 - page: 8
3.1 Elastic Coin Supply and Shifting Volatility Risk Several protocols have been proposed for a decentralized stabilized value cryptocurrency (for example [17, 2, 1, 19]). While a full review of these proposals is outside of the scope of this paper, they generally share two properties. First, rather than a deterministic coin supply rule (in which the coin supply and growth rate are determined in advance, independent of exogenous information), they each introduce an elastic coin supply rule, that stabilizes the value of the coin by adjusting the supply of the coin to match the demand. Second, they each introduce a multi-asset ecology, in which one coin is intended to be stable, while one or more complementary crypto-assets bear the risk of a decrease in stablecoin demand (and receives a reward in the case of an increase in stablecoin demand). In essence, they each shift volatility risk from the coin holders to the complementary asset holders.
id: c680becd73b14212652bfc594db09cd0 - page: 8
The Celo protocol utilizes the same two key intuitions, with ve novel features: (a) it introduces a multi-asset tiered reserve that supports several local and regional stable value currencies, (b) it sets expansion and contraction parameters that are tuned to the reserve ratio dened by the tiered reserve, (c) it introduces a decentralized exchange in which the dierent local and regional currencies and the reserve currency can be traded amongst one another without a central party, and that the protocol can use to perform expansions and contractions, (d) it releases block rewards and other incentives in the reserve currency, and (e) it has a governance mechanism in which long-term stakeholders in the reserve currency are responsible for governing the assets held in reserve and the new local currencies that are introduced.
id: 0fc2eeb74b82828214335f2e7d2ee788 - page: 8
3.2 Protocol Summary At a high level, the protocol proceeds as follows: 1. The protocol establishes a xed supply of assets, called Celo (also referred to as the Celo native asset), a portion of which is distributed over time. From the initial asset distribution, a portion is placed in reserve and diversied. 2. The protocol also establishes a means-of-payment currency, called the Celo Dollar, that is intended to be pegged roughly to the US Dollar, that adheres to the following elastic coin supply rule: When coin supply needs to expand (when the price of Celo Dollar is above the peg), the protocol creates new coins, as in [17, 1, 2]. But rather than distributing them to token holders, it uses 8 them to purchase a basket of cryptocurrencies4 at market rates through a smart contract. These purchases get added to the reserves. This is analogous to a central bank expanding the money supply by buying nancial assets on the open market and depositing them in the reserves.
id: 9feb6697e4b8f3404466b1e9e2f33037 - page: 8
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "A_x3YyBjfha7AtDxIlJ3hbdPXzNQMKZO7p2CRR3yPV0", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "A_x3YyBjfha7AtDxIlJ3hbdPXzNQMKZO7p2CRR3yPV0", "level": 2}'