docs: gallery vault governance and curation API specs - #135
Open
mxjxn wants to merge 1 commit into
Open
Conversation
Two new specs for the SuchGallery system: - gallery-vault-spec.md: On-chain vault + governance layer - Solo vs Collective ownership modes - GalleryDAO lightweight governor (ERC-20 per gallery, proposals, voting) - GalleryToken with transferable toggle (soul-bound by default) - Solo → Collective transition (irreversible) - Emergency dissolve via supermajority - Purely additive storage changes to SuchGallery.sol - gallery-curation-api.md: Off-chain mutable exhibition surface - 5 content types: deposited, external_listing, image, text, empty - EIP-712 signed curator auth - Exhibition versioning with full history - Vault sync indexer (watches registerDeposit + TBA transfers) - 3D viewer rendering pipeline - IPFS base (static) + API overlay (dynamic) architecture
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two specs for the SuchGallery system beyond the base contracts in #132.
gallery-vault-spec.md — On-chain vault + governance
gallery-curation-api.md — Off-chain mutable exhibitions
deposited(TBA vault),external_listing(other peoples art for sale),image(any image, minted or not),text(plain text panels),emptyregisterDepositevents and TBA balance changesWhy
ERC-6551 needs a reason to exist beyond custody. The vault (permanent collection) is that reason. Collective ownership fills the Party Protocol gap with a lighter approach. The curation API makes the gallery a "wow such gallery" surface — curating anything, not just what you own.
Remaining for build
After this + #132 + #133 merge: