-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Summary
Proposing a new BIP to formalize the MRK (Mark) protocol for on-chain content marking using OP_RETURN transactions.
Proposed BIP Content
Type: Standards Track
Scope:
- OP_RETURN format for marks (37-byte payload)
- Magic bytes (
0x4D524B= "MRK"), versioning, type codes - Reference hash computation (SHA256)
- Mark types: URL, Address, Content, Nostr, Git Commit
Example
6a 25 4d524b 01 01 <32-byte-sha256-hash>
│ │ │ │ │ └── Reference hash
│ │ │ │ └───── Type (01 = URL)
│ │ │ └──────── Version
│ │ └─────────────── Magic ("MRK")
│ └────────────────── Push opcode (37 bytes)
└───────────────────── OP_RETURN
Questions
- What BIP number should be assigned?
- Relationship to BIP-3 (MARKS Exchange) / BIP-4 (MARKING docs)?
- Confirm mediawiki template to use?
Next Steps
Will submit PR with bip-XXXX.mediawiki once number assigned.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels