Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions prizes/LP-0000.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<!-- Don't forget to add/update this prize in the table in README.md -->

---
# Always declare `dependencies:` — use `[]` if there are none.
# A missing field signals the author has not considered deps yet
# (lintable); `[]` signals considered and none. Replace `[]` with
# a list of `{ id, reason }` objects for prizes with hard deps on
# other L-Prizes, RFPs, R&D items, or sample apps, using canonical
# IDs (LP-XXXX, RFP-XXX). This field is parsed by downstream tooling
# (e.g. flywheels.logos.co). Example:
#
# dependencies:
# - id: LP-XXXX
# reason: short reason this prize depends on it
# - id: RFP-XXX
# reason: short reason this prize depends on it
dependencies: []
---

# LP-XXXX: <Title> [status]

**`Status`**:
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0001.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0001: Private NFT Ownership Proof [DRAFT]

**`Status: draft - pending NFT Program readiness`**
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0002.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0002: Private M-of-N Multisig [OPEN]

**`Logos Circle: N/A`**
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0003.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0003: Private Allowlist / Airdrop Distributor [OPEN]

**`Status: Open`**
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0004.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0004: Sealed-Bid Auction Using Shielded Balances [DRAFT]

**`Status: Draft - pending LEZ timelock feature`**
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0005.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0005: Private Token Balance Attestation [OPEN]

**`Logos Circle: N/A`**
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0006.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

<!-- Don't forget to add/update this prize in the table in README.md -->

# LP-0006: Atomic Swap with LEZ [DRAFT]
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0008.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0008: Autonomous AI Module with Wallet, Storage, and Messaging [OPEN]

**`Logos Circle: N/A`**
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0009.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0009: Keycard NIP-46 Nostr Signer Proxy [CLOSED]

**`Logos Circle: N/A`**
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0010.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0010: Shell dApp Integration Proof of Concept [CLOSED]

**`Logos Circle: N/A`**
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0011.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0011: Program development tooling: minimal Rust SDK for programs + CPI [DRAFT]

**`Status: Draft - To review with overlap with LEZ framework`**
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0012.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0012: Event/Log mechanism: Structured events for LEZ program execution [CLOSED]

**`Logos Circle: N/A`**
Expand Down
7 changes: 7 additions & 0 deletions prizes/LP-0013.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
dependencies:
- id: RFP-001
reason: Provides the standardised admin authority library that the
mint authority approval pattern must reuse, per Success Criteria.
---

# LP-0013: Token program improvements: authorities [OPEN]

**`Logos Circle: N/A`**
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0014.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0014: Token program improvements: Associated Token Accounts (ATAs) + wallet tooling [CLOSED]

**`Logos Circle: N/A`**
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0015.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0015: General cross-program calls via tail calls: external vs internal entrypoints + tooling [CLOSED]

**`Status: Closed`**
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0016.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0016: Anonymous Forum with Threshold Moderation and Membership Revocation [OPEN]

**`Status: Open`**
Expand Down
4 changes: 4 additions & 0 deletions prizes/LP-0017.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
dependencies: []
---

# LP-0017: Whistleblower — censorship-resistant document upload and indexing Basecamp app [OPEN]

**`Status: Open`**
Expand Down
Loading