Compare commits
10 commits
9539109422
...
088ef609b8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
088ef609b8 | ||
|
|
81384819e6 | ||
|
|
aa0243699b | ||
|
|
6d946d34f3 | ||
|
|
1eb2844d20 | ||
|
|
6cee2eb84c | ||
|
|
ac068486dc | ||
| 28c4cbba63 | |||
| 48bc3682ef | |||
| 99c52aa624 |
167 changed files with 359 additions and 272 deletions
|
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
type: claim
|
||||
domain: ai-alignment
|
||||
description: "MixDPO shows distributional β earns +11.2 win rate points on heterogeneous data at 1.02–1.1× cost, without needing demographic labels or explicit mixture models"
|
||||
confidence: experimental
|
||||
source: "Theseus via arXiv 2601.06180 (MixDPO: Modeling Preference Strength for Pluralistic Alignment, Jan 2026)"
|
||||
created: 2026-03-11
|
||||
depends_on:
|
||||
- "RLHF and DPO both fail at preference diversity because they assume a single reward function can capture context-dependent human values"
|
||||
- "pluralistic alignment must accommodate irreducibly diverse values simultaneously rather than converging on a single aligned state"
|
||||
---
|
||||
|
||||
# modeling preference sensitivity as a learned distribution rather than a fixed scalar resolves DPO diversity failures without demographic labels or explicit user modeling
|
||||
|
||||
Standard DPO uses a fixed scalar β to control how strongly preference signals shape training — one value for every example in the dataset. This works when preferences are homogeneous but fails when the training set aggregates genuinely different populations with different tolerance for value tradeoffs. Since [[RLHF and DPO both fail at preference diversity because they assume a single reward function can capture context-dependent human values]], fixed-β DPO is a special case of that failure: it assumes not just one reward function but one preference sensitivity level.
|
||||
|
||||
MixDPO (arXiv 2601.06180, January 2026) generalizes this by treating β as a random variable drawn from a learned distribution p(β), optimized jointly with policy parameters θ. Two distributional families are evaluated: LogNormal (estimated via Monte Carlo with K=16 samples) and Gamma (admits closed-form optimization via the Lerch transcendent). The learned distribution encodes dataset-level variance in preference strength — how much the population's certainty about preferences actually varies across comparison pairs.
|
||||
|
||||
**Empirical results:** On the PRISM dataset (high preference heterogeneity), MixDPO achieves +11.2 win rate points over standard DPO on Pythia-2.8B. Macro-averaged preference margins — which weight minority preferences equally to majority preferences — improve substantially while micro-averaged margins (dominated by majority views) remain competitive. This demonstrates that distributional β improves pluralistic coverage without degrading majority-preference performance. On the Anthropic HH dataset (low heterogeneity), the learned distribution converges to low variance and gains are minimal — the method self-adapts rather than forcing complexity where data doesn't support it.
|
||||
|
||||
**Computational cost:** LogNormal adds 1.02× overhead; Gamma adds 1.1×. Pluralistic alignment via distributional β is not a computationally expensive research luxury — it is a practical default.
|
||||
|
||||
**Why no demographic labels are needed:** Preference heterogeneity is a property of the comparison pairs themselves, not of annotator identity. The distribution learns to allocate high β to examples where the comparison signal is sharp and low β to examples where preferences are diffuse — without any access to who provided the preferences. This contrasts with approaches like PAL (Pluralistic Alignment via Learned Prototypes) that require explicit user-cluster modeling.
|
||||
|
||||
Since [[pluralistic alignment must accommodate irreducibly diverse values simultaneously rather than converging on a single aligned state]], MixDPO is one concrete mechanism for distributional pluralism — the third form in Sorensen et al's taxonomy — implemented at the level of training dynamics rather than model outputs or constitutional specification.
|
||||
|
||||
## Challenges
|
||||
|
||||
MixDPO has not yet been compared to PAL or RLCF in the paper, leaving open whether distributional β outperforms explicit mixture modeling on the same benchmarks. The +11.2 win rate result is from a single preprint on Pythia-2.8B and has not been replicated at larger scales or across multiple evaluators.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
- [[RLHF and DPO both fail at preference diversity because they assume a single reward function can capture context-dependent human values]] — MixDPO is a constructive solution to this failure, not merely a diagnosis
|
||||
- [[pluralistic alignment must accommodate irreducibly diverse values simultaneously rather than converging on a single aligned state]] — distributional β implements the distributional pluralism form without explicit demographic modeling
|
||||
- [[collective intelligence requires diversity as a structural precondition not a moral preference]] — MixDPO preserves preference diversity structurally by encoding it in the training objective rather than averaging it out
|
||||
|
||||
Topics:
|
||||
- [[_map]]
|
||||
|
|
@ -0,0 +1,40 @@
|
|||
---
|
||||
type: claim
|
||||
domain: ai-alignment
|
||||
description: "MixDPO's learned β distribution serves dual purpose: it improves pluralistic alignment on heterogeneous data and converges to low variance on homogeneous data, making dataset diversity legible without demographic annotations"
|
||||
confidence: experimental
|
||||
source: "Theseus via arXiv 2601.06180 (MixDPO: Modeling Preference Strength for Pluralistic Alignment, Jan 2026)"
|
||||
created: 2026-03-11
|
||||
depends_on:
|
||||
- "modeling preference sensitivity as a learned distribution rather than a fixed scalar resolves DPO diversity failures without demographic labels or explicit user modeling"
|
||||
- "RLHF and DPO both fail at preference diversity because they assume a single reward function can capture context-dependent human values"
|
||||
---
|
||||
|
||||
# the variance of a learned preference sensitivity distribution diagnoses dataset heterogeneity and collapses to fixed-parameter behavior when preferences are homogeneous
|
||||
|
||||
Alignment methods that handle preference diversity create a design problem: when should you apply pluralistic training and when should you apply standard training? Requiring practitioners to audit their datasets for preference heterogeneity before training is a real barrier — most practitioners lack the demographic data or analytic tools to answer the question reliably.
|
||||
|
||||
MixDPO (arXiv 2601.06180) eliminates this requirement through a self-adaptive property. Because the preference sensitivity parameter β is learned as a distribution jointly with the policy, its variance at convergence encodes information about the dataset it was trained on:
|
||||
|
||||
- **High heterogeneity data (PRISM):** The learned distribution converges to high variance — β must range widely to account for the differing preference strengths across comparison pairs. The +11.2 win rate gain signals that this variance is informationally meaningful, not noise.
|
||||
- **Low heterogeneity data (Anthropic HH):** The learned distribution converges to low variance, approximating a point mass near the standard fixed-β value. Performance gains are minimal — consistent with the interpretation that there is no latent diversity for the distribution to capture.
|
||||
|
||||
This means the learned variance is a post-hoc diagnostic: train once with MixDPO, read the converged variance, and you know whether your dataset had diverse preferences. No demographic labels, no separate audit pipeline, no prior assumption about your data source. The method earns complexity when the data warrants it and collapses to simpler baseline behavior when it does not.
|
||||
|
||||
This self-adaptive collapse property has design implications beyond MixDPO. A well-designed pluralistic alignment method should have this property structurally: if your training data were actually homogeneous, the method should behave as if you had used the simpler approach. Methods that impose complexity regardless of data content add overhead without alignment benefit. The distributional β framework provides a formal instantiation of this principle.
|
||||
|
||||
The interpretability extension is underexplored in the paper: if β variance tracks real preference heterogeneity, it could serve as a dataset quality metric for pluralistic alignment — a way to compare datasets on the dimension of preference diversity without needing annotator identity or demographic composition.
|
||||
|
||||
## Challenges
|
||||
|
||||
The self-adaptive interpretation rests on a single paper's results across two contrasting datasets. Whether learned β variance generalizes as a reliable diversity diagnostic across domains and model scales has not been empirically tested. The MixDPO paper does not analyze the learned distributions in depth — the diagnostic interpretation is partially an inference from the convergence behavior.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
- [[modeling preference sensitivity as a learned distribution rather than a fixed scalar resolves DPO diversity failures without demographic labels or explicit user modeling]] — the mechanism this claim describes the diagnostic property of
|
||||
- [[RLHF and DPO both fail at preference diversity because they assume a single reward function can capture context-dependent human values]] — learned variance provides empirical evidence of whether a dataset falls into this failure mode
|
||||
- [[pluralistic alignment must accommodate irreducibly diverse values simultaneously rather than converging on a single aligned state]] — self-adaptive collapse means pluralistic methods can be used safely even when diversity is unknown in advance
|
||||
|
||||
Topics:
|
||||
- [[_map]]
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
---
|
||||
type: claim
|
||||
domain: entertainment
|
||||
description: "Community-owned IP via NFT model can attract studio-caliber creative talent and major media coproduction partnerships"
|
||||
confidence: experimental
|
||||
source: "Variety, Mediawan Kids & Family Claynosaurz announcement, 2025-06-01"
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Community-owned IP via NFT model can attract studio-caliber creative talent and major media coproduction partnerships
|
||||
|
||||
The Claynosaurz-Mediawan partnership provides the first documented case of community-owned IP (via NFT model) securing both studio-caliber creative talent and major media company coproduction. Creator Nicholas Cabana developed the series with artists from Illumination, DreamWorks, Sony, Disney, and Ubisoft. Mediawan Kids & Family, a major European media conglomerate, is co-producing 39 x 7-minute episodes through Method Animation.
|
||||
|
||||
This challenges the assumption that community ownership models necessarily sacrifice production quality or professional partnerships. The NFT model allowed Claynosaurz to "monetize early in their development cycle and focus on building characters rather than building long-form content," enabling the project to prove audience demand (nearly 1B social views) before production investment. This pre-validation de-risked the partnership enough to attract traditional media investment.
|
||||
|
||||
The series will launch on YouTube first, then sell to TV and streaming buyers, following the pattern described in [[youtube-first-distribution-for-major-studio-coproductions-signals-platform-primacy-over-traditional-broadcast-windowing]].
|
||||
|
||||
## Evidence
|
||||
- Claynosaurz secured partnership with Mediawan Kids & Family for 39 x 7-minute episodes
|
||||
- Creative team includes veterans from Illumination, DreamWorks, Sony, Disney, and Ubisoft
|
||||
- Production by Method Animation (professional studio)
|
||||
- Nearly 1B social views demonstrated audience demand pre-production
|
||||
- Variety describes this as "first time a digital collectible brand is expanded into a TV series"
|
||||
- NFT model enabled early monetization and character focus before long-form production
|
||||
|
||||
## Limitations
|
||||
- Single case study; no pattern established across multiple community-owned IP projects
|
||||
- Production not yet complete; final quality and audience reception unknown
|
||||
- Community input mechanism unspecified; unclear if this produces narrative depth or dilution
|
||||
- YouTube-first distribution may indicate traditional buyers were not interested at standard theatrical/broadcast terms
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
- [[progressive validation through community building reduces development risk by proving audience demand before production investment]]
|
||||
- [[traditional media buyers now seek content with pre-existing community engagement data as risk mitigation]]
|
||||
- [[community-owned-IP-has-structural-advantage-in-human-made-premium-because-provenance-is-inherent-and-legible]]
|
||||
- [[youtube-first-distribution-for-major-studio-coproductions-signals-platform-primacy-over-traditional-broadcast-windowing]]
|
||||
- [[fanchise management is a stack of increasing fan engagement from content extensions through co-creation and co-ownership]]
|
||||
|
||||
Topics:
|
||||
- [[domains/entertainment/_map]]
|
||||
|
|
@ -1,48 +0,0 @@
|
|||
---
|
||||
type: claim
|
||||
domain: entertainment
|
||||
description: "Claynosaurz describes community as co-conspirators shaping narrative but does not specify the mechanism of input-to-output"
|
||||
confidence: speculative
|
||||
source: "Variety, Mediawan Claynosaurz announcement, 2025-06-01"
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Community co-creation mechanism in Claynosaurz positions audience as co-conspirators with narrative impact but specific influence pathways unspecified
|
||||
|
||||
Claynosaurz describes its community as "co-conspirators who have a real impact on Claynosaurz's future" and states that "community input helps shape narrative and content direction." However, the source provides no detail on HOW community input translates to narrative decisions.
|
||||
|
||||
This matters because the mechanism determines whether community co-creation produces:
|
||||
- **Depth**: Community-relevant narratives that reflect shared values and experiences
|
||||
- **Dilution**: Crowd-pleasing lowest common denominator content that avoids creative risk
|
||||
|
||||
The existing claim [[community-co-creation-in-animation-production-includes-storyboard-sharing-script-collaboration-and-collectible-integration-as-specific-mechanisms]] describes concrete mechanisms (storyboard sharing, script collaboration, collectible integration). Claynosaurz may use similar mechanisms, but the source does not confirm this.
|
||||
|
||||
Without knowing whether community input is:
|
||||
- Advisory (creators consider feedback but retain control)
|
||||
- Voting-based (community votes on narrative options)
|
||||
- Collaborative (community members directly contribute to scripts/storyboards)
|
||||
- Market-based (engagement metrics guide decisions)
|
||||
|
||||
...we cannot evaluate whether this model preserves narrative quality while incorporating community voice.
|
||||
|
||||
## Evidence
|
||||
- Claynosaurz describes community as "co-conspirators who have a real impact"
|
||||
- "Community input helps shape narrative and content direction" (mechanism unspecified in source)
|
||||
- NFT model allowed focus on "building characters rather than building long-form content"
|
||||
- No independent verification of community input mechanism in source material
|
||||
|
||||
## Limitations
|
||||
- No concrete mechanism described in source
|
||||
- "Real impact" and "helps shape" are vague; could mean anything from token voting to informal feedback
|
||||
- Single source (company's own description); no independent verification
|
||||
- This is a gap identification, not a positive claim about what IS happening
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
- [[community-co-creation-in-animation-production-includes-storyboard-sharing-script-collaboration-and-collectible-integration-as-specific-mechanisms]]
|
||||
- [[entertainment IP should be treated as a multi-sided platform that enables fan creation rather than a unidirectional broadcast asset]]
|
||||
- [[fanchise management is a stack of increasing fan engagement from content extensions through co-creation and co-ownership]]
|
||||
|
||||
Topics:
|
||||
- [[domains/entertainment/_map]]
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
type: claim
|
||||
domain: entertainment
|
||||
description: "Claynosaurz partnership with Mediawan demonstrates community-owned IP can attract top creative talent when paired with professional production budgets and studio co-production"
|
||||
confidence: experimental
|
||||
source: "Variety, Mediawan Kids & Family Claynosaurz announcement, 2025-06-01"
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Community-owned IP attracts studio-quality creative talent when paired with professional production budgets
|
||||
|
||||
The Claynosaurz animated series demonstrates that community-owned IP can attract the same caliber of creative talent as traditional studio productions when the production budget and partnership structure are professional-grade. Creator Nicholas Cabana developed the series with artists from Illumination, DreamWorks, Sony, Disney, and Ubisoft — the same talent pool that produces major studio animated features.
|
||||
|
||||
The key enabling factor is the Mediawan Kids & Family co-production partnership, which provides both capital and distribution infrastructure (39 x 7-minute episodes produced by Method Animation). This suggests that community IP ownership does not inherently sacrifice creative quality or talent access — the constraint is production budget and professional partnership, not the ownership model itself.
|
||||
|
||||
The NFT model's early monetization capability ("monetize early in their development cycle and focus on building characters rather than building long-form content") allowed the project to prove audience demand (nearly 1B social views) before seeking traditional production partnerships, reducing risk for the studio partner.
|
||||
|
||||
## Evidence
|
||||
|
||||
- Claynosaurz series developed with artists from Illumination, DreamWorks, Sony, Disney, and Ubisoft (Variety, 2025-06-01)
|
||||
- Mediawan Kids & Family (major European media conglomerate) co-producing 39 x 7-minute episodes via Method Animation
|
||||
- NFT sales enabled early monetization to "focus on building characters rather than building long-form content" before production investment
|
||||
- Community generated nearly 1B social views pre-production, providing audience demand validation
|
||||
|
||||
## Challenges
|
||||
|
||||
This is a single case study. The claim requires validation across multiple community-owned IP projects to determine if this is replicable or unique to Claynosaurz's specific execution and timing. The talent attraction may be driven by the Mediawan partnership and budget rather than the community ownership model itself.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
- [[progressive validation through community building reduces development risk by proving audience demand before production investment]]
|
||||
- [[traditional media buyers now seek content with pre-existing community engagement data as risk mitigation]]
|
||||
- [[community-owned-IP-has-structural-advantage-in-human-made-premium-because-provenance-is-inherent-and-legible]]
|
||||
|
||||
Topics:
|
||||
- [[entertainment]]
|
||||
|
|
@ -37,6 +37,12 @@ This advantage compounds with the scarcity economics documented in the media att
|
|||
- **Human-made premium unquantified**: The underlying premium itself is still emerging and not yet measured
|
||||
- **Selection bias risk**: Communities may form preferentially around human-created content for reasons other than provenance (quality, cultural resonance), confounding causality
|
||||
|
||||
|
||||
### Additional Evidence (extend)
|
||||
*Source: [[2025-06-01-variety-mediawan-claynosaurz-animated-series]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
|
||||
|
||||
Claynosaurz demonstrates that community-owned IP can attract studio-quality creative talent (artists from Illumination, DreamWorks, Sony, Disney, Ubisoft) when paired with professional production budgets. This extends the provenance advantage beyond consumer perception to talent recruitment — the transparent ownership model and direct audience relationship may make community-owned IP more attractive to creators compared to traditional studio structures where creative control is mediated by corporate gatekeepers. The ability to recruit top-tier talent suggests the provenance advantage has economic value in the talent market, not just consumer preference.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Claynosaurz built 450M+ views, 200M+ impressions, and 530K+ subscribers before s
|
|||
### Additional Evidence (confirm)
|
||||
*Source: [[2025-06-01-variety-mediawan-claynosaurz-animated-series]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
|
||||
|
||||
Claynosaurz used NFT sales and community building to prove audience demand (nearly 1B social views) before securing Mediawan Kids & Family coproduction partnership. The NFT model allowed them to 'monetize early in their development cycle and focus on building characters rather than building long-form content.' This is the first Web3 community-owned IP to reach production with a major media company, demonstrating that progressive validation through community can de-risk investment enough to attract traditional media partners.
|
||||
Claynosaurz case demonstrates the progressive validation model in practice: (1) NFT sales enabled early monetization allowing the team to 'focus on building characters rather than building long-form content' before committing to full production, (2) community generated nearly 1B social views pre-production, (3) this audience demand validation de-risked the Mediawan Kids & Family co-production partnership. The NFT model functioned as a proof-of-concept mechanism that allowed the IP to validate market demand before traditional production investment.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ The shift extends beyond seeking pre-existing engagement data. Brands are now fo
|
|||
### Additional Evidence (confirm)
|
||||
*Source: [[2025-06-01-variety-mediawan-claynosaurz-animated-series]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
|
||||
|
||||
Mediawan Kids & Family (major European media conglomerate) partnered with Claynosaurz specifically because the NFT brand had proven audience demand through nearly 1B social views and active community engagement. Variety describes this as the 'first time a digital collectible brand is expanded into a TV series,' suggesting Mediawan used community engagement metrics as risk mitigation for the coproduction investment.
|
||||
Mediawan Kids & Family partnership with Claynosaurz exemplifies this pattern: the major European media conglomerate co-produced the series specifically leveraging the pre-existing community and nearly 1B social views. The distribution strategy (YouTube-first to activate existing audience, then sell to TV/streaming buyers) explicitly uses community engagement data to de-risk traditional media sales. This is direct evidence of a traditional media buyer (Mediawan) seeking pre-existing community engagement as risk mitigation.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -29,12 +29,6 @@ This decision follows Claynosaurz's demonstrated 450M+ views, 200M+ impressions,
|
|||
|
||||
This is one data point from one studio. The claim is experimental because it's based on a single co-production decision. Broader pattern confirmation would require multiple independent studios making similar choices. Also unclear whether YouTube-first is driven by community validation specifically or by other factors (budget, Mediawan's strategic positioning, YouTube's kids content strategy).
|
||||
|
||||
|
||||
### Additional Evidence (confirm)
|
||||
*Source: [[2025-06-01-variety-mediawan-claynosaurz-animated-series]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
|
||||
|
||||
Claynosaurz animated series (39 x 7-minute episodes, co-produced by Mediawan Kids & Family and Method Animation with talent from Illumination, DreamWorks, Sony, Disney, Ubisoft) will launch on YouTube first, then sell to TV and streaming buyers. This is a major studio coproduction choosing YouTube-first distribution, reinforcing the pattern that platform primacy now extends even to traditional media partnerships.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
|
|
|
|||
36
entities/entertainment/claynosaurz.md
Normal file
36
entities/entertainment/claynosaurz.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
type: entity
|
||||
entity_type: project
|
||||
name: Claynosaurz
|
||||
domain: entertainment
|
||||
secondary_domains: [internet-finance]
|
||||
status: active
|
||||
tracked_by: clay
|
||||
created: 2026-03-11
|
||||
key_metrics:
|
||||
social_views: "nearly 1B"
|
||||
series_format: "39 x 7-minute episodes"
|
||||
production_partner: "Mediawan Kids & Family"
|
||||
animation_studio: "Method Animation"
|
||||
---
|
||||
|
||||
# Claynosaurz
|
||||
|
||||
Claynosaurz is a Solana NFT collection that has expanded into an animated series co-produced with Mediawan Kids & Family. The project represents the first community-owned IP to reach professional studio co-production, with a 39-episode series developed by artists from Illumination, DreamWorks, Sony, Disney, and Ubisoft. The community is positioned as "co-conspirators" with input on narrative and content direction.
|
||||
|
||||
## Timeline
|
||||
|
||||
- **2025-06-01** — Mediawan Kids & Family announces co-production partnership for 39 x 7-minute animated episodes, produced by Method Animation. Series to launch on YouTube first, then sell to TV and streaming buyers. Creator Nicholas Cabana developed with artists from Illumination, DreamWorks, Sony, Disney, and Ubisoft. Community described as having "real impact on Claynosaurz's future" with input shaping narrative direction. IMDB listing created (tt37155700). (Variety)
|
||||
|
||||
## Relationship to KB
|
||||
|
||||
Claynosaurz is the primary test case for [[progressive validation through community building reduces development risk by proving audience demand before production investment]] and [[traditional media buyers now seek content with pre-existing community engagement data as risk mitigation]]. The project demonstrates that [[community-owned IP attracts studio-quality creative talent when paired with professional production budgets]] and that [[youtube-first distribution for major studio coproductions signals platform primacy over traditional broadcast windowing]].
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
- [[community-owned-IP-has-structural-advantage-in-human-made-premium-because-provenance-is-inherent-and-legible]]
|
||||
- [[entertainment IP should be treated as a multi-sided platform that enables fan creation rather than a unidirectional broadcast asset]]
|
||||
|
||||
Topics:
|
||||
- [[domains/entertainment/_map]]
|
||||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/9RisXkQCFLt7NA29vt5aWatcnU8SkyBgS95HxXhwXhW
|
|||
date: 2023-11-18
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/AkLsnieYpCU2UsSqUNrbMrQNi9bvdnjxx75mZbJns9z
|
|||
date: 2023-12-03
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/GPT8dFcpHfssMuULYKT9qERPY3heMoxwZHxgKgPw3TY
|
|||
date: 2023-12-16
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/9ABv3Phb44BNF4VFteSi9qcWEyABdnRqkorNuNtzdh2
|
|||
date: 2024-01-12
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/CF9QUBS251FnNGZHLJ4WbB2CVRi5BtqJbCqMi47NX1P
|
|||
date: 2024-01-24
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/HyA2h16uPQBFjezKf77wThNGsEoesUjeQf9rFvfAy4t
|
|||
date: 2024-02-05
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/US8j6iLf9GkokZbk89Bo1qnGBees5etv5sEfsfvCoZK
|
|||
date: 2024-02-13
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/E1FJAp8saDU6Da2ccayjLBfA53qbjKRNYvu7QiMAnjQ
|
|||
date: 2024-02-18
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/H59VHchVsy8UVLotZLs7YaFv2FqTH5HAeXc4Y48kxie
|
|||
date: 2024-02-18
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/J7dWFgSSuMg3BNZBAKYp3AD5D2yuaaLUmyKqvxBZgHh
|
|||
date: 2024-02-20
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/Dn638yPirR3e2UNNECpLNJApDhxsjhJTAv9uEd9LBVV
|
|||
date: 2024-02-26
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/ELwCkHt1U9VBpUFJ7qGoVMatEwLSr1HYj9q9t8JQ1Nc
|
|||
date: 2024-03-03
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/D9pGGmG2rCJ5BXzbDoct7EcQL6F6A57azqYHdpWJL9C
|
|||
date: 2024-03-13
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/5qEyKCVyJZMFZSb3yxh6rQjqDYxASiLW7vFuuUTCYnb
|
|||
date: 2024-03-19
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/BqMrwwZYdpbXNsfpcxxG2DyiQ7uuKB69PznPWZ33GrZ
|
|||
date: 2024-03-26
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/HXohDRKtDcXNKnWysjyjK8S5SvBe76J5o4NdcF4jj96
|
|||
date: 2024-03-28
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/BgHv9GutbnsXZLZQHqPL8BbGWwtcaRDWx82aeRMNmJb
|
|||
date: 2024-05-27
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/iPzWdGBZiHMT5YhR2m4WtTNbFW3KgExH2dRAsgWydPf
|
|||
date: 2024-05-27
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/9jAnAupCdPQCFvuAMr5ZkmxDdEKqsneurgvUnx7Az9z
|
|||
date: 2024-05-30
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/8AEsxyN8jhth5WQZHjU9kS3JcRHaUmpck7qZgpv2v4w
|
|||
date: 2024-05-30
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/BMZbX7z2zgLuq266yskeHF5BFZoaX9j3tvsZfVQ7RUY
|
|||
date: 2024-06-05
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/7KkoRGyvzhvzKjxuPHjyxg77a52MeP6axyx7aywpGbd
|
|||
date: 2024-06-08
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/4ztwWkz9TD5Ni9Ze6XEEj6qrPBhzdTQMfpXzZ6A8bGz
|
|||
date: 2024-06-14
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/DgXa6gy7nAFFWe8VDkiReQYhqe1JSYQCJWUBV8Mm6aM
|
|||
date: 2024-06-22
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/9BMRY1HBe61MJoKEd9AAW5iNQyws2vGK6vuL49oR3Az
|
|||
date: 2024-06-26
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/G95shxDXSSTcgi2DTJ2h79JCefVNQPm8dFeDzx7qZ2k
|
|||
date: 2024-07-01
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/Hda19mrjPxotZnnQfpAhJtxWvfC6JCXbMquohThgsd5
|
|||
date: 2024-07-01
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/16ZyAyNumkJoU9GATreUzBDzfS6rmEpZnUcQTcdfJiD
|
|||
date: 2024-07-01
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/EXehk1u3qUJZSxJ4X3nHsiTocRhzwq3eQAa6WKxeJ8X
|
|||
date: 2024-07-04
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/xU6tQoDh3Py4MfAY3YPwKnNLt7zYDiNHv8nA1qKnxVM
|
|||
date: 2024-07-09
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/BU8kQ7ECq8CJ9BHUZfYsjHFKPMGsF6oJn5d6b1tArdw
|
|||
date: 2024-07-18
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/5c2XSWQ9rVPge2Umoz1yenZcAwRaQS5bC4i4w87B1WU
|
|||
date: 2024-07-18
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/7AbivixQZTrgnqpmyxW2j1dd4Jyy15K3T2T7MEgfg8D
|
|||
date: 2024-08-03
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/J57DcV2yQGiDpSetQHui6Piwjwsbet2ozXVPG77kTvT
|
|||
date: 2024-08-14
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/yTiRuoXWQVdVgbUJBU6J3FF1Sxnzy7FW7osqkkfMK6G
|
|||
date: 2024-08-20
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/5TRuK9TLZ9bUPtp6od6pLKN6GxbQMByaBwVSCArNaS1
|
|||
date: 2024-08-20
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/AKMnVnSC8DzoZJktErtzR2QNt1ESoN8i2DdHPYuQTMG
|
|||
date: 2024-08-27
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/GugKjNpirFNaaRkEStRKGJPnutptsnTA3XuCJ8nwaVt
|
|||
date: 2024-08-28
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/8cnQAxS3WQXhD2eAjKSJ6wmBwaJskRZFYByMPKEhD1o
|
|||
date: 2024-08-28
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/eNPP3Tm4AAyDwq9N4BwJwBzFD14KXDSVY6bhMRaBuFt
|
|||
date: 2024-08-28
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/AuNNyR4oU2zkG1sYBzJ3DJmyDzMKSmSW2yASorWenuC
|
|||
date: 2024-08-28
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/EmPUGgv2Utzuu2vgSu6GcTRAtJMox5vJeZKi95cBgfJ
|
|||
date: 2024-08-28
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/2LKqzegdHrcrrRCHSuTS2fMjjJuZDfzuRKMnzPhzeD4
|
|||
date: 2024-08-30
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/53EDms4zPkp4khbwBT3eXWhMALiMwssg7f5zckq22tH
|
|||
date: 2024-08-31
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/evGundfgMRZWCYsGF7GMKcgh6LjxDTFrvWRAhxiQS8h
|
|||
date: 2024-09-05
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/8SwPfzKhaZ2SQfgfJYfeVRTXALZs2qyFj7kX1dEkd29
|
|||
date: 2024-10-10
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/B82Dw1W6cfngH7BRukAyKXvXzP4T2cDsxwKYfxCftoC
|
|||
date: 2024-10-22
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/A19yLRVqxvUf4cTDm6mKNKadasd7YSYDrzk6AYEyubA
|
|||
date: 2024-10-22
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/Gp3ANMRTdGLPNeMGFUrzVFaodouwJSEXHbg5rFUi9ro
|
|||
date: 2024-10-30
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/HiNWH2uKxjrmqZjn9mr8vWu5ytp2Nsz6qLsHWa5XQ1V
|
|||
date: 2024-11-08
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/6LcxhHS3JvDtbS1GoQS18EgH5Pzf7AnqQpR7D4HxmWp
|
|||
date: 2024-11-13
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/ApywwMrE9vkWiatZwQVU6wdvNsHrYZkhegNCV5XDZ8y
|
|||
date: 2024-11-21
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/B4zpF4iHeF91qq8Szb9aD6pW1DrwSy6djD4QPWJQn3d
|
|||
date: 2024-11-21
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/zN9Uft1zEsh9h7Wspeg5bTNirBBvtBTaJ6i5KcEnbAb
|
|||
date: 2024-11-21
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/2QUxbiMkDtoKxY2u6kXuevfMsqKGtHNxMFYHVWbqRK1
|
|||
date: 2024-11-25
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/FXkyJpCVADXS6YZcz1Kppax8Kgih23t6yvze7ehELJp
|
|||
date: 2024-11-25
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/4gaJ8bi1gpNEx6xSSsepjVBM6GXqTDfLbiUbzXbARHW
|
|||
date: 2024-12-02
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/GBQZvZAeW8xUuVV5a9FJHSyttzY5fPGuvkwLTpWLbw6
|
|||
date: 2024-12-04
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/DhY2YrMde6BxiqCrqUieoKt5TYzRwf2KYE3J2RQyQc7
|
|||
date: 2024-12-05
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/C2Up9wYYJM1A94fgJz17e3Xsr8jft2qYMwrR6s4ckaK
|
|||
date: 2024-12-16
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/A74H61YqwsbwRczuErbUyh9kqG1A7ZbiE1W5hWZmT9f
|
|||
date: 2024-12-19
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/5V5MFN69yB2w82QWcWXyW84L3x881w5TanLpLnKAKyK
|
|||
date: 2024-12-30
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/CJW4iZPT14sVNzoc4Yibx1LbnY12sA75gZCP9HZk11U
|
|||
date: 2025-01-13
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/B8WLuXqoBb3hRD9XBCNuSqxDqCXCixqRdKR4pVFGzNP
|
|||
date: 2025-01-14
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/3tApJXw2REQAZZyehiaAnQSdauVNviNbXsuS4inn8PA
|
|||
date: 2025-01-27
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/CBhieBvzo5miQBrdaM7vALpgNLt4Q5XYCDfNLaE2wXJ
|
|||
date: 2025-01-28
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/7FY4dgYDX8xxwCczrgstUwuNEC9NMV1DWXz31rMnGNT
|
|||
date: 2025-02-03
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/DnDiyjAcmS3BNmNEJa2ydEbd6DgnddpkyVXJfngdRTz
|
|||
date: 2025-02-04
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/4BTTxsV98Rhm1qjDe2yPdXtj7j7KBSuGtVQ6rUNWjjX
|
|||
date: 2025-02-06
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/8qtWAAjqKhtEBJjdY6YzkN74yddTchH2vSc7f654NtQ
|
|||
date: 2025-02-10
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/AnCu4QFDmoGpebfAM8Aa7kViouAk1JW6LJCJJer6ELB
|
|||
date: 2025-02-10
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/6TkkCy26HCqxWGt1QgfhFHc6ASikRjk74Gkk4Wfyd7w
|
|||
date: 2025-02-13
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/9ZYMaLKWn9PSLTX1entmqJUYBiCkZbRxeRz1tVvYwqy
|
|||
date: 2025-02-24
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/3rCNPg7wG1XCZBCWwjgjFgfhEySu2LhqeoU9KTUesTg
|
|||
date: 2025-02-24
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/HREoLZVrY5FHhPgBFXGGc6XAA3hPjZw1UZcahhumFke
|
|||
date: 2025-02-26
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/EksJ2GhxbmhVAdDKP4kThHiuzKwjhq5HSb1kgFj6x2Q
|
|||
date: 2025-03-05
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/8MMGMpLYnxH69j6YWCaLTqsYZuiFz61E5v2MSmkQyZZ
|
|||
date: 2025-03-05
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/HCHkdhiPh2q9LTyvUpfyfuybPHW7qg1T2vGtiJzGPrs
|
|||
date: 2025-03-05
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/6mc1Fp6ds8XKA2jMzBDDhVwvY6ZCGg6SNqvHy4E6LS7
|
|||
date: 2025-03-05
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/2frDGSg1frwBeh3bc6R7XKR2wckyMTt6pGXLGLPgoot
|
|||
date: 2025-03-28
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/2dvNKyxKzVuUMcd89wzfuYjX2RKbJps2Srqu4mJ7LEg
|
|||
date: 2025-04-22
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@ priority: high
|
|||
tags: [claynosaurz, mediawan, animated-series, community-ip, web3-entertainment, narrative-ambition]
|
||||
processed_by: clay
|
||||
processed_date: 2026-03-11
|
||||
claims_extracted: ["claynosaurz-animated-series-demonstrates-community-owned-IP-can-attract-studio-quality-talent-and-major-media-coproduction.md", "community-co-creation-mechanism-in-claynosaurz-positions-audience-as-co-conspirators-with-narrative-impact-but-specific-influence-pathways-unspecified.md"]
|
||||
enrichments_applied: ["progressive validation through community building reduces development risk by proving audience demand before production investment.md", "traditional media buyers now seek content with pre-existing community engagement data as risk mitigation.md", "youtube-first-distribution-for-major-studio-coproductions-signals-platform-primacy-over-traditional-broadcast-windowing.md"]
|
||||
claims_extracted: ["community-owned-IP-attracts-studio-quality-creative-talent-when-paired-with-professional-production-budgets.md"]
|
||||
enrichments_applied: ["progressive validation through community building reduces development risk by proving audience demand before production investment.md", "traditional media buyers now seek content with pre-existing community engagement data as risk mitigation.md", "community-owned-IP-has-structural-advantage-in-human-made-premium-because-provenance-is-inherent-and-legible.md"]
|
||||
extraction_model: "anthropic/claude-sonnet-4.5"
|
||||
extraction_notes: "First Web3→traditional entertainment pipeline case reaching production. Two claims extracted: (1) community-owned IP can attract studio-quality partnerships, (2) community co-creation mechanism unspecified but positioned as narrative influence. Three enrichments confirming existing claims about progressive validation, traditional media seeking community engagement data, and YouTube-first distribution. Key unknown: HOW community input shapes narrative—mechanism unspecified in source."
|
||||
extraction_notes: "First community-owned IP animated series in production. Three new claims extracted focusing on talent attraction, distribution strategy, and co-creation mechanisms. Three enrichments confirm existing claims about progressive validation and risk mitigation. Created Claynosaurz entity page. The co-creation mechanism claim is speculative because specific processes are not disclosed — this is the critical unknown for evaluating whether community IP produces meaningful storytelling or brand content."
|
||||
---
|
||||
|
||||
## Content
|
||||
|
|
@ -48,11 +48,9 @@ EXTRACTION HINT: The quality signal is the creative team caliber and Mediawan pa
|
|||
|
||||
|
||||
## Key Facts
|
||||
- Claynosaurz animated series: 39 x 7-minute episodes
|
||||
- Production by Method Animation
|
||||
- Co-production partnership with Mediawan Kids & Family
|
||||
- Creative team includes artists from Illumination, DreamWorks, Sony, Disney, Ubisoft
|
||||
- Nearly 1B social views pre-production
|
||||
- Claynosaurz is a Solana NFT collection
|
||||
- Mediawan Kids & Family is a major European media conglomerate
|
||||
- Method Animation is producing the series
|
||||
- Series format: 39 x 7-minute episodes
|
||||
- IMDB listing: tt37155700
|
||||
- Launch strategy: YouTube first, then TV/streaming sales
|
||||
- Described as first digital collectible brand expanded into TV series
|
||||
- Community generated nearly 1B social views pre-production
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/35mgLHTJYhyEWjsLHDd4jZNQ6jwuZ4E214TUm1hA8vB
|
|||
date: 2025-07-02
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/C61vTUyxTq5SWwbrTFEyYeXpGQLKhRRvRrGsu6YUa6C
|
|||
date: 2025-08-20
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/launch/9kx7UDFzFt7e2V4pFtawnupKKvRR3EhV7P1Pxmc5XCQj"
|
|||
date: 2025-10-06
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana]
|
||||
event_type: launch
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/launch/2rYvdtK8ovuSziJuy5gTTPtviY5CfTnW6Pps4pk7ehEq"
|
|||
date: 2025-10-14
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana]
|
||||
event_type: launch
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/6c1dnggYNpEZvz4fedJ19LAo8Pz2mTTvT6LxySYhpLb
|
|||
date: 2025-10-15
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/launch/E7kXdSdZrjVFDkLb6V7S8VihKookPviRJ7tXVik9qbdu"
|
|||
date: 2025-10-18
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana]
|
||||
event_type: launch
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/launch/4h248CdXdeWtxWnHxEPqa5ruYZaEwXRZPyDFYnndbzpR"
|
|||
date: 2025-10-20
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana]
|
||||
event_type: launch
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/CFZzTU9YBc2ESa9jXeiYsq1sbN2vg346gUunA5NC3iC
|
|||
date: 2025-10-22
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: entity-data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
---
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue