diff --git a/app/research/page.tsx b/app/research/page.tsx new file mode 100644 index 0000000..4e904c4 --- /dev/null +++ b/app/research/page.tsx @@ -0,0 +1,145 @@ +import { ExternalLink } from "lucide-react" +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" +import { Button } from "@/components/ui/button" + +export default function ResearchPage() { + return ( +
+ {/* Hero Section */} +
+
+

Research & Publications

+

+ Academic work and publications by CCA members exploring the intersection of blockchain technology, + commons-based governance, and digital public goods. +

+
+
+ + {/* Publications Section */} +
+
+

Featured Publications

+ +
+ {/* Publication 1 */} + + + Challenges and Approaches to Scaling the Global Commons + + Authors: Felix Fritsch, Jeff Emmett, Emaline Friedman, Rok + Kranjc, Sarah Manski, Michael Zargham, Michel Bauwens + + + Published in Frontiers in Blockchain • April 2021 + + + +

+ This paper explores the challenges of scaling commons-based approaches in the digital age, examining + how blockchain technology and tokenomics can support sustainable commons governance at global scales. + The authors analyze various models for coordinating distributed communities and aligning incentives + toward collective goals. +

+ +
+
+ + {/* Publication 2 */} + + + + The Commons Stack: Realigning Incentives Towards Public Goods + + + Case Study + + Published on ResearchGate • December 2020 + + +

+ This case study examines the Commons Stack, an open-source toolkit for creating token-based economies + that fund and support public goods. It explores how new coordination mechanisms can realign incentives + to promote sustainable funding for commons-oriented projects and communities. +

+ +
+
+
+
+
+ + {/* Featured Resources Section */} +
+
+

Featured Resources

+ + + + Commons Economy Roadmap + + By: Giulio Quarta + + + +

+ A comprehensive roadmap exploring the development and implementation of commons-based economic systems. + This resource maps out pathways for building regenerative economies that prioritize collective + stewardship and shared value creation. +

+ +
+
+
+
+ + {/* Call to Action */} +
+
+ + +

Contribute to Our Research

+

+ Are you working on research related to blockchain commons, tokenomics, or decentralized governance? We'd + love to feature your work. +

+ +
+
+
+
+
+ ) +} diff --git a/app/sponsors/page.tsx b/app/sponsors/page.tsx new file mode 100644 index 0000000..e09430b --- /dev/null +++ b/app/sponsors/page.tsx @@ -0,0 +1,95 @@ +import { ExternalLink } from "lucide-react" +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" +import { Button } from "@/components/ui/button" +import Image from "next/image" + +export default function SponsorsPage() { + return ( +
+ {/* Hero Section */} +
+
+

Sponsors & Supporters

+

+ The Crypto Commons Association is grateful for the support of organizations and individuals who share our + vision of building sustainable digital commons. +

+
+
+ + {/* Major Sponsors */} +
+
+

Major Supporters

+ + + +
+ BreadCoop Logo +
+ BreadCoop + + Worker Cooperative • $10,000 Contribution + +
+
+
+ +

+ BreadCoop is a worker-owned cooperative that operates on principles of democratic ownership and + equitable distribution. As a cooperative, BreadCoop embodies the values of collective stewardship and + shared governance that align closely with the mission of the Crypto Commons Association. +

+

+ Their cooperative model demonstrates how organizations can be structured to prioritize member wellbeing + and collective decision-making over extractive profit models. By supporting the CCA with a generous + $10,000 contribution, BreadCoop is helping advance research and development of digital commons + infrastructure that can enable more cooperative, community-driven economic systems. +

+

+ This partnership represents a natural alignment between traditional cooperative economics and emerging + blockchain-based commons governance models, showing how digital tools can amplify and extend proven + cooperative principles. +

+ +
+
+
+
+ + {/* Call to Action */} +
+
+ + +

Support Our Mission

+

+ Help us advance the development of digital commons infrastructure and research. Your support enables us + to continue building tools and knowledge for community-driven blockchain ecosystems. +

+ +
+
+
+
+
+ ) +}