Discussões de Orçamento

197 discussões

Discussão de propostas orçamentárias relacionadas ao ecossistema blockchain Cardano para inclusão em um Orçamento Cardano facilitado pela Intersect.

# ID: 764

Cardano Cloud: No-Compromise dApps – Easy Code, Fully Verified, Serverless

ATIVO
ag
agocorona
Autor

This is the only solution in all blockchains that statically verifies the entire off-chain + on-chain contract, persists execution state, optionally, to IPFS, and responds from cold start. It turns Cardano’s Haskell choice into a structural DeFi advantage.

Building on mature, battle-tested Haskell foundations (including the composable reactive architecture from the Transient ecosystem and DAppFlow), this project completes a declarative, continuation-based monad for off-chain flows that enables static verification of all contract states via Haskell's type system, automatic lightweight checkpointing (serializing only the execution stack, typically <1KB), instantaneous endpoint responses from cold start (zero-warmup via disk/IPFS deserialization), and seamless integration with Cardano primitives (ctl-haskell, Ogmios).

Developers need only basic Haskell knowledge to author full contracts declaratively—no loops, no mutable state, just intuitive sequencing and effectful algebraic operations, if needed. The result is self-documenting code: a complete multi-state DeFi contract is readable in ~20-30 lines, with types enforcing verifiable transitions at compile-time, extending Plutus's determinism to the full contract lifecycle.

Core functionalities resolve the identified problems:

Static State Verification: Each state is in typed statement in a sequence as defined in the specification, catching eUTXO mismatches and off-chain/on-chain inconsistencies before runtime—crucial for complex flows where errors compound exponentially. Automatic Lightweight Checkpointing: Flows pause transactionally, serializing just the execution stack incrementally to disk or IPFS, ensuring resilience without bloat; resumes are atomic. Cold-Start Endpoints: minput-like primitives expose HTTP/console inputs that respond in milliseconds from deserialized state, enabling serverless dApps. Distributed Scalability: Primitives support computation migration across nodes and browsers, with IPFS pinning for tamper-proof persistence—scaling linearly in high-state DeFi or DAO scenarios. Simulation & Production Parity: Toggle emulator mocks vs. live Ogmios, with types preserving guarantees. Example (verifiable auction):

defiAuction :: Cloud ()
defiAuction = do
  lockTx <- liftCTL $ lock 10_000_000 "initial"  – no need for await

  bids <-  collect 100 3600000000 $ do            – wait for 100 bids, 1 hour
    bid <- minput "/bid" Bid{midBid= minPayload} – collect all bids
    validateBid bid

  winner <- selectWinner bids
  liftCTL $ pay winner (amount winner * 1_000_000)

This flow verifies statically, checkpoints automatically, and responds from cold start—transforming complex DeFi from burdensome to elegant.

Even more crucial, automatic Backtracking & Retry solves the Double spent UTxO and other problems that happens with the disparities between off-chain and on-chaing code:

All high-level primitives (spendUTxO, lockFunds etc.) internally use the Transient's backtracking engine

When a transaction fails (e.g., UTxO already consumed), the runtime:

  • Automatically rolls back all previous side effects (releases, unlocks, cancellations)
  • Retries with alternative paths or fresh UTXO queries
  • No explicit logic required from the developer

This provides true transactional semantics in off-chain code—unique in blockchain runtimes.

A Phase 2 will extend to a scripting language compiling to this runtime, making it usable by anyone (no Haskell required), further democratizing Cardano dApp development.

The solution will launch as a Hackage package, with templates and workshops to invite community collaboration.

A fine-tuning configuration for LLMs will also be provided to assist developers with code generation, debugging, and best practices specific to Cardano Cloud development.

Principal
Tipo
0 Votos
0 Sim
0 Não
0 comentários
Budget: ₳ 100,000/$57,000
Enviado: 14 Nov 2025, 17:06 UTC (Epoch 594)
Atualizado: 14 Nov 2025, 17:06 UTC (Epoch 594)
Ver Detalhes e Votar
# ID: 758

Sky3Team - Vietnam Cardano Builder Community & AI Innovation Hub

ATIVO
sk
sky3team.vietnam
Autor

The majority of the event budget is allocated to the events themselves. We aim to:

  1. Enhance understanding of Cardano: Through online/offline meetups and hackathons, participants will receive detailed guides on Cardano applications, including DeFi, governance, and blockchain development tools.

  2. Maintain and grow the Vietnamese developer community: This proposal aims to establish a practical environment where Vietnamese developers can collaborate, experiment, and build real products on Cardano. We foster both innovation and collaboration within the local Cardano developer community through two main activities:

  • Builder Connect, a networking initiative to help individuals find suitable co-founders or team members.
  • AI Hackathon, a hands-on competition designed to support early-stage projects in prototyping and go-to-market preparation.
