Covenants Uses: Difference between revisions
Jump to navigation
Jump to search
1440000bytes (talk | contribs) First draft |
1440000bytes (talk | contribs) update primitives for ark |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Name !! Link !! Description !! Phase (Implemented, Spec, Prototype, Idea) | ! Name !! Link !! Description !! Phase (Implemented, Spec, Prototype, Idea) !! Primitives | ||
|- | |- | ||
| | | rowspan="2" | Pool || rowspan="2" | https://notes.dunst.be/slide/#/2/slide/view/Ekky-cAegV9dSOaNOjH9TStNOmAnrhDDc9hxHlmRs5M/embed/present/ <br> https://github.com/stutxo/op_ctv_payment_pool <br> https://github.com/sapio-lang/sapio/tree/master/plugin-example/payment_pool <br> https://rubin.io/bitcoin/2021/12/15/advent-18/ || Rolling coinjoin (joinpool) || Prototype || CHECKTEMPLATEVERIFY | ||
|- | |- | ||
| Payment pool || Prototype || CHECKTEMPLATEVERIFY | |||
|- | |||
| rowspan="2" | Vault || rowspan="2" | https://github.com/jamesob/simple-ctv-vault <br> https://github.com/jamesob/opvault-demo <br> https://github.com/stutxo/Op_SecureTheSandwich || Vault without pre-signed transactions || Prototype || CHECKTEMPLATEVERIFY | |||
|- | |||
| Dynamic vaults || Prototype || VAULT / CHECKCONTRACTVERIFY | |||
|- | |||
| rowspan="2" | DLCs || rowspan="2" | https://github.com/discreetlogcontracts/dlcspecs/ <br> https://covenants.info/use-cases/dlcs/ <br> https://github.com/bennyhodl/dlcat || 30x more performant DLCs || Prototype / Spec || CHECKTEMPLATEVERIFY / TXHASH / CHECKCONTRACTVERIFY | |||
|- | |||
| Transferable DLCs || Idea || CAT / TXHASH / CHECKCONTRACTVERIFY | |||
|- | |||
| Ark || rowspan="2" | https://codeberg.org/ark-bitcoin/bark/commits/branch/ctv || Layer 2 protocol || Prototype || CHECKTEMPLATEVERIFY / TXHASH | |||
|} | |} |
Latest revision as of 03:01, 12 March 2025
This page is an index of projects using covenants in an interesting way. Please update with links.
Phases Key:
- Spec: A detailed document
- Prototype: A component of something is built or a toy-level implementation
- Idea: A description of something which could be built.