Built for humans. Powered by code. Governed by Gnosis-vaultπ org.
Secure. Automated. Multichain. GitHub-native.
This repository powers a fully automated multisig coordination system using:
- Safe{Wallet}
- Reown (MPC signing)
- GitHub Actions + Discord + Slack + Telegram
- Next.js/TypeScript dashboards deployed on Vercel
- Proposal pipelines integrated with PRs, issues, and labels
| Role | Address | Network | Threshold | Status |
|---|---|---|---|---|
| Legacy Vault | 0x10A1...2e4f |
Ethereum | 2/3 | β Active |
| Primary Org Vault | 0x821f...Ed675 |
Arbitrum | 2/3 | β Active |
| Signer Key Vault | 0xAfD5...A0A0 |
Ethereum | 1/1 | β Active |
Vaults are monitored, updated, and coordinated through GitHub PRs and automated workflows.
| File/Dir | Purpose |
|---|---|
.github/workflows/update-readme.yml |
Syncs proposal + signer info to this README |
scripts/fetch-proposals.ts |
Pulls live Safe proposals |
scripts/generate-upside-down.ts |
Creates an alternate README (flipped order) |
status.json |
Live health data for GitHub, Safe, and dashboard |
config/safes.json |
Metadata source for multisig addresses |
logs/safe-proposals.json |
Proposal history log |
- π’ GitHub PR/issue/label β creates Safe proposal
- π Reown handles MPC signing and owner confirmation
- π° GitHub Actions pull updates and push to dashboard
- π Discord/Slack/Telegram notify members in real-time
- π§Ύ README.md is regenerated daily with live status
Synced daily from Safe β GitHub
| Date | Description | Status | Safe |
|---|---|---|---|
| 2025-07-18 | Transfer 0.5 ETH to 0xCafe...Babe |
β Pending | Arbitrum Vault 0x821f... |
| 2025-07-19 | 3.21 ETH to 0xDead...Beef |
β Signed | Ethereum Vault 0x10A1... |
| 2025-07-20 | 1.00 ETH to 0x1234...5678 |
β³ Awaiting | Signer Vault 0xAfD5... |
π View full proposal history β
.github-private/logs/safe-proposals.json
| Component | Status | Link/Source |
|---|---|---|
| GitHub Action CI | β Running | .github/workflows/update-readme.yml |
| Replit UI (Dev) | β Online | Dev Preview |
| Vercel (Production) | β Online | chatgtp-bot-reown.xyz |
| Safe Frontend Status | β Synced | status.json |
π§ͺ
/statusendpoint coming soon
- Accept GitHub org invite
- Join Safe{Wallet} as a signer
- Install Reown App
- Join Discord & Telegram for alerts
- Sign proposals via UI or GitHub PRs
| Name | Role |
|---|---|
| @thegoodeth12 | Vault Architect, DevOps, Maintainer |
| @gnosisbot | GitHub bot for proposals |
| @Reown | Secure MPC signing logic |
- π Multichain Safe support (Arbitrum, Ethereum, Base, etc.)
- π Reown signing (no private keys)
- π€ GitHub PR-to-Proposal flow
- π£ Discord/Slack notifications
- π Proposal dashboard + live README injection
- π§ Dashboard extensions for signers, balances, history
- π§ͺ Private GitHub automation + CI/CD
- π¦ AppKit + SDK integration
# Build project
pnpm install && pnpm run build
# Flip README
pnpm run flip-readme
# Update README manually
pnpm run update-readme
# Clean build
pnpm run clean