---
tags: v3, product ideas
---
# Encrypted DAO Content
App to encrypt and publish static content that can only be decrypted by DAO shareholders.
- LIT protocol static document encryption/decryption
- IPFS storage for encrypted documents
- POSTER/DAO database records to display the current document version
- DAOhaus v3 tooling for UI
## Details
1. DAOhaus v3 app
- scoped to dao
- form
- markdown document editor in form - see v2 documents boost
- includes poster schema metadata fields
- might need a way to revise/add a version
- encrypts the document - do we need to turn this into a file somehow?
- uploads to ipfs and returns to poster content json
- 'posts' on submit
- document list
- document detail view
2. DAOhaus v3 subgraph document schema
- w/ mappings to parse if needed
- poster tag / member only
### Reference
LIT SDK encryption/decryption:
https://developer.litprotocol.com/SDK/Explanation/EncryptionCategory/encryption
IPFS upload reference:
https://github.com/HausDAO/daohaus-app/blob/develop/src/utils/txHelpers.js#L257
handling poster content:
https://github.com/HausDAO/daohaus-app/blob/develop/src/utils/poster.js
Markdown editor and display:
https://github.com/HausDAO/daohaus-app/blob/develop/src/components/MarkdownDisplay.jsx
https://github.com/HausDAO/daohaus-app/blob/develop/src/formBuilder/mdEditor.jsx
## Scratch
https://developer.litprotocol.com/
https://developer.litprotocol.com/SDK/intro
secrets.daohaus.fun
## Future
Allow selection of various strategies for access
- share threshold
- loot holders
- HATS
Ratify w/ proposal