Skip to content

Commit

Permalink
Update celo-value.md (celo-org#212)
Browse files Browse the repository at this point in the history
* Update celo-value.md

* fix links

* unbold headings
  • Loading branch information
critesjosh authored Nov 2, 2021
1 parent 71d4e1d commit d5fc90e
Showing 1 changed file with 42 additions and 44 deletions.
86 changes: 42 additions & 44 deletions docs/learn/celo-value.md
Original file line number Diff line number Diff line change
@@ -1,88 +1,86 @@
# Celo Value

### **Stable Value Currencies**
### Stable Value Currencies

Celo includes native support for multiple ERC20-like stable currencies pegged to ‘fiat’ currencies like the US dollar, to facilitate the use of Celo as a means of payment.
Celo includes native support for multiple [ERC20-like stable currencies](learn/celo-protocol.md#stable-cryptocurrencies) pegged to ‘fiat’ currencies like the US dollar, to facilitate the use of Celo as a means of payment.

### **Accounts Linked to Phone Numbers**
### Accounts Linked to Phone Numbers

Celo maintains a secure decentralized mapping of phone numbers that allow wallet users to send and receive payments with their existing contacts simply and with confidence that the payment will reach the intended recipient.
Celo maintains a secure [decentralized mapping of phone numbers](../celo-codebase/protocol/identity) that allow wallet users to send and receive payments with their existing contacts simply and with confidence that the payment will reach the intended recipient.

### **Transaction Fees in Any Currency**
### Transaction Fees in Any Currency

Users can pay transaction fees in stable currencies so that they do not need to manage the balances of different currencies.
Users can [pay transaction fees](../celo-codebase/protocol/transactions/erc20-transaction-fees) in stable currencies so that they do not need to manage the balances of different currencies.

### **Immediate Syncing Even on Slow Connections**
### Immediate Syncing Even on Slow Connections

Extremely fast, secure synchronization between mobile devices and the Celo network means that even wallet users with high latency, low bandwidth, or high-cost data tariffs can use Celo. Celo removes the need to check every header before a received header can be trusted. The performance will be further improved with BLS signature aggregation and succinct zero-knowledge proofs, via zk-SNARKs.
Extremely fast, secure [synchronization](../celo-codebase/protocol/plumo) between mobile devices and the Celo network means that even wallet users with high latency, low bandwidth, or high-cost data tariffs can use Celo. Celo removes the need to check every header before a received header can be trusted. The performance will be further improved with BLS signature aggregation and succinct zero-knowledge proofs, via zk-SNARKs.

### **Proof-of-Stake**
### Proof-of-Stake

Celo uses a Proof-of-Stake (PoS) consensus algorithm. In comparison to Proof-of-Work (PoW) systems like Bitcoin and Ethereum, this eliminates the negative environmental impact and means that users can make transactions that are cheaper, faster, and where the outcome cannot be changed once complete.
Celo uses a [Proof-of-Stake (PoS)](../celo-codebase/protocol/proof-of-stake) consensus algorithm. In comparison to Proof-of-Work (PoW) systems like Bitcoin and Ethereum, this eliminates the negative environmental impact and means that users can make transactions that are cheaper, faster, and where the outcome cannot be changed once complete.

### **Full Node Incentives**
### On-chain Governance

The Celo protocol offers incentives for running full nodes to service the light clients that run on each mobile device. Unlike other Proof-of-Stake systems, users can still earn cryptocurrency in exchange for providing compute resources without having to stake funds.
Since great user experiences and operating a modern networking protocol need iteration and improvement, Celo supports rapid upgrades and protocol changes via on-chain governance in which all CELO holders can participate.

### **On-chain Governance**

Since great user experiences need constant iteration, Celo supports rapid upgrades and protocol changes via on-chain governance in which all cryptocurrency holders can participate.

### **Programmable (Full EVM Compatibility)**
### Programmable (Full EVM Compatibility

Celo includes a programmable smart contract platform that is compatible with the Ethereum Virtual Machine (EVM), which is already widely adopted, familiar to developers and has strong tool support. This enables Celo to deliver rich user features and rapidly support a wide ecosystem of third-party applications and extensions.

### **Self Custody**
### Self Custody

Users have access to and fully control their funds and account keys, and don't need to depend on third parties to make payments.

____
## Metrics

# **Metrics**
### Validators

### **Validators**
110 Globally

```
100 Globally
```
Celo has a validator set with a current size of 110 validators. Validators are elected to this set on a daily basis; typically more validators stand for election than seats available. The validator set size may be raised in the future through the [on-chain governance](../celo-codebase/protocol/governance) process.

Celo has a validator set with a fixed maximum size of 100 validators at any given time. Validators are elected to this set on a daily basis; typically more validators stand for election than seats available. This fixed maximum of 100 validators may be raised in future by on-chain governance.
You can view more detailed infor about the current validator set at [stats.celo.org](https://stats.celo.org/).

### **Total Blocks**
### Total Blocks

For real-time updates and information, please visit [explorer.celo.org](https://explorer.celo.org/)

### **Average Block Time**

```
5 seconds
```
### Average Block Time

For real-time updates and information, please visit [https://explorer.celo.org/](https://explorer.celo.org/)
Celo's average blocktime is 5 seconds. For real-time updates and information, please visit [https://explorer.celo.org/](https://explorer.celo.org/)

### **Average User-Perceived Transaction Time Average Network Transaction (Gas) Fee**
### Average User-Perceived Transaction Time Average Network Transaction (Gas) Fee

Transactions are interactions that occur between user addresses and Celo (e.g., transferring funds).

```
<$.01 Average Network Transaction Fee
```
**<$.01 Average Network Transaction Fee**

:::note

Real-time gas fees are captured in gwei on [stats.celo.org](https://stats.celo.org/).

**Note:** Real-time gas fees are captured in gwei on [stats.celo.org](https://stats.celo.org/). Please refer to the bolded number above for legally-approved gas fee conversion from gwei to USD.
:::

### **Circulating Supply**
### Circulating Supply

* **CELO:** Metric updated in real-time, please visit [coinmarketcap.com/currencies/celo](https://coinmarketcap.com/currencies/celo/)
* **cUSD + cEUR:** Metrics updated in real-time, please visit [celoreserve.org](https://celoreserve.org/)

**Note: **For current circulating supply of cUSD and cEUR please see the section titled ‘outstanding supply’ and reference the top number in black.
:::note

### **Tons of Carbon Offset**
For current circulating supply of cUSD and cEUR please see the section titled ‘outstanding supply’ and reference the top number in black.

```
2285.2 Tons of Carbon Offset
```
:::

### Tons of Carbon Offset

**2679.3 Tons of Carbon Offset**

For real-time updates, please visit [wren.co/profile/celo](https://www.wren.co/profile/celo)

**Note:** Tons of carbon offset reflect Celo community purchases of carbon credits by way of funding the Community tree planting project with Wren.
:::note

Tons of carbon offset reflect Celo community purchases of carbon credits by way of funding the Community tree planting project with Wren.

:::

0 comments on commit d5fc90e

Please sign in to comment.