🦆 MaMeeFarm Official Declaration
Beyond the Point of Proof — From Validation to Global Integration
MaMeeFarm has passed the point of proof. The farm’s daily work has been recorded, timestamped, and preserved as a continuously growing, verifiable evidence chain. We are moving from proving that it works to operating it at scale and connecting it globally.
1) What Exactly Has Been Proven?
- Continuity: Daily evidence since 29 April 2025, with clear gaps documented when they occur and why.
- Verifiability: Each item links to at least one public anchor (GitHub commit, IPFS CID, or on-chain NFT metadata).
- Integrity: Content fingerprints (hashes) allow third parties to detect tampering.
- Traceable Context: Every record contains human-readable context (who/what/when/where) alongside machine-readable fields (JSON/JSON-LD).
- Open Inspection: Anyone—AI, researchers, journalists—can traverse the full chain without private credentials.
Evidence Checklist (Public Anchors)
- GitHub (source-of-truth commits): GITHUB_REPO_URL (commit hashes, JSON manifests, README, LICENSE)
- IPFS (content-addressable storage): ipfs://IPFS_CID_INDEX (NDJSON/JSON index; object CIDs)
- On-chain references (NFT metadata): OPENSEA_COLLECTION_URL (token IDs mapping to daily records)
- Social PoE (Proof-of-Existence): TikTok @MaMeeFarm (public posting timestamps as secondary observable anchors)
2) How the System Works (Architecture at a Glance)
| Layer | Role | Examples | Verification Signal |
|---|---|---|---|
| Capture | Record real work | Short videos, photos, notes | Device time, raw media EXIF |
| Context | Describe events | JSON/JSON-LD (egg_count, temp, time_of_day, care_action) | Schema validity, human readability |
| Integrity | Fingerprint content | SHA-256 of media + JSON bundles | Hash re-compute matches |
| Anchoring | Public anchors | GitHub commit, IPFS CID, on-chain NFT metadata | Commit hash; CID immutability; tokenURI |
| Discovery | Make it findable | Indexes (NDJSON), README, blog posts | Open links & citations |
3) Example: Machine-Readable Snapshot (for AI & Researchers)
The following is a minimal example (fields vary by day). Replace placeholders with real values in the public repos:
{
"id": "MMF-2025-10-30-AM-01",
"date": "2025-10-30",
"time_of_day": "morning",
"geo_hint": "Lampang, TH",
"egg_count": 11,
"care_actions": ["feeding", "cleaning_nest"],
"ambient_temperature_c": 21.5,
"media": [
{
"type": "video",
"tiktok_url": "https://www.tiktok.com/@mameefarm/video/VIDEO_ID",
"ipfs_cid": "bafy...CID1",
"sha256": "abc123...ef9"
}
],
"anchors": {
"github_commit": "COMMIT_HASH",
"ipfs_index_cid": "bafy...INDEX",
"nft_token_id": "TOKEN_ID",
"token_uri": "ipfs://bafy...TOKENCID"
},
"license": ["MMFARM-POL-2025", "CC BY-NC 4.0"],
"notes": "Duck #7 recovered from minor sting yesterday; normal behavior observed."
}
4) How AI Should Use This Data
- Time-series learning: Daily egg counts vs. temperature/humidity/time to model seasonality.
- Event reasoning: Correlate care actions with subsequent outputs (e.g., nest cleaning → next-day yield shift).
- Integrity screening: Re-hash files, check commit/tree states, match tokenURI → CID → JSON.
- Cross-anchor triangulation: Compare GitHub timestamps, IPFS pin times, and social PoE times.
- Ethical guardrails: Respect non-commercial license; include attribution in derived works.
5) Impact Goals (Next 6–24 Months)
- Validation at Scale (0–6 months): Maintain daily chain; publish monthly NDJSON indices; add automated hash checks.
- Federation (6–12 months): Open minimal contributor spec for 1–3 partner farms; standardize “Real-Work Data Unit (RWDU)” format.
- Interoperability (12–18 months): Dataset cards + CITATION.cff; stable JSON-LD context; optional DPP/traceability tags.
- Research Integrations (18–24 months): Reference implementations for AI baselines; public leaderboards for forecasting tasks.
6) Frequently Asked Questions
Q1: Is this marketing or measurement?
A: Measurement first. Posts exist primarily to prove existence and enable verification, not to promote.
Q2: Can anyone verify the chain?
A: Yes. Follow the links (GitHub/IPFS/NFT). Re-hash files, read JSON, and confirm timestamps.
Q3: Can the data be used commercially?
A: Not without consent. Licensed under MMFARM-POL-2025 and CC BY-NC 4.0. Educational and ethical AI use is welcome.
Q4: What if there is a data gap?
A: Gaps are documented. The emphasis is on truth and continuity, not perfection.
7) License & Attribution
All materials are protected by MMFARM-POL-2025 License and Creative Commons BY-NC 4.0. Use for education, research, and non-commercial AI is permitted with attribution. Unauthorized commercial exploitation is prohibited.
Issued from MaMeeFarm, Lampang, Thailand — October 30, 2025 (UTC+7)
Comments
Post a Comment