Incognito Performance

Introduction: A Platform of Decentralized Privacy Coins ▸

Shielding Cryptocurrencies: Turning Any Cryptocurrency Into a Privacy Coin ▸

Trustless Custodians: A Decentralized Approach to Cryptocurrency Custodianship ▸

Sending Cryptocurrencies Confidentially: Ring Signature, Homomorphic Commitment, and Zero-Knowledge Range Proofs ▸

Privacy at Scale with Dynamic Sharding ▸

Consensus: A Combination of iPoS, Multiview-pBFT, and BLS ▸

Multiview PBFT ▸

Incognito Software Stack: Navigating the Incognito Source Code ▸

Incognito Performance ▾

We evaluate the performance of Incognito based on its real workload on the mainnet, as well as on simulated workloads.

In evaluating the performance of the Incognito network, we focus on the privacy transaction throughput, more specifically the metric of transactions per second (TPS). Note that Incognito uses a UTXO based ledger. In most cases, fewer than 32 existing UTXOs are used as inputs and 2 new UTXOs are produced as outputs.

image

Figure 1. Transactions per second based on the number of inputs per transaction on a shard

In Figure 1, we show the TPS metric of one shard and two fixed outputs. In the best case, we have 6.5 TPS and only one input, and in the worst case, approximately 2.5 TPS and 32 inputs. From March 2020, we introduce the batch verification feature to verify transactions in a batch [Bunz et al., 2018]. This feature improves transaction throughput by twofold. Specifically, Incognito archives 12.5 TPS and 5 TPS for one input and 32 inputs, respectively.

image

Figure 2. Transactions per second based on number of shards

image

Figure 3. TPS comparison among Incognito, Monero, Zcash, Grin, and Beam

Transaction throughput scales out linearly with the number of shards. Currently, with 8 shards active, Incognito is able to handle 90-100 TPS in the most common case (two inputs and two outputs per transaction). We are working on a new network topology to scale to 64 shards. With this, Incognito will achieve 800 TPS, a significantly higher number than that of other privacy blockchains. For example, 4 TPS for Monero1, 6 TPS for Zcash2, 10 TPS for Grin3 and 17 TPS for Beam4. Details are shown in Figures 2 and 3.

Network Incentive: Privacy (PRV) ▸

User-Created Privacy Coins ▸

Use Cases: Privacy Stablecoins, Privacy DEX, Confidential Crypto Payroll, and more ▸

Future Work: Smart Contracts, Confidential Assets, Confidential IP, and more ▸

Conclusions, Acknowledgments, and References ▸

1redd.it/88gpvn

2redd.it/662iq4

3redd.it/a2pv94

4redd.it/eyue4p

29 Likes

How is sharding going to affect Incognito’s performance? Is it a linear relationship between TPS and number of shards? Are there any penalties from cross-shard interactions?

If there are, I think each shard should strive to be “stand-alone”, meaning a dapp should reside on only 1 shard to lower the amount of cross-shard interactions.

1 Like

Number of in-shard transaction per second increases linearly with the number of shards. While the delay or the number of cross-shard transaction won’t be effected when we increase the number of shards.

Absolute.

1 Like