AIPs are the primary mechanism for proposing protocol changes, new features, and standards in the Aethelred ecosystem — analogous to Ethereum EIPs, Cosmos ADRs, and Aptos AIPs.
| AIP | Title | Status | Category |
|---|---|---|---|
| AIP-0001 | AIP Purpose and Guidelines | Final |
Meta |
| AIP-0002 | Proof-of-Useful-Work Consensus Specification | Draft |
Core |
| AIP-0003 | Digital Seal Standard | Draft |
Standard |
Idea → Draft → Review → Final
↓
Withdrawn
| Status | Meaning |
|---|---|
Idea |
Pre-draft, informal discussion |
Draft |
Formal proposal, open for feedback |
Review |
Core team review + governance vote |
Final |
Accepted and implemented |
Withdrawn |
Abandoned by author |
Replaced |
Superseded by a newer AIP |
- Discuss first: Open a GitHub Discussion or post in Discord
#aip-discussion - Fork this repo and copy
AIPs/AIP-TEMPLATE.mdtoAIPs/AIP-XXXX.md - Fill in all required frontmatter fields
- Open a PR — the AIP number will be assigned by a maintainer
- Engage with feedback and iterate
All AIPs must include the following YAML frontmatter:
---
aip: <number>
title: <Short Title>
author: <Name> (@github_handle)
status: Draft
type: Core | Standard | Informational | Meta
created: YYYY-MM-DD
---