Marketing & Inovação
Tipo
4 Votos
1 Sim
3 Não
0 comentários
Budget: ₳ 100,000/$69,220
Enviado: 10 Jun 2025, 07:23 UTC (Epoch 563)
Atualizado: 10 Jun 2025, 07:23 UTC (Epoch 563)
Ver Detalhes e Votar
# ID: 753

LeverFinance: Democratizing Institutional-Grade Investment Access on Cardano

ATIVO
le
leverfinance
Autor

Value to Cardano:

Capital Inflow: Direct $100M+ institutional capital into Cardano within 24 months by serving as an institutional gateway. User Growth: Onboard 50,000+ users (retail/institutional) seeking financial utility, not speculation. Technical Showcase: Prove Cardano’s superiority in financial applications via eUTXO deterministic contracts, native asset compliance, and Hydra-powered scalability. Regulatory Innovation: Develop open-source, Cardano-specific compliance frameworks (adoptable ecosystem-wide). Ecosystem Synergy: Integrate with top Cardano solutions (MeshJS, NMKR, Xerberus) and expand developer tools via financial smart contract libraries. Community Impact:

Democratized Access: Enable fractional investments (as low as $100) in venture capital/private equity. Financial Inclusion: Merge Wall Street and Main Street participation through AI-powered analytics (LeverAI) and tiered staking. Sustainable Growth: Generate 1M+ monthly transactions

Marketing & Inovação
Tipo
1 Votos
1 Sim
0 Não
0 comentários
Budget: ₳ 135,142/$94,599
Enviado: 13 May 2025, 07:53 UTC (Epoch 557)
Atualizado: 13 May 2025, 07:53 UTC (Epoch 557)
Ver Detalhes e Votar
# ID: 752

CardanoScout: A Static Analysis Tool for Smart Contract Security

ATIVO
ma
matias.cabello
Autor

Empower Cardano developers, security auditors and QA engineers with an automated static analysis tool tailored to Cardano smart contracts, enabling automated issues and vulnerability detection during development. It will help developers, auditors, and projects proactively secure their code, reduce manual review costs, and elevate overall contract quality. We will leverage our proven experience building Scout Audit, a successful open-source static analysis tool for Polkadot’s Substrate and Ink as well as Stellar’s Soroban. Our team includes security auditors, researchers, and developers with extensive experience in Web3. By improving smart contract security and reliability, this tool will directly benefit the Cardano developer community, security professionals, and end-users, supporting Cardano's mission of building secure, scalable, and decentralized infrastructure. We will leverage our proven experience building Scout Audit (https://github.com/CoinFabrik/scout-audit), a successful open-source static analysis tool for Polkadot’s Substrate and Ink as well as Stellar’s Soroban. Our team includes experienced security auditors, blockchain researchers, and developers who specialize in building static analyzers for smart contract platforms.

By improving smart contract security and reliability, this tool will directly benefit the Cardano developer community, security professionals, and end-users, supporting Cardano's mission of building secure, scalable, and decentralized infrastructure.

Principal
Tipo
13 Votos
2 Sim
11 Não
14 comentários
Budget: ₳ 464,500/$325,150
Enviado: 7 May 2025, 14:24 UTC (Epoch 556)
Atualizado: 29 Sept 2025, 16:38 UTC (Epoch 585)
Ver Detalhes e Votar
# ID: 747

Shadow: A Permissionless Copy Trading Protocol for Cardano

ATIVO
pp
pp
Autor

Shadow solves this by introducing a copy trading protocol where users can automatically mirror the trades of successful wallets in real time. All trades are non-custodial and opt-in, with a small commission fee shared between the protocol and the trader being copied.

By aligning the incentives of expert traders, passive investors, and protocol developers, Shadow establishes a new form of Cardano-native trading—social, scalable, and profitable for all participants.

Key benefits to the Cardano community include:

Onboarding new users with simple copy-based trading experiences.

Driving volume and liquidity to native DEXs and tokens.

Creating revenue opportunities for traders and content creators.

Boosting long-term engagement through social network effects.

If successful, Shadow will become the social trading layer of Cardano, encouraging exploration, increasing TVL, and bringing trading into the hands of everyone. The result is a more active, inclusive, and profitable DeFi ecosystem for the Cardano community.

Marketing & Inovação
Tipo
11 Votos
1 Sim
10 Não
2 comentários
Budget: ₳ 200,000/$120,000
Enviado: 6 May 2025, 02:46 UTC (Epoch 556)
Atualizado: 6 May 2025, 02:47 UTC (Epoch 556)
Ver Detalhes e Votar
# ID: 746

First Regulated & Licensed RWA Exchange on Cardano (with products from UBS, Invesco etc.) - DigiFT

ATIVO
di
digift
Autor

DigiFT: The Heart of Cardano's Institutional RWA Strategy

DigiFT uniquely sits at the heart of the Cardano community Institutional RWA strategy.

