forked from cardano-foundation/CIPs
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPS for faster settlement #3
Closed
Closed
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
--- | ||
CPS: 0STL | ||
Title: Faster Settlement | ||
Category: Consensus | ||
Status: Open | ||
Authors: | ||
- Arnaud Bailly <[email protected]> | ||
- Brian W. Bush <[email protected]> | ||
- Hans Lahe <[email protected]> | ||
Implementors: N/A | ||
Discussions: | ||
Created: 2024-09-30 | ||
License: Apache-2.0 | ||
--- | ||
|
||
# CIP-???? Faster Settlement | ||
|
||
> [!NOTE] | ||
> The structure of a CPS file is summarized in the table below: | ||
> | ||
> | Name | Description | | ||
> | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
> | Preamble | Headers containing metadata about the CPS. | | ||
> | Abstract | A short (\~200 word) description of the target goals and the technical obstacles to those goals. | | ||
> | Problem | A more detailed description of the problem and its context. This section should explain what motivates the writing of the CPS document. | | ||
> | Use cases | A concrete set of examples written from a user's perspective, describing what and why they are trying to do. When they exist, this section should give a sense of the current alternatives and highlight why they are unsuitable. | | ||
> | Goals | A list of goals and non-goals a project is pursuing, ranked by importance. These goals should help understand the design space for the solution and what the underlying project is ultimately trying to achieve. <br/><br/>Goals may also contain requirements for the project. For example, they may include anything from a deadline to a budget (in terms of complexity or time) to security concerns. <br/><br/>Finally, goals may also serve as evaluation metrics to assess how good a proposed solution is. | | ||
> | Open Questions | A set of questions to which any proposed solution should find an answer. Questions should help guide solutions design by highlighting some foreseen vulnerabilities or design flaws. Solutions in the form of CIP should thereby include these questions as part of their _'Rationale'_ section and provide an argued answer to each. | | ||
> | _optional sections_ | If necessary, these sections may also be included in any order:<br/>**References**<br/>**Appendices**<br/>**Acknowledgements**<br>Do not add material in an optional section if it pertains to one of the standard sections. | | ||
> | Copyright | The CPS must be explicitly licensed under acceptable copyright terms. | | ||
|
||
|
||
## Abstract | ||
|
||
Existing and emerging Cardano use cases would greatly benefit from faster "settlement" or "finality" of transactions. Moreover, some use cases are hampered or blocked by not having transaction settlement within minutes of including of a transaction on a block. Examples are partner chains, bridges, exchanges (centralized and decentralized), Dapps, and ordinary high-value transactions. Although rollbacks of transactions on the Cardano `mainnet` are uncommon because of the careful design of the Ouroboros protocol and the robust implementation of the Cardano node's memory pool and block diffusion, extraordinary adversarial conditions can in principle produce forks that cause impactful rollbacks with some probability: stake-based and CPU-based attacks might seek to create long-lived adversarial forks, for example. The Cardano `mainnet` currently has a 5% active slot coefficient and a security parameter of 2160 blocks (approximately 12 hours). Recent research indicates that for faster settlement (precisely defined in terms of stakeholder use cases) the Ouroboros protocol logic could be modified and the active slot coefficient could be optimized. | ||
|
||
## Problem | ||
|
||
Fast settlement is a critical part of Cardano scaling, as described in [*Scaling blockchain protocols: a research-based approach*](https://www.youtube.com/watch?v=Czmg9WmSCcI). Under Ouroboros Praos, settlement occurs probabilistically on the Cardano blockchain, where the probability that a block will be rolled back from the preferred chain decreases exponentially as the chain grows beyond the block and where that rate of decrease is slower when adversarial activity is stronger. Some use cases require high assurance that a block (and the transactions within it) will not be rolled back, necessitating a potentially lengthy wait before a transaction is considered "settled" or "finalize". Some major centralized exchanges, for example, require fifteen confirmations (i.e., blocks) before a transaction is considered settled: this amounts to waiting ten minutes before a consumer has their transacted funds or tokens available for subsequent use. This situation is not unique to Cardano: centralized exchanges generally require at least five minutes wait for most of the common blockchains. Partner chains and bridges may have stringent requirements for fast and highly certain settlement. | ||
|
||
There are several definitions of "settlement" or "finality", and precision is important when discussing these. Two noteworthy scenarios can be defined precisely. | ||
|
||
- *Ex ante* settlement probability: "What is the probability that a transaction that I just submitted will ever be rolled back?" | ||
- *Post facto* settlement probability: "Given that I submitted my transaction $x$ seconds ago and it has not yet been rolled back, what is the probability that it will ever be rolled back?" | ||
|
||
If one is unwilling or unable to re-submit a rolled-back transaction, then the *ex ante* probability might be of most interest. This matches use cases where there is no opportunities for the parties involved in a transaction to resubmit it: for example, one party might have purchased physical goods and left the vendor's premises, leaving no chance to resubmit a rolled-back transaction. | ||
|
||
Other use cases are better suited for *post facto* settlement: for example, a partner chain, bridge, or decentralized exchange can monitor the ledger for a fixed time and see that the transaction either is not or is rolled back, knowing that there is only a vanishingly small chance of that status ever changing once they have watched the chain for the fixed amount of time, giving them an opportunity to re-submit the transaction if it was rolled back. Both opportunity and back-end infrastructure distinguish these use cases. Protocols like Peras optimize *post facto* certainty after predefined waiting times. | ||
|
||
Settlement failures (i.e., roll backs) can occur naturally as short forks occur due to multiple slot leaders being elected in the same slot or due to network delays. Under typical uncongested conditions such forks often do not create settlement failures because a user's transaction tends to the diffuse throughout the global memory pool and is included in a block on each of the honest, naturally occurring forks. Careful observation might reveal that the transaction was rolled back from one fork but was adopted on the newly preferred fork. Cardano tooling should routinely deal with such situations even though they are rarely apparent to or affect end users. Most wallets do not display information about short forks and rollback to users. Short forks occur hourly at local Cardano nodes, but globally visible forks are much less common, and anecdotal evidence indicates that rollbacks of more than three blocks never occur on a large scale on Cardano `mainnet`. (There may be one exception to this, however, where a longer rollback is said to have occurred.) | ||
|
||
Casual perusal of information about Cardano on the internet reveals a wide variety of conflicting explanations and assertions regarding settlement and finality. The terms "settlement" and "finality" are not clearly defined in the context of Cardano and statements about them range from saying that only one block/confirmation is required to consider a transaction settled to 2160 blocks or 12 hours is required for settlement. The Ouroboros security parameter *k* also seems poorly described. | ||
|
||
> [!NOTE] | ||
> Are there internal IO, CF, or Intersect computations or measurements that could be included in this section? | ||
|
||
Many centralized exchanges have published the number of confirmations (blocks) required for them to consider a transaction settled. Taking Kraken as an example, we see in the following table the significant delay required for transactions to be treated as final. Cardano is not among the cluster of fast-settling blockchains. | ||
|
||
| Blockchain | Confirmations Required | Approximate time (minutes) | | ||
| ---------- | ---------------------: | -------------------------: | | ||
| Algorand | 10 | 1 | | ||
| Aptos | 50 | 5 | | ||
| Avalance | 20 | 1 | | ||
| Bitcoin | 3 | 30 | | ||
| Cardano | 15 | 10 | | ||
| Dogecoin | 40 | 40 | | ||
| Ethereum | 70 | 14 | | ||
| Polkadot | n/a | 5 | | ||
| Ripple | n/a | 0 | | ||
| Solana | n/a | 0 | | ||
| Tezos | 6 | 3 | | ||
|
||
> [!NOTE] | ||
> Add data from other exchanges to the table above, and provide citations. | ||
|
||
Cardano Dapps and DEXes vary quite a bit regarding how many confirmations they require before they consider a transaction settled. | ||
|
||
> [!NOTE] | ||
> Collect settlement-requirement data for prominent Dapps and DEXes, and display in a table. | ||
|
||
|
||
## Use cases | ||
|
||
Fast settlement primarily benefits use cases where a party needs certainty, after a fixed amount of time, about the settlement status of a transaction. The generic use case follows. | ||
|
||
1. The party submits a transaction to the local memory pool. | ||
2. A block producer includes the transaction in a newly forged block. | ||
3. After a fixed time passes or a specific indication is observed, the party considers their transaction settled. | ||
4. Contrarily, the party might observe that their transaction was rolled back from the preferred chain, so they may choose to resubmit it to the memory pool. | ||
|
||
Specific use cases involving time-constrained, high-value transactions conform to this generic pattern. When the value at risk is low, a one-in-a-million chance of a rollback might not be as concerning as it would be for a large transaction. Examples follow: | ||
|
||
- Centralized exchanges, where fast settlement improves the user convenience and experience | ||
- Partner chains and bridges, where certainty about synchronization between two chains is essential | ||
- Dapps where fixed-horizon certainty is needed to orchestrate transactions | ||
- Ordinary transactions where a brief wait is acceptable but a roll-back is not | ||
|
||
For example, the partner-chain use case might leverage Peras as follows. The desired target for cross-chain transfers is on the order of minutes. | ||
|
||
1. Funds or tokens need to be transferred from the partner chain to the Cardano chain. | ||
2. A smart-contract transaction escrows the funds/tokens on the partner chain. | ||
3. Simultaneously, a mirror of that smart-contract transaction is submitted on Cardano. | ||
4. After a short amount of time, the Cardano transaction has been incorporated into a newly-formed block. | ||
5. Wait for settlement or non-settlement, either by waiting for a specific number of blocks to cover the transaction or by observing some other aspect of the chain. | ||
1. If the transaction settled, complete the escrow contract on the partner chain. | ||
2. If the transaction was rolled back, resubmit it. | ||
|
||
> [!NOTE] | ||
> Write out detailed use cases. | ||
|
||
## Goals | ||
|
||
The overall goals are to precisely define settlement metrics and to propose protocol or parameter changes that significantly speed settlement without negatively impacting performance or security. | ||
|
||
1. Develop precise settlement/finality metrics relevant for stakeholders. | ||
1. Some metrics should be defined in terms of the whole life cycle of a transaction, from its submission to the memory pool to it becoming settled in a block. | ||
2. Block- versus slot-based metrics have value for different use cases. | ||
3. Embody these metrics in an open-source library or toolkit for estimating settlement times or measuring finality of Cardano transactions. | ||
4. Create metrics that are practical for wallets to implement and to clearly present to users. | ||
2. Shorten settlement time, as defined by stakeholder-relevant metrics, in the face of even moderate adversarial activity. | ||
1. Stake-based adversaries. | ||
2. Attacks utilizing adversarial resources (CPU or network). | ||
3. Natural disruption of infrastructure or networks. | ||
4. Fall back to Praos-like security in the face of strongly adversarial conditions. | ||
|
||
It addition to the goals above, it is advisable to avoid the following potentially costly changes. | ||
|
||
1. Avoid making major changes to the existing Ouroboros protocol parameters or logic. | ||
2. Do not weaken Ouroboros security or enlarge its attack surface. | ||
3. Minimize changes that increase the resource usages of Cardano nodes or the cost of operating them. | ||
|
||
Three approaches are under active consideration or development to address the settlement and finality problem. | ||
|
||
- *Voting approaches* strengthen the weight of the preferred chain, making it extremely difficult to roll back blocks on the prefix of the chain that was made weightier by a quorum (consensus) of stake-based votes. [Ouroboros Peras](https://github.com/cardano-foundation/CIPs/pull/872) is an example of this. This approach does not mitigate CPU-resource attacks. | ||
- *Anti-grinding approaches* make prohibitively expensive any attacks that rely on CPU resources to weaken cryptographic guarantees of the pseudo-randomness. This approach does not mitigate stake-based attacks. | ||
- *The protocol-parameter approach* simply lowers the active slot coefficient (currently set to 5% of the slots on `mainnet`) to a somewhat lower value, so that the block production rate and settlement are faster. This approach can only moderately shorten settlement times. | ||
|
||
|
||
## Open questions | ||
|
||
- Is finality on the order of a couple of minutes feasible on Cardano? | ||
- What definitions of settlement and finality are most relevant to Cardano stakeholder use cases? Is a single definition common to all use cases? | ||
- How best can empirical data on Cardano `mainnet` settlement and finality be collected and communicated? | ||
- Can a single approach to faster settlement work in the face of both stake-based and resource-based adversaries? | ||
- Would faster settlement negatively impact or be undercut by other planned Cardano node updates? | ||
- What are the trade-offs between settlement speed, throughput, performance, and security? | ||
- To what extent would tiered pricing for transactions improved settlement times for high-value transactions. | ||
- Is "rollback insurance" a viable alternative to shortening settlement times? | ||
|
||
|
||
## Copyright | ||
|
||
This CIP is licensed under .[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0). |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't quite make sense - 15 slots would (using the average) suggest a (average) 5 minutes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't, but these are the numbers Kraken publicly lists here: https://support.kraken.com/hc/en-us/articles/203325283-Cryptocurrency-deposit-processing-times
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Binance, the number of confirmations is 30: https://www.binance.th/en/faq/crypto-deposit-%7C-withdrawal/3d76576f070d4c19bddac5279f37bd10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In 3f9a38d I added a sentence highlighting that Kraken's inconsistency about Cardano settlement is further evidence of imprecise understanding of settlement.