-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
7 additions
and
6 deletions.
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 |
---|---|---|
|
@@ -229,6 +229,7 @@ Telos | |
Tenet | ||
ThunderCore | ||
Transaction Service | ||
Transciever | ||
U2U | ||
UI Kit | ||
Ultron | ||
|
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
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Optimistic Validity Proof | ||
|
||
* optimistically assume settlements are valid, but provide a mechanism for challenging them, where the onus of proof is on the processor. I.e. the processor must prove correctness if challenged (as opposed to optimistic fraud proofs, where the challenger must prove incorrectness). | ||
* optimistically assume settlements are valid, but provide a mechanism for challenging them, where the onus of proof is on the processor. The processor must prove correctness if challenged (as opposed to optimistic fraud proofs, where the challenger must prove incorrectness). |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Settlement | ||
|
||
* process by which a processor debits funds from a Safenet account in order to repay the liquidity provider for the short-term loan (i.e. pre-fund) from the Safenet action. | ||
* process by which a processor debits funds from a Safenet account in order to repay the liquidity provider for the short-term loan (pre-fund) from the Safenet action. | ||
|
||
1. If no `validator` challenges the settlement request, the settlement is executed. | ||
2. If a `validator` challenges the settlement request, the `processor` needs to provide a proof that the transaction was valid. This proof requires external bridges and is gas and time consuming. |
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
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