Benefits:

  • DigiFT is a licensed Smart Contract enabled RWA platform.
  • Increased TVL, offered natively on Cardano, and improved transaction volumes.
  • DigiFT delivers mainstream institutional finance to Cardano, including:
    • UBS uMINT (Money Market Fund Token) with US$ 9.0 BN AUM
    • Invesco iSNR (US Senior Bank Loan Fund Token) with US$ 6.0 BN AUM
    • Full regulatory approval by Singapore MAS and Hong Kong SFC

Competitive Advantage:

Working with DigiFT, Cardano will:

  • Leapfrog competitor chains (e.g., SOL, AVAX) with established DeFi ecosystems
  • Establish itself as the premier blockchain for institutional RWA integration

Technical Implementation:

DigiFT will deploy its regulatory authorized on-chain RWA smart contract exchange on Cardano, including:

  • Mint/Burn smart contracts
  • Subscribe/Redeem smart contracts
  • Attracting transaction volumes and providing RWA use cases

Stablecoin Integration:

  • DigiFT will list the Cardano Stablecoin on our Smart Contract Exchange
  • Provides instant use case paired against high-grade institutional assets
  • Regulatory approved Real Time Liquidity (RTL) Pools for "instant" on-chain redemption:
    • Offered 24/7
    • Will attract institutional users of UBS and Invesco products
    • Supports NET MINT GROWTH of the native Cardano Stablecoin (USDA)

Ecosystem Impact:

This integration will:

  • Renew interest through accelerated RWA on-chain growth
  • Drive mainstream finance adoption
  • Revitalize and incentivize Cardano developers, projects and users
  • Provide important regulated, stable, safe and secure income assets
  • Establish Cardano L1 chain as institutional-grade infrastructure

Regulatory Compliance:

DigiFT is accepted by:

  • Various regulatory bodies
  • Financial institutions
  • Technology providers

Creating a compliant ecosystem featuring:

  • Security
  • Permissioned access
  • Interoperability
  • Smart contract capabilities for regulated RWAs

Bridging Traditional and Decentralized Finance:

DigiFT's "Day 1" regulatory infrastructure:

  • Bridges TradFi and DeFi
  • Provides Cardano access to global institutional RWAs (e.g., UBS/Invesco)
  • Serves as a unique RWA rally point for unified liquidity
  • Offers material upside AUM growth potential for Cardano
Marketing & Inovação
Tipo
26 Votos
9 Sim
17 Não
12 comentários
Budget: ₳ 6,000,000/$3,000,000
Enviado: 5 May 2025, 08:37 UTC (Epoch 556)
Atualizado: 5 May 2025, 08:37 UTC (Epoch 556)
Ver Detalhes e Votar
# ID: 745

Complete Web3 developer stack to make Cardano the smart contract layer for Bitcoin

ATIVO
go
gomaestro
Autor

Integrating Maestro’s infrastructure to enable Cardano as the smart contract layer for Bitcoin would generate substantial benefits across several layers of the Cardano developer ecosystem:

  1. Cardano DeFi Developers: Developers of DeFi applications (such as lending protocols like Fluidtokens) will gain immediate access to Bitcoin’s immense liquidity pool, significantly expanding their potential user base andTVL. Maestro’s integration enables developers to tap directly into Bitcoin’s economic activity, dramatically increasing capital efficiency and profitability. Demonstrated value includes:
  • Significant growth in TVL, user engagement, and protocol revenues.
  • Easier user onboarding from Bitcoin-native communities.
  1. Wallet Developers (Tokeo, Begin, Lace, etc.):
    Wallet applications will benefit from vastly expanded user functionality. By supporting direct Bitcoin-to-Cardano interactions, wallets can offer their users advanced features like Bitcoin-backed lending, staking, governance, and seamless cross-chain payments. Demonstrated value includes:
  • Increased wallet adoption and user retention.
  • Expanded revenue streams through cross-chain transaction fees and premium DeFi services.
  1. Layer 2 Solutions and Protocols (Midgard, Sundial, zkFold, BitcoinOS, Midnight):
    Cardano’s Layer 2 ecosystems will benefit by directly integrating with Bitcoin’s user base. L2 solutions gain additional utility and liquidity, allowing their technologies (privacy layers, zero-knowledge rollups, sidechains) to achieve broader adoption and market validation. Demonstrated value includes:
  • Accelerated adoption and developer traction for L2 solutions.
  • Enabling innovative financial products and privacy-oriented services previously unavailable to Bitcoin holders.
  1. Cardano Ecosystem Overall: The direct Bitcoin integration positions Cardano uniquely in the broader blockchain landscape. It would transform Cardano into the default execution and innovation layer for Bitcoin DeFi, attracting both institutional and retail adoption. Demonstrated value includes:
  • Enhanced market positioning as the leading decentralized finance ecosystem linked to Bitcoin.
  • Substantial increase in ecosystem visibility, credibility, and investment inflows.
  1. Open source: Maestro's core indexer multi-chain software stack will be open-sourced to the community.

