Whether a namespace requires redeploying the program is an implementation detail. What matters is that creating one is permissionless regardless of who deployed the program first. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Logos RFP Program
The Logos RFP Program supports independent developers and teams through grants to build tools, infrastructure, applications and integrations that expand the Logos ecosystem.
Through Requests for Proposals (RFPs), Logos invites builders to submit projects that demonstrate the capabilities of the Logos technology stack and help accelerate ecosystem adoption.
Projects supported under the Logos RFP Program may range from experimental prototypes and proofs-of-concept to production-ready or near-production-ready applications and integrations.
Note
By participating in the Logos RFP Program, including by submitting a proposal through this repository, you agree to the Terms & Conditions. Please read them carefully before submitting a proposal.
About Logos
Logos is a social movement and decentralised technology stack.
The Logos stack comprises three core layers:
- Blockchain – A privacy-preserving Layer 1 for execution, settlement, and coordination. The Logos Execution Zone (LEZ) is the programmable environment where decentralised applications run, featuring a unique separation of public and private state with shielded balances and private state as first-class primitives.
- Storage – Durable, censorship-resistant data availability powering fully decentralised apps and file sharing.
- Messaging – Private peer-to-peer communication that resists surveillance and censorship.
Together these form a unified, modular ecosystem, accessible through Logos Core, a plugin-based runtime that lets developers compose all three layers into privacy-preserving applications.
Submitting a Proposal
How to submit a proposal:
- Browse the open RFPs below
- Read the RFP you want to apply for in the
rfps/folder - Submit a proposal by creating a new issue
- We review proposals weekly and typically respond within 14 days
Use the GitHub issue pertaining to your proposal for any questions or clarifications. Updates regarding the decision of your proposal will be made on your issue / contact information provided in the proposal.
Proposals must follow the submission template.
What We Support
Proposals should align with one of the below focus categories:
- Developer Tooling and Infrastructure
- Applications and Integrations
- Ecosystem and Community Enablement
Open RFPs
Click an RFP to view details. Use the Submit Proposal button to apply.
| ID | Title | Tier | Status | Category | Submit Proposal |
|---|---|---|---|---|---|
| RFP-001 | Admin Authority Library | XS | closed | Developer Tooling & Infrastructure | Closed |
| RFP-002 | Freeze Authority Library | XS | closed | Developer Tooling & Infrastructure | Closed |
| RFP-003 | Atomic Swaps with LEZ | XL | open | Applications & Integrations | Submit Proposal |
| RFP-004 | Privacy-Preserving DEX | XL | closed | Applications & Integrations | Closed |
| RFP-008 | Lending & Borrowing Protocol | XL | open | Applications & Integrations | Submit Proposal |
| RFP-012 | Curated Lending Vaults | L | open | Applications & Integrations | Submit Proposal |
| RFP-013 | Reflexive Stablecoin Protocol | XL | open | Applications & Integrations | Submit Proposal |
| RFP-014 | Liquidation & Auction Engine | L | open | Applications & Integrations | Submit Proposal |
| RFP-015 | Token Launchpad: Bonding Curve | L | open | Applications & Integrations | Submit Proposal |
| RFP-016 | Token Launchpad: LBP | XL | open | Applications & Integrations | Submit Proposal |
| RFP-017 | Privacy-Preserving Token Vesting | L | open | Applications & Integrations | Submit Proposal |
| RFP-019 | On-Chain TWAP Oracle | L | open | Developer Tooling & Infrastructure | Submit Proposal |
| RFP-020 | RedStone Off-Chain Oracle Adaptor for LEZ | M | open | Developer Tooling & Infrastructure | Submit Proposal |
Terms & Conditions
All participants are bound by the Terms & Conditions. Key points:
- Submissions must be open sourced under MIT or Apache 2.0 unless otherwise agreed.
- Submissions are public and non-confidential.
- Logos retains sole discretion over evaluation and Grant awards.
- No Grant is awarded and no obligation to provide any Grant arises unless a Grant Agreement is executed.
See the full Terms & Conditions for eligibility, IP, liability, and other provisions.
License
Licensed under either of:
at your option.
Formatting
Markdown files in this repository are formatted with
mdformat. The configuration lives in
.mdformat.toml at the repo root.
Install mdformat along with the GitHub-Flavored Markdown and frontmatter plugins:
pip install mdformat mdformat-gfm mdformat-frontmatter
Format all markdown files before committing:
mdformat .
Please run mdformat on any markdown you change before opening a pull request,
so reviews focus on content rather than formatting noise.
How to add a new RFP
To create a new Request For Proposal, follow the RFP creation guide
