import { SiteHeader } from "@/components/site-header"
import { SiteFooter } from "@/components/site-footer"
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
import { Badge } from "@/components/ui/badge"
import { Button } from "@/components/ui/button"
import { ExternalLink, Rocket, CheckCircle2, Github } from "lucide-react"
export default function ApplicationsPage() {
const implementations = [
{
name: "1Hive Gardens",
description:
"1Hive uses Disputable Conviction Voting as the core governance mechanism for their Gardens framework. Community members can create proposals and stake tokens to signal support for funding requests from the shared treasury.",
url: "https://1hive.gitbook.io/gardens/on-chain-governance/protocol-parameters/disputable-conviction-voting",
status: "Production",
blockchain: "Gnosis Chain",
tags: ["DAO", "Treasury Management", "Community Funding"],
},
{
name: "Commons Stack",
description:
"The Commons Stack implements Conviction Voting for commons-based funding decisions, allowing communities to allocate resources to public goods and shared infrastructure in a continuous, democratic way.",
url: "https://cv.commonsstack.org/",
status: "Production",
blockchain: "Ethereum",
tags: ["Public Goods", "Commons", "Funding"],
},
{
name: "Moonbeam Network",
description:
"Moonbeam implements Conviction Voting through a Solidity precompile contract that interacts with Substrate's Conviction Voting Pallet, enabling token holders to vote on governance referenda with conviction multipliers.",
url: "https://docs.moonbeam.network/builders/ethereum/precompiles/features/governance/conviction-voting/",
status: "Production",
blockchain: "Polkadot Parachain",
tags: ["OpenGov", "Polkadot", "Precompile"],
},
{
name: "Ceramic Network (Off-chain)",
description:
"Ceramic Network developed a trust-minimized off-chain implementation of Conviction Voting using IDX and verifiable data structures. This approach avoids high gas costs while maintaining verifiability.",
url: "https://blog.ceramic.network/trust-minimized-off-chain-conviction-voting",
status: "Research",
blockchain: "Off-chain / IPFS",
tags: ["Off-chain", "Gas Efficient", "Verifiable"],
},
{
name: "Giveth",
description:
"Giveth pioneered the exploration of Conviction Voting for decentralized funding allocation, working with Commons Stack and BlockScience to develop and refine the mechanism.",
url: "https://giveth.io/",
status: "Production",
blockchain: "Ethereum / Gnosis",
tags: ["Philanthropy", "Community", "Funding"],
},
{
name: "Token Engineering Commons",
description:
"The TEC uses Conviction Voting as part of their governance toolkit for allocating funds to token engineering projects and public goods in the ecosystem.",
url: "https://token-engineering-commons.gitbook.io/tec-handbook/",
status: "Production",
blockchain: "Gnosis Chain",
tags: ["Token Engineering", "DAO", "Research"],
},
]
const useCases = [
{
title: "DAO Treasury Management",
description:
"Allocate funds from shared treasuries based on community preferences without time-boxed voting rounds",
},
{
title: "Public Goods Funding",
description: "Support commons-based projects and infrastructure with continuous community input",
},
{
title: "Grant Programs",
description: "Run transparent, participatory grant programs where conviction grows with community support",
},
{
title: "Resource Allocation",
description: "Prioritize work proposals and bounties based on sustained community interest",
},
{
title: "Protocol Governance",
description: "Make parameter changes and protocol upgrades with time-weighted community consensus",
},
{
title: "Community Prioritization",
description: "Surface and prioritize community needs through continuous preference signaling",
},
]
return (
{/* Hero Section */}
Real-World Applications
Discover where Conviction Voting has been implemented and how organizations are using it for continuous,
democratic decision-making.
{/* Implementations Section */}
Live Implementations
Organizations and platforms using Conviction Voting in production