Ultimately, the proposed integration presents Cardano with an opportunity to become the primary hub for Bitcoin’s smart contract innovation and DeFi, unlocking extensive economic value, developer growth, and cross-chain collaboration.

Principal
Tipo
19 Votos
5 Sim
14 Não
13 comentários
Budget: ₳ 600,000/$360,000
Enviado: 4 May 2025, 03:06 UTC (Epoch 555)
Atualizado: 19 May 2025, 12:04 UTC (Epoch 558)
Ver Detalhes e Votar
# ID: 744

The Cardano Launchpad: Powering a Cardano Web3 + AI Ecosystem to Scale the Next Generation of Builders

ATIVO
mo
mongi.antler
Autor

This initiative will drive significant value for the Cardano ecosystem and community by focusing on:

  1. Building a Web3 + AI ecosystem for Cardano, to support and scale the next generation of projects and builders on Cardano.
  • Accelerate ~10 Cardano projects, ensuring they are AI and commercially-ready, through a 4-week, high-paced program with access to resources, mentorship, and networks for growth.
  • Incubate 4-5 new high-potential projects built on Cardano, leveraging Antler's proven venture-building engine in selected locations and large pool of exceptional builders.
  1. Enable potential introductions for enterprise PoC and future funding to facilitate faster scaling and market adoption.
  2. Generating new intersect members from the startup and Antler communities, enriching the Cardano ecosystem with valuable expertise and connections.
  3. Creating marketing/PR opportunities to boost Cardano’s visibility and credibility
  4. Developing an AI/Web3 scaling playbook for Cardano companies that can be reused and continuously educate Cardano founders.
Marketing & Inovação
Tipo
24 Votos
6 Sim
18 Não
14 comentários
Budget: ₳ 4,000,000/$2,000,000
Enviado: 3 May 2025, 10:21 UTC (Epoch 555)
Atualizado: 3 May 2025, 10:21 UTC (Epoch 555)
Ver Detalhes e Votar
# ID: 743

Cardano Maintenance and Roadmap Delivery Proposal: Secure Ada Network Infrastructure for the enTire cardano communitY

ATIVO
in
intersecttsc
Autor

The primary advantages of the TSC approach are:

--

1. Consistency. All work items will be evaluated according to the same criteria.

2. Transparency. All funded work will engage with and report consistently to the community.

3. Avoidance of technical gaps. Vendors can be sought for all necessary work items.

4. Proper Prioritisation. Work items can be prioritised in line with community needs, rather than vendor wishes.

5. Avoidance of duplication. Duplicate work items can be eliminated.

6. Complementarity. Where work items can benefit from each other, this can be identified.

7. Conflict resolution. Where work items conflict in scope, this can be resolved.

8. Coordination of Effort. Coordinated integration and rollout plans are necessary, e.g. for hard forks.

9. Flexibility of Delivery. Discovery tasks can be carried out where necessary, new work can be undertaken as it is needed, and unsuccessful work can be terminate

Principal
Tipo
60 Votos
17 Sim
43 Não
27 comentários
Budget: ₳ 22,606,000/$11,303,000
Enviado: 2 May 2025, 16:23 UTC (Epoch 555)
Atualizado: 12 May 2025, 09:52 UTC (Epoch 557)
Ver Detalhes e Votar
# ID: 739

Hydra-based local currency platform & associated tooling incl. wallet

ATIVO
ai
aira
Autor

Benefits include:

  • The Cardano treasury receiving significant revenue
  • The Hydra open source community would receive a production-ready predeveloped open-source payment system (including stable coin-backed points systems)
    • Including web2 REST API for payments, and point of sale QR code payments
  • Global Cardano community will receive all tooling necessary to launch their own local currencies, with toggleable settings for different regulatory environments and local currency goals.
  • Japanese Cardano community would receive municipal government adoption and endorsement. Japanese Cardano user community would expand on the order of millions (Symons right now is ~3M users)
  • Colombian Cardano community will receive outreach to potentially receive municipal government adoption and endorsement.
  • Via points investment similar to PayPay's crypto investments, the number of Cardano token holders (not limited only to ADA) would grow significantly.
  • Expired points reclamation, after one year of inactivity, would benefit Japanese local governments, non-profits, small businesses, infrastructure, and workers. Points expiration is standard in the Japanese points market because it frees up points which can often become inaccessible, encourages prompt point usage, and creates highly active returning customers. However, most points companies remove all of these points from circulation. Our proposed platform recirculates them back into local communities, creating a self-sustaining local circular economy. We will work jointly with local governments to determine the usage of expired points in the deployed system, to ensure unique local needs are prioritized.
  • Increased business revenue in rural Japan would directly benefit rural Japanese governments, businesses, and workers.
