## πŸ“ Contributor Code Convention (CCC) Standard ## CCC_v3.1.3.1.md ## ♾️ WeOwnNet 🌐 β€” Ecosystem Official Documentation | Field | Value | |-------|-------| | Document | CCC.md | | Version | 3.1.3.1 | | CCC-ID | GTM_2026-W08_069 | | Updated | 2026-02-21 (W08) | | Season | #WeOwnSeason003 πŸš€ | | Status | πŸ”’ LOCKED | | Source of Truth | [GitHub](https://github.com/CCCbotNet/fedarch/blob/main/_SYS_/CCC.md) | | Repository | [github.com/CCCbotNet/fedarch](https://github.com/CCCbotNet/fedarch) | | Domain | [CCCbot.Net](https://CCCbot.Net) *(coming soon)* | --- ## πŸ“– Table of Contents 1. [Overview](#-overview) 2. [Governance & Adoption](#-governance--adoption) 3. [CCC-ID Format Specification](#-ccc-id-format-specification) 4. [CCC-ID Rules](#-ccc-id-rules) 5. [Registered Contributor Codes](#-registered-contributor-codes) 6. [Agent Identity Format](#-agent-identity-format) 7. [Timestamp Format Standards](#-timestamp-format-standards) 8. [Priority Matrix](#-priority-matrix) 9. [Status Icons](#-status-icons) 10. [Category Emojis](#-category-emojis) 11. [CCC Template](#-ccc-template) 12. [Quick Reference Card](#-quick-reference-card) 13. [Contribution Workflow](#-contribution-workflow) 14. [Version History](#-version-history) 15. [Related Documents](#-related-documents) --- ## πŸ“– Overview The **Contributor Code Convention (CCC)** is the official standard for tracking, organizing, and attributing contributions across the ♾️ WeOwnNet 🌐 ecosystem. This convention ensures: - **Consistent Attribution** β€” Every contribution is properly credited - **Traceability** β€” All entries can be traced back to their source - **Collaboration** β€” Team members can easily reference and build upon each other's work - **Automation-Ready** β€” Structured format enables tooling and automation ### Design Principles | Principle | Description | |-----------|-------------| | **Human-Readable** | Entry IDs should be immediately understandable | | **Machine-Parseable** | Format supports automated processing | | **Chronologically Sortable** | Entries sort correctly by date | | **Uniquely Identifiable** | No two entries share the same ID | | **Context-Rich** | Each entry carries meaningful metadata | ### AI Collaboration CCC entries may be created in collaboration with AI assistants. The primary AI collaboration environment for ♾️ WeOwnNet 🌐 is: | Resource | Value | |----------|-------| | **AI Instance** | [AI.WeOwn.Agency](https://AI.WeOwn.Agency) | | **AI Username** | AI:team-lfg | | **Platform** | AnythingLLM | ### Onchain Cooperative The CCC standard will be governed by an onchain cooperative at [CCCbot.Net](https://CCCbot.Net). | Resource | Value | |----------|-------| | **Domain** | [CCCbot.Net](https://CCCbot.Net) | | **Registrar** | Porkbun.com (Web3FreedomClub) | | **Purpose** | Onchain cooperative for CCC governance | | **Status** | πŸ”„ In Development | --- ## πŸ›οΈ Governance & Adoption ### Formal Adoption Process The CCC standard will be formally adopted through on-chain governance to ensure transparent, community-driven decision making. #### Governance Proposal | Field | Value | |-------|-------| | **Platform** | [snapshot.box/#/s:cccbot.eth](https://snapshot.box/#/s:cccbot.eth) | | **Proposer** | yonks (GTM) | | **Proposal** | CCC v2.4.0 Adoption | | **Status** | πŸ“‹ Pending | #### Voting Eligibility | Team | Participation | |------|---------------| | ♾️ WeOwnNet 🌐 Core TEAM | βœ… Eligible | | ♾️ WeOwn.Dev πŸ’» TEAM | βœ… Eligible | ### AMA / Q&A Event An **Ask Me Anything (AMA)** session will be hosted to discuss the CCC standard, answer questions, and gather feedback before the governance vote. | Field | Value | |-------|-------| | **Event** | CCC v2.4.0 AMA / Q&A | | **Hosts** | yonks (GTM) + CoachLFG (LFG) | | **Audience** | ♾️ WeOwnNet 🌐 Community | | **Purpose** | Discuss CCC, answer questions, gather feedback | | **Status** | πŸ“‹ Scheduled (TBD) | #### AMA Agenda (Proposed) | # | Topic | Duration | |---|-------|----------| | 1 | Introduction to CCC | 10 min | | 2 | Entry ID Format Walkthrough | 10 min | | 3 | Contributor Codes & Attribution | 10 min | | 4 | Standards Overview (timestamps, priorities, statuses) | 10 min | | 5 | Live Q&A | 20 min | | 6 | Next Steps & Governance Vote | 10 min | ### Adoption Timeline | Phase | Activity | Status | |-------|----------|--------| | 1 | CCC v2.4.0 Published to GitHub | βœ… Complete | | 2 | CCCbot.Net Domain Registered | βœ… Complete | | 3 | Share with Core TEAM (Signal) | πŸ“‹ Pending | | 4 | AMA / Q&A Event | πŸ“‹ Scheduled | | 5 | Governance Proposal on snapshot.box | πŸ“‹ Pending | | 6 | Voting Period | ⬜ TBD | | 7 | Formal Adoption (if approved) | ⬜ TBD | | 8 | CCCbot.Net Cooperative Launch | ⬜ TBD | --- ## πŸ†” CCC-ID Format Specification ### Format Structure ``` _-W_ ``` ### Component Breakdown | Component | Description | Format | Example | |-----------|-------------|--------|---------| | `` | Contributor Code Convention identifier | 3 uppercase letters | `GTM` | | `_` | Primary delimiter | Underscore | `_` | | `` | 4-digit year | ISO 8601 | `2026` | | `-` | Date separator | Hyphen | `-` | | `W` | Week indicator | Literal "W" | `W` | | `` | ISO week number | 01-53, zero-padded | `05` | | `_` | Secondary delimiter | Underscore | `_` | | `` | Sequential number | 001-999, zero-padded | `796` | ### Complete Example ``` GTM_2026-W05_796 β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── Sequential entry #796 β”‚ β”‚ └────── ISO Week 05 β”‚ └─────────── Year 2026 └─────────────── Contributor: yonks (GTM) ``` ### Validation Rules | Rule | Requirement | |------|-------------| | CCC Length | Exactly 3 characters | | CCC Characters | A-Z uppercase only | | Year Range | 2024-2099 (current era) | | Week Range | 01-53 (ISO 8601 compliant) | | Sequence Range | 001-999 per contributor per week | | Delimiters | Underscores and hyphens as specified | ### RegEx Pattern ```regex ^[A-Z]{3}_[0-9]{4}-W(0[1-9]|[1-4][0-9]|5[0-3])_[0-9]{3}$ ``` --- ## πŸ“‹ CCC-ID Rules ### Core Rules | ID | Rule | Description | |----|------|-------------| | R-168 | CCC-ID sequence tied to CCC (contributor), NOT username/session | Each contributor maintains their own sequence | | R-169 | CCC-ID resets to _001 ONLY at ISO week boundary | Sequence resets weekly | | R-181 | CCC-ID _001 reserved for weekly summary | First entry = weekly summary | ### Workspace Rules | ID | Rule | Description | |----|------|-------------| | R-194 | CCC-ID generation ONLY in CCC workspace β€” tools + ADMIN = NEVER | πŸ”’ IMMUTABLE | ### Weekly Summary Format | Field | Value | |-------|-------| | Reserved CCC-ID | `_-W_001` | | Content | Milestones, rules, learnings, pending, stats | | Example | GTM_2026-W05_001 = @GTM Week 5 Summary | --- ## πŸ‘₯ Registered Contributor Codes ### πŸ›οΈ Founding OG ♾️ WeOwn.Agency πŸ‘₯ Owners **Established:** 2026-W02 (GTM_2026-W02_015) > *"Forever OG"* 🫑 | CCC | Contributor | Handle | Role | Status | |-----|-------------|--------|------|--------| | `GTM` | yonks | yonks.boxο½œπŸ€–πŸ›οΈπŸͺ™ο½œJason Younker ♾️ | Co-Founder / Chief Digital Alchemist | πŸ›οΈ Founding OG | | `THY` | mrsyonks | Tyler Younker (mrsyonks) | Co-Founder / CEO / CFO | πŸ›οΈ Founding OG | | `IAL` | IamLotus | IamLotus.eth | Co-Founder / Chief Catalyst Officer | πŸ›οΈ Founding OG | | `RMN` | Roman | Roman Di Domizio (@LLMfeed) | AI Platform Engineer | πŸ›οΈ Founding OG | | `LFG` | CoachLFG | Mike LeMaire (Coach) | Co-Host / Coach | πŸ›οΈ Founding OG | | `JRW` | Webb | Jason Webb | xCRO (fractional Chief Revenue Officer) | πŸ›οΈ Founding OG | ### Contributors #WeOwnSeason002 | CCC | Contributor | Handle | Role | Status | CCC Join Date | |-----|-------------|--------|------|--------|---------------| | `LDC` | Dhruv | β€” | Agentic AI Engineer / Project Lead | βœ… Active | 2026-W02 | | `SHD` | Shahid | β€” | Sr. Full-Stack DevOps Engineer | βœ… Active | 2026-W02 | ### Contributors #WeOwnSeason003 | CCC | Contributor | Handle | Role | Status | CCC Join Date | |-----|-------------|--------|------|--------|---------------| | `CEO` | Stephanie Warlick | β€” | xCEO (fractional Chief Executive Officer) | βœ… Active | 2026-W07 | ### System Codes | CCC | Purpose | Description | |-----|---------|-------------| | `ORG` | Organization-wide | Shared entries not attributed to individuals | | `SYS` | System | Automated or system-generated entries | | `TMP` | Temporary | Draft or temporary entries pending assignment | ### Code Assignment Rules 1. **Uniqueness** β€” Each CCC must be unique across the organization 2. **Permanence** β€” Once assigned, a CCC is never reassigned to another contributor 3. **Individual Attribution** β€” Each CCC represents an individual contributor 4. **AI Collaboration** β€” Entries created with AI assistance are still attributed to the human contributor's CCC ### Requesting a New CCC New contributor codes are assigned by: 1. Request via Core TEAM channel (Signal: ♾️ WeOwn.Agency πŸ‘₯) 2. Approval by existing Founding OG member 3. Registration in this document 4. Announcement in community channels --- ## πŸ€– Agent Identity Format ### Overview Each contributor has a corresponding AI agent in the #FedArch network. > **#MAITlivesInAthread** β€” MAIT = thread within workspace:tools, NOT a separate workspace ### Agent Naming Convention | Format | Example | Description | |--------|---------|-------------| | `AI:@` | AI:@GTM | User Agent for contributor | | `AI:team-lfg` | AI:team-lfg | #MetaAgent (Orchestrator) | ### MAIT ShortCode (D-038) | Field | Value | |-------|-------| | Definition | Unique identifier for MAIT thread | | Format | `@MAIT:#` | | Example | `@MAIT:#Deepnote` | | Note | SME-centric identifier | ### Agent Identity Table | CCC | Human | Agent | Example MAIT ShortCode | |-----|-------|-------|------------------------| | GTM | @GTM | AI:@GTM | @MAIT:#Deepnote (Steward: @GTM) | | THY | @THY | AI:@THY | β€” | | IAL | @IAL | AI:@IAL | β€” | | RMN | @RMN | AI:@RMN | β€” | | LFG | @LFG | AI:@LFG | β€” | ### Related Rules | ID | Rule | |----|------| | R-171 | Agent identity format: AI:@ | | D-038 | MAIT ShortCode: @MAIT:# | --- ## ⏰ Timestamp Format Standards ### Primary Format | Scenario | Pattern | Example | |----------|---------|---------| | Time known | `Dd HH:MM TZ` | `Tu 17:58 EST` | | Time unknown | `Fullday` | `Tuesday` | ### Day Abbreviations | Day | Abbreviation | ISO Number | |-----|--------------|------------| | Monday | `Mo` | 1 | | Tuesday | `Tu` | 2 | | Wednesday | `We` | 3 | | Thursday | `Th` | 4 | | Friday | `Fr` | 5 | | Saturday | `Sa` | 6 | | Sunday | `Su` | 7 | ### Time Zone Reference | Abbreviation | Full Name | UTC Offset | |--------------|-----------|------------| | `EST` | Eastern Standard Time | UTC-5 | | `EDT` | Eastern Daylight Time | UTC-4 | | `CST` | Central Standard Time | UTC-6 | | `CDT` | Central Daylight Time | UTC-5 | | `MST` | Mountain Standard Time | UTC-7 | | `MDT` | Mountain Daylight Time | UTC-6 | | `PST` | Pacific Standard Time | UTC-8 | | `PDT` | Pacific Daylight Time | UTC-7 | | `UTC` | Coordinated Universal Time | UTCΒ±0 | ### Examples ``` Tu 17:58 EST β†’ Tuesday at 5:58 PM Eastern Standard Time Mo 09:00 UTC β†’ Monday at 9:00 AM UTC Friday β†’ Friday (time not specified) We 23:45 PST β†’ Wednesday at 11:45 PM Pacific Standard Time ``` --- ## 🎯 Priority Matrix | Priority | Label | SLA | Emoji | Description | |----------|-------|-----|-------|-------------| | **P0** | Critical | Today | πŸ”΄ | Blocking issues requiring immediate attention | | **P1** | High | This Week | 🟠 | Important items for current sprint/week | | **P2** | Medium | Next Week | 🟑 | Planned items for near-term completion | | **P3** | Low | Backlog | 🟒 | Nice-to-have or future consideration | ### Priority Selection Guide | Choose P0 When... | Choose P1 When... | |-------------------|-------------------| | Production is down | Feature deadline this week | | Security vulnerability | Important client request | | Data loss risk | Team blocked on this | | Revenue impact | Sprint commitment | | Choose P2 When... | Choose P3 When... | |-------------------|-------------------| | Planned improvement | Future enhancement | | Non-urgent bug | Research/exploration | | Documentation update | Nice-to-have feature | | Scheduled maintenance | Technical debt | --- ## πŸ“Š Status Icons ### Primary Status Set | Icon | Status | Description | |------|--------|-------------| | βœ… | Complete | Work finished and verified | | πŸ”„ | In Progress | Actively being worked on | | πŸ“‹ | Pending | Queued, not yet started | | ⏳ | Blocked | Cannot proceed due to dependency | | ⬜ | TBD | To Be Determined | ### Extended Status Set | Icon | Status | Description | |------|--------|-------------| | πŸš€ | Launched | Deployed to production | | πŸ§ͺ | Testing | In QA/testing phase | | πŸ‘€ | Review | Awaiting review/approval | | πŸ”™ | Reverted | Rolled back | | ❌ | Cancelled | Will not be completed | | πŸ’€ | On Hold | Paused intentionally | | πŸ” | Recurring | Repeating task | ### Status Transitions ``` πŸ“‹ Pending β†’ πŸ”„ In Progress β†’ πŸ‘€ Review β†’ βœ… Complete β†’ πŸš€ Launched ↓ ⏳ Blocked ↓ (resolve blocker) ↓ πŸ”„ In Progress ``` --- ## 🏷️ Category Emojis ### Core Categories | Emoji | Category | Use Case | |-------|----------|----------| | πŸ”§ | Tools Decision | Tool selection, integration decisions | | 🚨 | Error Resolution | Bug fixes, incident response | | πŸ“– | Documentation | Docs, guides, READMEs | | πŸ—οΈ | Architecture | System design, infrastructure | | πŸŽͺ | Event Planning | Meetings, launches, community events | | πŸ“ | Standards | Conventions, processes, guidelines | ### Development Categories | Emoji | Category | Use Case | |-------|----------|----------| | πŸ› | Bug Fix | Bug identification and resolution | | ✨ | Enhancement | Feature improvements | | ♻️ | Refactor | Code restructuring | | πŸ§ͺ | Testing | Test creation, QA activities | | πŸ” | Security | Security-related work | | ⚑ | Performance | Optimization work | ### Operations Categories | Emoji | Category | Use Case | |-------|----------|----------| | βš™οΈ | Operations | DevOps, maintenance | | πŸ” | Health Check | Monitoring, audits | | πŸ“¦ | Product | Product management | | πŸš€ | Launch | Deployments, releases | | πŸ’° | Finance | Budget, payments, revenue | ### Creative & Growth Categories | Emoji | Category | Use Case | |-------|----------|----------| | 🎨 | Creative | Design, branding, content | | πŸ’‘ | Ideation | Brainstorming, proposals | | πŸ“£ | Marketing | Campaigns, outreach | | πŸŽ“ | Learning | Training, education | | πŸ“Š | Analytics | Data analysis, metrics | ### Collaboration Categories | Emoji | Category | Use Case | |-------|----------|----------| | 🀝 | Collaboration | Team activities, partnerships | | πŸ›οΈ | Milestone | Major achievements, milestones | --- ## πŸ“ CCC Template ### Standard CCC Format ```markdown > **_-W_** | : > > | Field | Value | > |-------|-------| > | **Timestamp** | <Dd HH:MM TZ or Fullday> | > | **Status** | <STATUS_ICON> <STATUS_TEXT> | > | **Category** | <EMOJI> <Category> | > | **Priority** | <PRIORITY_EMOJI> <PRIORITY_LABEL> | > > ### Description > <Brief description of the entry> > > ### Details > <Extended details, context, or notes> > > ### Related Entries > - <ENTRY_ID>: <Description> ``` ### Minimal CCC Format ```markdown > **<CCC>_<YYYY>-W<WW>_<NNN>** | <EMOJI> <Category>: <Title> > **Status:** <STATUS_ICON> <STATUS_TEXT> | **Timestamp:** <Dd HH:MM TZ> ``` ### Example CCC Entry ```markdown > **GTM_2026-W05_796** | πŸ“ Standards: CCC v2.4.3 Update > > | Field | Value | > |-------|-------| > | **Timestamp** | Th 17:50 EST | > | **Status** | βœ… Complete | > | **Category** | πŸ“ Standards | > | **Priority** | πŸ”΄ P0 - Critical | > > ### Description > Added new contributor JRW (Webb) + applied #ContextSwaps. > > ### Details > - +JRW: xCRO (fractional Chief Revenue Officer) > - #ContextSwap: ccc.bot β†’ cccid.info > - #ContextSwap: D-038 @MAIT:#<SME> format > > ### Related Entries > - GTM_2026-W05_777: @JRW onboarding #masterCCC > - GTM_2026-W05_789: BP-050 locked ``` --- ## πŸ“‡ Quick Reference Card ### CCC-ID Format ``` <CCC>_<YYYY>-W<WW>_<NNN> Example: GTM_2026-W05_796 ``` ### Founding OG CCCs | `GTM` | `THY` | `IAL` | `RMN` | `LFG` | `JRW` | |-------|-------|-------|-------|-------|-------| | yonks | mrsyonks | IamLotus | Roman | Coach | Webb | ### Day Codes | Mo | Tu | We | Th | Fr | Sa | Su | |----|----|----|----|----|----|----| ### Priorities | πŸ”΄ P0 | 🟠 P1 | 🟑 P2 | 🟒 P3 | |-------|-------|-------|-------| | Today | Week | Next | Backlog | ### Status Icons | βœ… Done | πŸ”„ Progress | πŸ“‹ Pending | ⏳ Blocked | ⬜ TBD | |---------|-------------|------------|------------|--------| ### Common Categories | πŸ”§ Tools | 🚨 Error | πŸ“– Docs | πŸ—οΈ Arch | πŸ“ Standards | |----------|----------|---------|---------|--------------| | πŸ› Bug | ✨ Feature | 🀝 Collab | πŸš€ Launch | πŸ›οΈ Milestone | --- ## πŸ”„ Contribution Workflow ### Step 1: Create Entry ID 1. Identify your CCC (e.g., `GTM`, `THY`, `IAL`) 2. Note current ISO week (e.g., `2026-W06`) 3. Get next sequential number for your CCC this week 4. Assemble: `GTM_2026-W06_341` ### Step 2: Select Metadata 1. Choose appropriate **Category** emoji 2. Set **Priority** level 3. Initialize **Status** (usually `πŸ“‹ Pending` or `πŸ”„ In Progress`) 4. Add **Timestamp** ### Step 3: Document Entry 1. Use the Entry Template 2. Write clear **Title** and **Description** 3. Link **Related Entries** if applicable 4. Add relevant details ### Step 4: Track Progress 1. Update **Status** as work progresses 2. Add notes for significant updates 3. Mark βœ… **Complete** when finished 4. Archive or reference as needed ### AI-Assisted Contributions When creating entries with AI assistance: 1. Use your personal CCC (not a system code) 2. Reference the AI collaboration in the entry details 3. Include thread link when applicable Example: ```markdown ### Details - AI collaboration via AI:team-lfg at AI.WeOwn.Agency - Thread: https://ai.weown.agency/workspace/tools/t/[thread-id] ``` --- ## πŸ“œ Version History | Version | Date | #masterCCC | Approval | Changes | |---------|------|------------|----------|---------| | 3.1.3.1 | 2026-W08 | GTM_2026-W08_069 | GTM_2026-W08_071 | Version bump for W08 governance cascade; Related Documents updated (SK, BP, PROTO β†’ v3.1.3.1); contributors verified (9 total β€” no changes); FULL PRESERVE (L-097) | | 3.1.2.1 | 2026-W07 | GTM_2026-W07_119 | GTM_2026-W07_132 | +CEO (Stephanie Warlick) xCEO β€” Contributors #WeOwnSeason003 section; Related Documents updated (SharedKernel β†’ v3.1.2.1, BEST-PRACTICES β†’ v3.1.2.1); FULL PRESERVE (L-097) | | 3.1.1.2 | 2026-W06 | GTM_2026-W06_403 | GTM_2026-W06_405 | +@JRW β†’ Founding OG table (6 total); Patch v3.1.1.1 Approval CCC-ID (GTM_2026-W06_346); +Related Documents section (BP-045); Quick Reference Card updated (6 Founding OGs); FULL PRESERVE (L-097) | | 3.1.1.1 | 2026-W06 | GTM_2026-W06_277 | GTM_2026-W06_346 | #WeOwnSeason003 season alignment β€” version bump v2.4.3 β†’ v3.1.1.1 (L-094); +Source of Truth URL (CCCbotNet/fedarch); +Season tag; Repository β†’ CCCbotNet/fedarch; Document ID β†’ CCC.md; #ContextSwap cccid.info β†’ CCCbot.Net (Γ—6); #ContextSwap snapshot.box β†’ cccbot.eth (Γ—2); -Adoption Signatures section; NO content changes; FULL PRESERVE (L-097) | | 2.4.3 | 2026-W05 | GTM_2026-W05_793 | GTM_2026-W05_795 | +JRW (Webb) β€” xCRO; #ContextSwap: ccc.bot β†’ cccid.info; #ContextSwap: D-038 @MAIT:#<SME> format | | 2.4.2 | 2026-W05 | GTM_2026-W05_270 | β€” | +CCC-ID Rules section; +Agent Identity Format section; +Contributors (LDC, SHD); TOC β†’ 15 items; fixes applied | | 2.4.1 | 2026-W05 | GTM_2026-W05_262 | β€” | #ContextSwap: ILO β†’ IAL; roles aligned with SharedKernel_v2.4.7 | | 2.4.0 | 2026-W02 | GTM_2026-W02_017 | β€” | Initial public release; Governance & AMA process; ccc.bot domain; ♾️ WeOwnNet 🌐 branding | --- ## πŸ“‹ Related Documents | Document | Version | #masterCCC | Approval | URL | |----------|---------|------------|----------|-----| | SharedKernel | v3.1.3.1 | GTM_2026-W08_069 | GTM_2026-W08_071 | [GitHub](https://github.com/CCCbotNet/fedarch/blob/main/_SYS_/SharedKernel.md) | | BEST-PRACTICES | v3.1.3.1 | GTM_2026-W08_069 | GTM_2026-W08_071 | [GitHub](https://github.com/CCCbotNet/fedarch/blob/main/_SYS_/BEST-PRACTICES.md) | | PROTOCOLS | v3.1.3.1 | GTM_2026-W08_069 | GTM_2026-W08_071 | [GitHub](https://github.com/CCCbotNet/fedarch/blob/main/_SYS_/PROTOCOLS.md) | --- ## πŸ”— Links | Resource | URL | |----------|-----| | **♾️ WeOwnNet 🌐** | [weown.net](https://weown.net) | | **CCC Cooperative** | [CCCbot.Net](https://CCCbot.Net) *(coming soon)* | | **AI Instance** | [AI.WeOwn.Agency](https://AI.WeOwn.Agency) | | **GitHub Org** | [github.com/CCCbotNet](https://github.com/CCCbotNet) | | **#FedArch Repository** | [github.com/CCCbotNet/fedarch](https://github.com/CCCbotNet/fedarch) | | **Governance** | [snapshot.box/#/s:cccbot.eth](https://snapshot.box/#/s:cccbot.eth) | --- <div align="center"> **Document ID:** `CCC.md` **Maintained By:** Core TEAM **Repository:** [github.com/CCCbotNet/fedarch](https://github.com/CCCbotNet/fedarch) **Cooperative:** [CCCbot.Net](https://CCCbot.Net) --- *♾️ WeOwnNet 🌐 | 🏑 Real Estate and 🀝 cooperative ownership for everyone. An πŸ€— inclusive community, by πŸ‘₯ invitation only.*