Marketing & Inovação
Tipo
24 Votos
10 Sim
14 Não
31 comentários
Budget: ₳ 530,000/$275,600
Enviado: 2 May 2025, 04:42 UTC (Epoch 555)
Atualizado: 5 May 2025, 16:12 UTC (Epoch 556)
Ver Detalhes e Votar
# ID: 737

A member-based organization for the Cardano ecosystem: Intersect

ATIVO
in
intersect.team
Autor

This proposal enables Intersect to continue providing essential infrastructure, coordination, and governance support for Cardano during a pivotal 12-month period from June 2025 to June 2026.

Intersect exists to serve as a neutral, nonprofit coordination layer that bridges decentralized governance and decentralized infrastructure. Our mission is not to direct the network, but to enable it. By stewarding core systems, supporting community-led processes, and facilitating safe, transparent delivery.

Specifically, this proposal will fund Intersect to:

  1. Steward core infrastructure
  • Maintain and govern the open-source Cardano node repositories, including the Haskell codebases
  • Coordinate and release upgrades proposed by ecosystem contributors, ensuring safe deployment, roadmap alignment, and stakeholder readiness
  • Provide stability and continuity across key engineering practices and upgrade cycles
  1. Execute the Administrator role
  • Continue fulfilling the responsibilities of the “Administrator” role defined in the Constitution. Intersect is currently listed as an Administrator on over 100 budget proposals currently
  • Provide contract and oversight support, including proposal vetting, operational execution, smart contract development, and compliance monitoring
  • Act as a reliable counterparty for Treasury-funded initiatives, offering arbitration routes while supporting increased transparency and decentralization
  1. Support participation and coordination
  • Deliver stipends to elected committee members — beginning formal recognition of their time and expertise and
  • Facilitate an election process to confirm a new Constitutional Committee
  • Provide professional operational and coordination support to 8 committees and 30+ working groups
  • Provide through our members, onboarding, tools, and resources for DReps, SPOs, and the Constitutional Committee
  1. Facilitate roadmap and budget processes
  • Via the Product Committee, facilitating product roadmap development and long-term ecosystem vision
  • Rebuilding a budget process for 2026 and coordinating the delivery and on-chain submission of a 2026 budget
  • Conceptualize and being to operationalize a scalable RFP process for committee-aligned budget proposals (example the Open Source Committee proposal)
  1. Expand Ecosystem Capacity
  • Support the emergence of new MBOs, associations, and working groups
  • Recognize and reinforce the need for multiple Administrators in the future to support a plural and scalable governance model

Intersect’s nonprofit status provides the right structure for these activities and we commit that any unused funds will be returned to the Treasury, and the requested ₳15.75m is a capped allocation, not a guaranteed disbursement. Funds will be released quarterly, pegged to live ADA/USD exchange rates, and tracked through transparent public reporting.

This proposal reflects the direction Intersect is now committed to: clearer scope, radical accountability, and coordination that serves — not controls — Cardano’s governance and development.

Suporte de Governança
Tipo
36 Votos
24 Sim
12 Não
21 comentários
Budget: ₳ 15,750,000/$7,875,000
Enviado: 1 May 2025, 19:05 UTC (Epoch 555)
Atualizado: 19 May 2025, 12:00 UTC (Epoch 558)
Ver Detalhes e Votar
# ID: 733

Indigenous DAO Toolkit

ATIVO
en
engiematene
Autor

Historic & Unique—Indigenous DAO tools to onboard 100s of groups stewarding billions of economic & ecological value.

This proposal directly supports the development of essential collective-first infrastructure. It delivers a fully data-sovereign, local-first identity system—standards-aligned to meet the unique needs of Indigenous peoples, cooperatives, and civic groups, and their deeply relational, communitarian values and operating systems. It is designed so that it will always be owned by the people, rent-free—ensuring true autonomy over identity, governance, and infrastructure.

By lowering barriers to entry with the Mātou Protocol (a collective identity pattern), and the accompanying community and developer kits (CDK & SDK), Mātou Collective can welcome hundreds of tribal nations—thousands of humans—to the ecosystem. These tools are designed to support both custom technical development that fits community needs, and community development that helps leaders weave people and technology together.

For the Cardano community, this proposal offers both strategic and tangible benefits:

  • DAO Tooling: Matou Protocol (the core collective identity pattern), MatouSDK (software development kit), MatouCDK (community development kit) are designed to drastically lower barriers to technical development (supporting custom tech that fits communities) and community development (supporting leaders weaving people and tech together)
  • Adoption: This project aims to on-board Indigenous nations — populations with active economies already coordinating billions in value (see examples and sources of indigenous economic activity, specific examples Ngāi Tahu, Cherokee Nation, Barngarla).
  • Innovation: Cardano will be the first major blockchain to offer a pathway to decentralized, culturally rooted, real-world data sovereignty for Indigenous peoples.
  • Research Impact: This project will generate unique field data and unique design insights on how decentralized systems can serve complex governance, identity, and economic needs.
  • Transactions: Increased transaction volume through real-world governance applications, credential verification services, cross-group economic activities, and token investments and exchanges—all mediated through Cardano's infrastructure. These tokenized interactions drive sustainable growth while providing tangible utility for indigenous communities.

We are building tools for an existing, rich, reciprocal, multi-stakeholder ecosystem with clear requirements and validated needs—an ecosystem we are part of and uniquely positioned to serve.

Pesquisa
Tipo
25 Votos
1 Sim
24 Não
24 comentários
Budget: ₳ 2,291,088/$1,489,207
Enviado: 29 Apr 2025, 22:43 UTC (Epoch 555)
Atualizado: 30 Apr 2025, 08:12 UTC (Epoch 555)
Ver Detalhes e Votar
# ID: 732

DRep Incentivization Framework

ATIVO
se
seomon
Autor

We will define parameters, monitor DRep behavior across key parameters to collect data and model incentives. Using this data, we'll create a mathematical formula that fairly rewards valuable contributions.This work will be transparently documented, -communicated, openly tested, and iteratively improved. The model will be guided by community feedback and evidence based work from experts.

Transparency:

  • The community gains clear visibility into how incentives are structured and awarded. Engagement:
  • Increased motivation for active, consistent, and high-quality participation from DReps. Fairness:
  • A data-driven approach ensures rewards are proportional to measurable contributions, enhancing trust. Community influence over the process ensures a fair distribution model.

Scalability:

  • A model adaptable for future governance needs and changes in community dynamics.The process can be replicated to create similar models for other governance bodies.
Suporte de Governança
Tipo
31 Votos
11 Sim
20 Não
15 comentários
Budget: ₳ 514,976/$257,488
Enviado: 29 Apr 2025, 06:34 UTC (Epoch 554)
Atualizado: 14 Aug 2025, 17:58 UTC (Epoch 576)
Ver Detalhes e Votar
# ID: 730

LedgerSync: Financial Data Infrastructure for Cardano

ATIVO
br
breezing
Autor

Intersect’s mission is to steward the long-term development, resilience, and adoption of the Cardano ecosystem through community-driven governance and strategic infrastructure investments. This proposal directly advances that mission by addressing a foundational gap in the ecosystem’s data infrastructure: the lack of reliable, financial-grade data from the Cardano blockchain.

Why This Matters to Intersect Enabling Regulatory Readiness: As more real-world use cases emerge, particularly in finance, climate tech, and public goods funding, the ability to comply with jurisdictional tax and reporting requirements becomes critical. By supporting this proposal, Intersect ensures that Cardano can meet the standards expected by institutional users, governments, and enterprises.

Strengthening the Ecosystem’s Foundations: The Intersect community is investing in tooling that will stand the test of time. High-integrity financial data is a prerequisite for DAOs, grant-funded initiatives, and long-term project sustainability. This proposal lays the groundwork for robust, auditable accounting across all layers of the ecosystem.

Fostering Inclusive Participation: Many small- to medium-sized projects on Cardano lack the internal resources to build custom accounting infrastructure. This initiative democratizes access to reliable ledger tools, enabling more diverse participants to grow responsibly and compliantly.

Aligning with Intersect’s Goals for Open Source and Modularity: This project is fully open source and modular, contributing to Cardano's public infrastructure and giving future developers the ability to build new services, dashboards, and reporting tools on top of a shared accounting layer.

Why This Matters to the Cardano Chain Bridges a Core Limitation of the UTXO Model: While the UTXO model is superior in many ways, it was not designed for easy financial traceability. This proposal introduces the interpretive layer needed to make Cardano data as usable as EVM data — without changing the protocol.

Increases Network Stickiness and Developer Retention: When financial tooling is difficult or unreliable, projects migrate to other chains. By solving this friction point, Cardano becomes a more attractive long-term home for founders and developers.

Supports Real-World Utility and Mission-Driven Projects: Cardano is increasingly the chain of choice for impact-focused, real-world projects. These organizations must report transparently to funders, governments, and communities — and need reliable data to do so.

This proposal is not just about fixing accounting; it’s about enabling trust, transparency, and professionalism across the entire Cardano ecosystem — which is at the heart of what Intersect and Cardano aim to achieve.

Principal
Tipo
18 Votos
1 Sim
17 Não
5 comentários
Budget: ₳ 175,000/$123,900
Enviado: 28 Apr 2025, 08:36 UTC (Epoch 554)
Atualizado: 30 Apr 2025, 08:13 UTC (Epoch 555)
Ver Detalhes e Votar
# ID: 729

Cardano Builder DAO

ATIVO
lo
logan
Autor

If implemented, this proposal will directly benefit Cardano dApp developers, the broader ecosystem of users, and ADA holders by creating a reliable funding structure focused on sustained adoption, utility, and on-chain economic activity.

Demonstrated value to the Cardano Community includes:

  • Increased On-Chain Activity: Providing financial support to launched projects with real users and measurable transactions will grow Cardano's usage metrics, a key indicator of network health and success.
  • Higher TVL and Ecosystem Stickiness: By supporting projects that retain user assets on-chain, the DAO boosts Cardano’s DeFi footprint and TVL.
  • More Reliable Infrastructure & Products: Developers gain access to capital that enables consistent product development, user support, and innovation.
  • Greater Visibility and Adoption: Supporting high-impact applications increases Cardano's competitiveness in the broader Web3 landscape, attracting new users and developers.
  • Transparent ROI Tracking: Funded projects must report KPIs like transaction counts, active users, and commit activity, enabling the community to clearly measure the impact and return on funding decisions.
  • Balance Ecosystem Funding Structure: This purpose-built funding mechanism complements Project Catalyst by creating a clear delineation between the different development stages of projects, and where they should seek funding within the ecosystem. This enables Project Catalyst to be a more effective innovation engine as larger projects will not rely on Project Catalyst for funding.
Marketing & Inovação
Tipo
29 Votos
11 Sim
18 Não
18 comentários
Budget: ₳ 12,000,000/$6,000,000
Enviado: 27 Apr 2025, 13:05 UTC (Epoch 554)
Atualizado: 19 May 2025, 12:02 UTC (Epoch 558)
Ver Detalhes e Votar
# ID: 727

Advancing Programmable Assets on Cardano – Development and Adoption

ATIVO
bu
business
Autor

Implementation will significantly benefit the Cardano ecosystem by maturing the CIP-143 standard into a production-ready feature:

For Developers & dApp Builders: Enables the creation of innovative dApps leveraging sophisticated programmable assets like soul-bound tokens (SBTs), regulated stablecoins, advanced royalty mechanisms, and enhanced DeFi primitives. Lowers barriers to entry with user-friendly tools (SDKs, minting interface) and clear documentation. For the Ecosystem: Enhances Cardano's competitiveness as a leading platform for advanced asset types. Fosters interoperability and composability through a unified standard (CIP-143). Attracts new projects and developers seeking these capabilities. For End Users: Indirectly benefits users through access to new applications and functionalities enabled by programmable assets (e.g., secure stablecoins, better identity solutions, richer NFT experiences). Overall Network: Increases network utility and drives on-chain activity through the creation and use of valuable, functional assets. Return on Investment (ROI): The ROI lies in enabling significant new economic activity on Cardano, increasing demand for ADA (fees, dApp usage), attracting high-value projects, fostering ecosystem vibrancy, and solidifying Cardano's technical capabilities as outlined in its roadmap.

Critical use-cases of programmable assets include:

  • Dynamic Yield Tokens: Assets programmed to continuously reallocate themselves across multiple yield sources based on real-time returns, risk.
  • Auto-compounding Tokens: Assets that automatically reinvest profits and rewards, compounding yields without user intervention.
  • Fully Autonomous Vested Tokens: Assets released gradually based on predefined schedules or performance metrics, no manual claiming or user-intervention required.
  • Event-Triggered Assets: Tokens whose transfers, lockups, or burns are automatically triggered by on-chain events.
  • Dynamic Risk-Managed Assets: Tokens that automatically hedge their value against market volatility by integrating derivatives or decentralized insurance protocols.
  • Risk-Adjusted Stablecoins: Stablecoins that dynamically adjust collateralization ratios and asset composition based on market volatility or collateral risks.
  • Advanced DeFi Protocols: Complex cutting-edge DeFi protocols such as Ethena require customizable asset lifecycle management which can only be achieved via programmable assets.
Principal
Tipo
14 Votos
13 Sim
1 Não
0 comentários
Budget: ₳ 1,400,000/$2,800,000
Enviado: 26 Apr 2025, 22:53 UTC (Epoch 554)
Atualizado: 30 Apr 2025, 08:13 UTC (Epoch 555)
Ver Detalhes e Votar
# ID: 726

CLYDE Stake Pool: Infrastructure Upgrade for True Network Resilience

ATIVO
ph
phrankerco
Autor

Funding the upgrade and continued operation of the CLYDE bare-metal stake pool would directly strengthen Cardano’s decentralization, resilience, and long-term sustainability. The key benefits include:

Enhanced Network Decentralization: By maintaining a non-cloud-based, independently operated node, this proposal protects against central points of failure and promotes a more geographically and infrastructurally diverse network topology.

Increased Network Resilience: Bare-metal pools with redundant cable and fiber internet connections, like CLYDE, add robustness against outages, censorship, and dependency on third-party cloud providers.

Support for Cardano’s Core Values: Cardano’s vision is built on decentralization. Funding CLYDE aligns directly with these values, ensuring independent operators can remain viable contributors to the network without relying solely on block rewards that heavily favor larger pools.

Long-Term Value to the Ecosystem: Investing in bare-metal infrastructure now avoids higher risks and potential costs in the future associated with cloud reliance, such as service disruptions, regulatory pressure, or monopolistic behaviors.

The return on investment is a more secure, decentralized, and censorship-resistant Cardano blockchain, which benefits all community members—from developers and projects to ADA holders and future users. It helps ensure that Cardano remains true to its foundational principles, safeguarding its competitive edge in an increasingly centralized blockchain landscape.

Marketing & Inovação
Tipo
7 Votos
2 Sim
5 Não
0 comentários
Budget: ₳ 500,000/$250,000
Enviado: 26 Apr 2025, 18:49 UTC (Epoch 554)
Atualizado: 30 Apr 2025, 08:13 UTC (Epoch 555)
Ver Detalhes e Votar
# ID: 719

Beyond Minimum Viable Governance: Iteratively Improving on Cardano Voltaire

ATIVO
in
inputoutput
Autor

Imagine a Cardano where governance evolves continuously, driven by data and community insights. We will forge that future by moving beyond Minimum Viable Governance (MVG) to craft a dynamic, adaptable system with a clear, cost-effective process to pinpoint the real challenges faced by those who participate in governance. By putting this process into action, we will deliver transparent, insightful findings and expert analysis. Where needed, these insights will be translated into concrete proposals (CIPs or CPSs) reflecting community consensus. This initiative will kickstart ongoing governance optimization, empowering the community to actively monitor and address critical risks, ensuring Cardano remains a leader in decentralized decision-making.

Suporte de Governança
Tipo
31 Votos
24 Sim
7 Não
7 comentários
Budget: ₳ 592,780/$296,390
Enviado: 25 Apr 2025, 16:30 UTC (Epoch 554)
Atualizado: 19 May 2025, 12:01 UTC (Epoch 558)
Ver Detalhes e Votar
# ID: 718

Blockdaemon: Institutional-grade Infrastructure Implementations and Integrations

ATIVO
bl
blockdaemonltd
Autor

Funding this proposal equips Cardano with the industrial‑grade rails that turn 2025 roadmap innovations into production revenue and global impact—delivering measurable economic, security and social returns for every segment of the community.

This proposal helps solve a practical but pressing challenge: how do we make it easier for organizations, especially those outside the typical crypto-native circles, to build on Cardano without getting bogged down by infrastructure complexities?

By implementing this proposal, we’re offering the Cardano ecosystem something it needs right now: a dependable infrastructure layer that allows institutions to easily adopt and focus on building on Cardano, rather than spending cycles on node uptime, staking logic, or security concerns. That unlocks value in a very tangible way. It speeds up the timeline for new projects to go live. It opens the door for fintechs and enterprises to deploy real-world use cases without needing to reinvent the wheel.

Developers in less connected countries: Blockdaemon can host nodes and validators globally

Wallet integration - Institutional grade MPC wallet: ADA Staking directly from the wallet

Institutions and enterprises: Blockdaemon is globally recognized as the leader for institutional blockchain infrastructure, staking, institutional wallets and DeFi enabling institutional and enterprise adoption

Network effects: Every enterprise we onboard pulls its customers, liquidity and developers into Cardano, multiplying ADA utility.

In short, this proposal doesn’t just improve infrastructure for custodians and institutions, it creates leverage for everyone building RWA on Cardano.

Principal
Tipo
31 Votos
3 Sim
28 Não
3 comentários
Budget: ₳ 5,300,000/$2,650,000
Enviado: 25 Apr 2025, 13:45 UTC (Epoch 554)
Atualizado: 30 Apr 2025, 08:13 UTC (Epoch 555)
Ver Detalhes e Votar
# ID: 717

Broadcast-Blockchain Infrastructure Platform

ATIVO
ju
jun.hamada
Autor

Rising Social Demand for Trustworthy Information Distribution
[Benefits of problem solving]
This project solves the problem by integrating the broad reach of IPDC broadcasting with the immutability and verifiability of Cardano blockchain, enabling a reliable and tamper-proof information delivery infrastructure for all.

The importance of ensuring reliability even in peacetime
[Benefits of problem solving]
This project will achieve these goals by combining broadcasting technology and blockchain technology. As the world's first integrated broadcasting and Web3 infrastructure, we maximize the public credibility of the CARDANO blockchain by using broadcast block information as a reference signal.

Need for a Sustainable Public Information Infrastructure
[Benefits of problem solving]
This project provides a low-cost, resilient, and inclusive information platform by leveraging the robustness of broadcast technology and the decentralized nature of blockchain, offering a sustainable public infrastructure for all communities.

Marketing & Inovação
Tipo
24 Votos
6 Sim
18 Não
8 comentários
Budget: ₳ 1,500,000/$750,000
Enviado: 25 Apr 2025, 10:20 UTC (Epoch 554)
Atualizado: 30 Apr 2025, 08:13 UTC (Epoch 555)
Ver Detalhes e Votar
Governance Space na Blockchain Cardano

Você está pronto para participar?

Construindo juntos para impulsionar a Cardano.