diff --git a/build-on-celo/attribution-tags.mdx b/build-on-celo/attribution-tags.mdx index 6b914556a..2abb27ffa 100644 --- a/build-on-celo/attribution-tags.mdx +++ b/build-on-celo/attribution-tags.mdx @@ -3,7 +3,7 @@ title: "Attribution Tags" description: "Credit on-chain activity back to your app on Celo using ERC-8021 attribution tags." --- -Attribution tags let you mark transactions as coming from your app — so on-chain activity can be credited back to you for programs like [Proof of Ship](/build-on-celo/fund-your-project), MiniPay leaderboards, and hackathon tracking. Celo's implementation follows [ERC-8021](https://oxlib.sh/ercs/erc8021/Attribution). +Attribution tags let you mark transactions as coming from your app — so on-chain activity can be credited back to you for programs like MiniPay leaderboards and hackathon tracking. Celo's implementation follows [ERC-8021](https://oxlib.sh/ercs/erc8021/Attribution). ## How It Works @@ -32,7 +32,7 @@ verifyTx({ client, hash }) // → { codes, schemaId } | null ## Quickstart -If you've been issued a code (`celo_xxxxxxxx`) — for example through Proof of Ship onboarding or a hackathon registration — pass it directly: +If you've been issued a code (`celo_xxxxxxxx`) — for example through a hackathon registration — pass it directly: ```ts import { toDataSuffix } from "@celo/attribution-tags"; @@ -114,5 +114,5 @@ console.log(result); // { codes: ["celo_b7k3p9da"], schemaId: 0 } ## Related - [x402: Agent Payments](/build-on-celo/build-with-ai/x402) -- [Fund your Project](/build-on-celo/fund-your-project) — Proof of Ship progress tracking uses attribution tags +- [Fund your Project](/build-on-celo/fund-your-project) — grant and funding programs in the Celo ecosystem - [Launch Checklist](/build-on-celo/launch-checklist) diff --git a/build-on-celo/build-on-minipay/overview.mdx b/build-on-celo/build-on-minipay/overview.mdx index 58804f635..25bc142e7 100644 --- a/build-on-celo/build-on-minipay/overview.mdx +++ b/build-on-celo/build-on-minipay/overview.mdx @@ -208,7 +208,6 @@ Everything below lives at docs.minipay.xyz and is maintained by the MiniPay team ## Funding and programs -- Building in public? Register for Build With Celo programs at [celopg.eco](https://www.celopg.eco/). - Raising? Send a deck or product demo to team@verda.ventures. - Grants and accelerators: [Fund your project](/build-on-celo/fund-your-project). diff --git a/build-on-celo/build-with-ai/overview.mdx b/build-on-celo/build-with-ai/overview.mdx index d640bd5d3..f9c29717d 100644 --- a/build-on-celo/build-with-ai/overview.mdx +++ b/build-on-celo/build-with-ai/overview.mdx @@ -126,4 +126,4 @@ For the full guide — including gas estimation, CIP-64 transaction types, and C ## Crediting Agent Transactions to Your App -Agents transacting on behalf of your app can also carry an [attribution tag](/build-on-celo/attribution-tags), so the on-chain activity they generate is credited back to you — useful for tracking usage across Proof of Ship, MiniPay, or your own analytics. +Agents transacting on behalf of your app can also carry an [attribution tag](/build-on-celo/attribution-tags), so the on-chain activity they generate is credited back to you — useful for tracking usage across MiniPay or your own analytics. diff --git a/build-on-celo/build-with-ai/usecases.mdx b/build-on-celo/build-with-ai/usecases.mdx index 3071f62f8..720ff3b07 100644 --- a/build-on-celo/build-with-ai/usecases.mdx +++ b/build-on-celo/build-with-ai/usecases.mdx @@ -40,6 +40,5 @@ Do you have an AI Agent project, tool, or hackathon you want to share? Add it to #### Optimized Retroactive Funding - The Celo ecosystem has hosted multiple retroactive funding rounds to reward top contributors for their impact. - AI agents can automate and optimize this process by analyzing onchain activity, GitHub contributions, and deployed contracts to fairly distribute funding. - - Check out [Proof-of-Ship on Karma](https://www.karmahq.xyz/community/celo) for a list of projects deployed on Celo this month. diff --git a/build-on-celo/fund-your-project.mdx b/build-on-celo/fund-your-project.mdx index 919f3b807..254cb7734 100644 --- a/build-on-celo/fund-your-project.mdx +++ b/build-on-celo/fund-your-project.mdx @@ -7,20 +7,12 @@ Discover funding opportunities in the Celo ecosystem. --- -The Celo ecosystem offers a variety of funding mechanisms, with a strong focus on retroactive funding, rewarding impactful contributions after they’ve been made. Grants and sustainable revenue models are also available to support projects at different stages. +The Celo ecosystem offers a variety of funding mechanisms — grants, funds, and sustainable revenue models — to support projects at different stages. Explore these opportunities to maximize your funding potential. -![Celo Funding Programs](/img/building/ecosystem-grants.png) - Learn more about the programs below. -## From Idea to MVP to your first users - -Here’s how you can get started: - -1. **Apply for monthly rewards with [Proof of Ship](https://celo-devs.beehiiv.com/subscribe)** Demonstrate consistent progress for automated retroactive rewards. Add [attribution tags](/build-on-celo/attribution-tags) to your transactions so your on-chain activity is credited to your project. - ## Apply for Grant Opportunities There are various grant opportunities for builders in the Celo ecosystem, with funding available at different stages of your project. To maximize your chances of receiving rewards, include your Karma GAP project profile when applying. diff --git a/build-on-celo/launch-checklist.mdx b/build-on-celo/launch-checklist.mdx index f4c59de50..9e36c85c4 100644 --- a/build-on-celo/launch-checklist.mdx +++ b/build-on-celo/launch-checklist.mdx @@ -30,7 +30,7 @@ description: A comprehensive guide to assist you in launching dapps on Celo. ### Analytics & Monitoring -- [ ] **Attribution Tags**: Add [attribution tags](/build-on-celo/attribution-tags) to your transactions so on-chain activity is credited to your app (used by Proof of Ship and MiniPay tracking) +- [ ] **Attribution Tags**: Add [attribution tags](/build-on-celo/attribution-tags) to your transactions so on-chain activity is credited to your app (used by MiniPay tracking) - [ ] **Analytics Setup**: Configure analytics tracking (e.g., Google Analytics, Mixpanel) - [ ] **Monitoring Tools**: Set up monitoring and alerting (e.g., Sentry, DataDog) - [ ] **On-Chain Analytics**: Integrate on-chain analytics tools (e.g., Dune, The Graph) diff --git a/contribute-to-celo/builders.mdx b/contribute-to-celo/builders.mdx index 19d66e701..1313e10a1 100644 --- a/contribute-to-celo/builders.mdx +++ b/contribute-to-celo/builders.mdx @@ -13,10 +13,10 @@ The Celo Builder Community is a global network of developers, entrepreneurs, and There are several ways to get started as a builder on Celo: -* [**Sign up to Proof of Ship**](https://celo-devs.beehiiv.com/subscribe): Prove their impact, showcase progress, and earn rewards. Your onchain reputation unlocks access to grants, retro funding, airdrops, and other funding opportunities. Make sure your app includes an [attribution tag](/build-on-celo/attribution-tags) — self-derived or assigned at registration — so your transactions get credited. - * **Join the Builder Community**: Connect with like-minded individuals on platforms like [Discord](https://discord.com/invite/celo) and the [Celo Forum](https://forum.celo.org/). You'll find channels dedicated to everything from smart contract development to mobile-first dApp creation. -* **Join the office hour**: Office Hours are an excellent way to learn about opportunities in the ecosystem, get feedback on your project and connect with the community. Find governance events on our community [event platform](https://lemonade.social/s/celogovernance). +* **Join the office hour**: Office Hours are an excellent way to learn about opportunities in the ecosystem, get feedback on your project and connect with the community. Find upcoming office hours and events on [Celo's Luma page](https://luma.com/user/usr-QJkvU5EML2BJeYc). + +* **Apply for Grants**: Celo has grants programs, like [Prezenti](https://www.prezenti.xyz/), which supports projects that align with its mission to provide financial services to the next billion people. -* **Apply for Grants**: Celo has grants programs, like [Prezenti](https://www.prezenti.xyz/) and [Celo Public Goods](https://www.celopg.eco/) which supports projects that align with its mission to provide financial services to the next billion people. +* **Get developer updates**: Subscribe to the [Celo Developers newsletter](https://celo-devs.beehiiv.com/subscribe) for developer programs, grants, and builder opportunities. diff --git a/contribute-to-celo/daos.mdx b/contribute-to-celo/daos.mdx deleted file mode 100644 index 42ad7d648..000000000 --- a/contribute-to-celo/daos.mdx +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: Celo Regional DAOs -sidebarTitle: "Regional DAOs" -description: The Celo Regional DAOs, their Regional Council, and how to get involved locally ---- - -import {ColoredText} from "/snippets/ColoredText.jsx"; - - -As of March 2025, the **Regional DAOs** have established a **Regional Council** to coordinate shared funding and enhance collaboration with the Celo Foundation. - -You can read more in the latest proposal: [Celo Regional Council H1 2025](https://forum.celo.org/t/celo-regional-council-h1-2025/10063). - -The **landscape of Regional DAOs is constantly evolving**, so stay updated by following discussions in the **[Celo Forum](https://forum.celo.org/)**. - - -Regional DAOs are community-driven organizations that operate autonomously, focusing on local development and empowering communities to use and build on Celo. Explore the many ways to get involved. - ---- - -## How Regional DAOs Are Furthering Celo's Mission - -Regional DAOs have been an essential part of Celo's growth. They onboard builders, developers and users into the ecosystem by hosting IRL events, providing mentorship and governance. - -Each regional DAO has a different focus which might change over time, but the general idea is to further Celo's mission for Prosperity for All on the ground. - -### Celo Africa DAO - -Celo Africa DAO, [launched in April 2023](https://forum.celo.org/t/celo-africa-dao-report-may-june-july/6385) , has been building a huge network of builders and founders on the ground in Africa and was able to maintain and grow it through showing up consistently. If you live in one of the listed countries below, make sure to connect and to try joining one of the IRL events. Read up on the reports and proposals in the [Celo Forum](https://forum.celo.org/u/celoafricadao/summary). - -Reach out to the main DAO or the chapters on [Twitter](https://x.com/CeloAfricaDao) or [Telegram](https://t.me/CeloAfrica). - -#### Local Chapters - -- [Celo Ghana](https://x.com/Celo_Ghana) -- [Celo Kenya](https://x.com/CeloKenya) -- [Celo Nigeria](https://x.com/CeloNigeria) -- [Celo South Africa](https://x.com/CeloSouthAfrica) -- [Celo Uganda](https://x.com/CeloUganda) - -### Celo Europe DAO - -Celo Europe DAO launched in [June 2023](https://forum.celo.org/t/celo-europe-dao-s0-report/7050) , has been hosting events and fostering the community around ReFi and RWA protocols as well as Celo Gather and supporting other Ecosystem DAOs with similar events. Read up on the reports and proposals in the [Celo Forum](https://forum.celo.org/search?q=celo%20europe%20dao). - -- [Twitter](https://x.com/CeloEurope) - -### Koh Celo (Celo Thailand DAO) DAO - -Koh Celo has been launched in the [beginning of 2024](https://forum.celo.org/t/kohcelo-celo-thailand-dao-project-for-road-to-devcon-h1-2024-regional-dao-final/7402) , starting off by proposing a program for the Road to DevCon 2024. Read up on the reports and proposals in the [Celo Forum](https://forum.celo.org/search?q=KohCelo). - -- [Twitter](https://x.com/KohCelo) - -### CeLatam - -CeLatam has been launched in the [April 2023](https://forum.celo.org/t/celatam-season-0-report/7870) , starting off by proposing a program for the Road to DevCon 2024. Read up on the reports and proposals in the [Celo Forum](https://forum.celo.org/u/celatam/summary). - -Reach out to them on [Twitter](https://x.com/CeLatamOrg). - -### Celo Columbia - -Reach out to them on [Twitter](https://x.com/Celo_Col). - -### Celo Mexico - -Reach out to them on [Twitter](https://x.com/celomexico). - -### Celo PH DAO - -Reach out to them on [Twitter](https://x.com/celophdao). - -### Celo Korea - -Reach out to them on [Twitter](https://x.com/CeloKorea). - -### Celo Türkiye - -Reach out to them on [Twitter](https://x.com/TrCelo). - -### Celo Arabia - -Reach out to them on [Twitter](https://x.com/CeloArabia). - -### Celo India - -Reach out to them on [Twitter](https://x.com/Celo_India). - -## Get Involved with Regional DAOs - -By participating in a Regional DAO, you can contribute to the growth of the Celo ecosystem in your local area. Each DAO offers opportunities for developers, entrepreneurs, and community members to collaborate, share ideas, and drive impactful projects. Explore your region’s DAO to see how you can get involved and help further Celo’s mission of financial inclusion and sustainability. - -For more information on how to join or collaborate with a Regional DAO, visit the [Celo Forum](https://forum.celo.org/) or [Discord](https://discord.com/invite/celo) to connect with the community. diff --git a/contribute-to-celo/index.mdx b/contribute-to-celo/index.mdx index da24731d9..d02511c52 100644 --- a/contribute-to-celo/index.mdx +++ b/contribute-to-celo/index.mdx @@ -12,24 +12,20 @@ Welcome to the Celo Ecosystem! Whether you're a user, developer, founder, or con ### As a User - [**Explore Projects on Celo:**](https://celo.org/ecosystem) Start using and engaging with Celo apps. -- [**Follow updates from the Celo Foundation on Twitter**](https://x.com/Celo) +- [**Follow updates from Celo Core Co on Twitter**](https://x.com/Celo) ### As a Builder -- **Register your project** in our [ecosystem database](https://www.karmahq.xyz/community/celo) and get ready to apply for [ecosystem builder and grant programs.](https://www.celopg.eco/programs) - [**Join our builder community:**](/contribute-to-celo/builders) Connect with other builders in the ecosystem. - [**Contribute to open source projects:**](/contribute-to-celo/contributors/code-contributors) Help grow Celo by contributing to key projects. -- [**Get involved in a local chapter:**](/contribute-to-celo/daos) Attend in-person workshops for mentoring and support. -- [**Participate in Celo Public Goods:**](https://www.celopg.eco/) Explore ongoing funding rounds. - **Introduce your project** in the [**Celo Forum**](https://forum.celo.org/) in the founders' category. -- **Explore grant opportunities:** Apply for [Prezenti Grants](https://www.prezenti.xyz/) . +- **Explore grant opportunities:** Apply for [Prezenti Grants](https://www.prezenti.xyz/). +- [**Subscribe to the Celo Developers newsletter:**](https://celo-devs.beehiiv.com/subscribe) Get developer programs, grants, and builder updates in your inbox. ### As a Contributor - [**Participate in governance:**](/home/protocol/governance/overview) Engage in current discussions and connect with the ecosystem. - [**Participate in the community:**](https://calendar.google.com/calendar/u/0/r?cid=c_asn0b4c1emdgsq3urlh2ei2dig@group.calendar.google.com) Add the Community Calendar -- [**Contribute to local chapters:**](/contribute-to-celo/daos) Connect with the community, offer support, and mentor others. -- [**Sign up for Celo Signal:**](https://share.hsforms.com/1Qrhush1vSA2WIamd_yL4ow53n4j) If you are a Node Operator, Dapp Running Its Own Node, Exchange or Custodian, Owner who is Staking and Participating in Governance, or a Core Developer or Contributor - [**Read the Code of Conduct:**](https://celo.org/code-of-conduct) The standards everyone in the Celo community is expected to uphold. --- diff --git a/docs.json b/docs.json index 8d586b4ad..c988c624f 100644 --- a/docs.json +++ b/docs.json @@ -378,8 +378,7 @@ "group": "Overview", "pages": [ "contribute-to-celo/index", - "contribute-to-celo/builders", - "contribute-to-celo/daos" + "contribute-to-celo/builders" ] }, { @@ -580,6 +579,10 @@ "source": "/contribute-to-celo/code-of-conduct", "destination": "https://celo.org/code-of-conduct" }, + { + "source": "/contribute-to-celo/daos", + "destination": "/contribute-to-celo" + }, { "source": "/legacy/whitepapers", "destination": "https://celo.org/papers" @@ -1310,7 +1313,7 @@ }, { "source": "/blog/2022/05/10/Getting%20started%20with%20DAOs%20on%20Celo", - "destination": "/contribute-to-celo/daos" + "destination": "/contribute-to-celo" }, { "source": "/blog/2022/05/11/Plumo%20-%20An%20Ultralight%20Blockchain%20Client%20on%20Celo", @@ -2478,7 +2481,7 @@ }, { "source": "/what-is-celo/joining-celo/daos", - "destination": "/contribute-to-celo/daos" + "destination": "/contribute-to-celo" }, { "source": "/what-is-celo/joining-celo/index", @@ -3448,8 +3451,12 @@ "label": "X" }, { - "href": "https://lemonade.social/s/celogovernance", - "label": "Governance Events" + "href": "https://luma.com/user/usr-QJkvU5EML2BJeYc", + "label": "Events" + }, + { + "href": "https://celo-devs.beehiiv.com/subscribe", + "label": "Developer Newsletter" } ] } diff --git a/home/celo.mdx b/home/celo.mdx index 90ff4f83a..e72dc404f 100644 --- a/home/celo.mdx +++ b/home/celo.mdx @@ -144,11 +144,8 @@ Connect your browser wallet to Celo in one click. See all network details on the Join our Discord - - Sign up for upcoming governance calls and workshops - - - Build your onchain reputation to unlock exclusive rewards + + Sign up for upcoming calls, office hours, and workshops Vote on Governance Proposals diff --git a/home/index.mdx b/home/index.mdx index 10ad7c501..696839adc 100644 --- a/home/index.mdx +++ b/home/index.mdx @@ -33,7 +33,6 @@ Celo is designed with features that lower the entry barrier for those new to cry #### Optimized for Global Reach: - **Global Distribution**: Build apps that scale to millions of mobile wallet users via [MiniPay](https://www.minipay.to/). -- [**Global Community**](/contribute-to-celo/daos): Connect with our extensive network of Celo Regional Hubs to bring your app to users around the globe. ## Participating in the Network diff --git a/home/protocol/governance/governance-toolkit.mdx b/home/protocol/governance/governance-toolkit.mdx index ff7bb0de1..ad64bf220 100644 --- a/home/protocol/governance/governance-toolkit.mdx +++ b/home/protocol/governance/governance-toolkit.mdx @@ -11,16 +11,12 @@ description: An overview of the tools, platforms, and resources available for pa * [**Celo Terminal**](https://celoterminal.com/): A desktop application allowing Celo chain interactions and governance participation. * [**StakedCelo dApp**](https://app.stcelo.xyz/connect): An application that allows for liquid staking of Celo and voting on Governance proposals. -### Mechanisms for Celo Public Goods Proposals - -* [**Celo Public Goods Snapshot**](https://snapshot.org/#/celopg.eth): A Locked CELO snapshot to allow votes to occur on Snapshot to decide about Celo Public Goods Proposals. - ### Mechanisms for Discussions * [**The Celo Forum**](https://forum.celo.org/): The platform for governance and community discussion. * [**Discord**](https://discord.com/invite/celo): For informal governance discussion and feedback. * [**Github**](https://github.com/celo-org/governance): Governance guidelines and CGP proposals are tracked via Github. -* [**Governance Events**](https://lemonade.social/s/celogovernance): Sign Up to the next Governance Call. +* [**Celo Events**](https://luma.com/user/usr-QJkvU5EML2BJeYc): Sign Up to the next Governance Call. ## Celo Governance Guardians Overview diff --git a/home/protocol/governance/overview.mdx b/home/protocol/governance/overview.mdx index f402be90b..b39f99def 100644 --- a/home/protocol/governance/overview.mdx +++ b/home/protocol/governance/overview.mdx @@ -52,9 +52,8 @@ Governance Proposals must fall within one of the following categories to be cons | --- | --- | --- | --- | --- | --- | |Celo Protocol Governance|Celo Governance Contracts|Celo Network decisions and Celo Protocol Improvements|Deposit of 10,000 Locked CELO.|Dynamic based on the current Celo Algorithm.|Dynamic based on the current Celo Algorithm.| |Smart Contract Governance|Celo Governance Contracts|onchain smart contract changes|Deposit of 10,000 Locked CELO.|Dynamic based on the current Celo Algorithm.|Dynamic based on the current Celo Algorithm.| -|Celo Community Treasury Governance|Celo Governance Contracts|Funding proposals that do not fall within a current Celo Public Good Budget or aim to request over $500,000 in value in a single proposal.|Deposit of 10,000 Locked CELO.|Dynamic based on the current Celo Algorithm.|Dynamic based on the current Celo Algorithm.| +|Celo Community Treasury Governance|Celo Governance Contracts|Funding proposals requesting over $500,000 in value in a single proposal.|Deposit of 10,000 Locked CELO.|Dynamic based on the current Celo Algorithm.|Dynamic based on the current Celo Algorithm.| |Mento Governance|Celo Governance Contracts|Mento reserve and protocol decisions. To separate once, Mento will establish their own Governance system in 2024.|Deposit of 10,000 Locked CELO.|Dynamic based on the current Celo Algorithm.|Dynamic based on the current Celo Algorithm.| -|Celo Public Goods Governance|Celo Public Goods Snapshot|Program selection within approved Celo Public Goods budgets.|Minimum of 10,000 Locked CELO Balance|2.5M Celo|50%| #### Feedback and Review diff --git a/home/protocol/staking/voting.mdx b/home/protocol/staking/voting.mdx index 3177fc9cd..93a0b65e2 100644 --- a/home/protocol/staking/voting.mdx +++ b/home/protocol/staking/voting.mdx @@ -55,11 +55,11 @@ As a CELO holder, you have the opportunity to impact the Celo network by voting - **Contributes to Celo:** Support Validator Groups that strengthen the Celo developer community, for example through building or operating services for the Celo ecosystem, participating actively in on-chain governance, and answering questions and supporting others, on [Discord](https://chat.celo.org) or the [Forum](https://forum.celo.org). -## The Celo Foundation voting policy +## The Celo Core Co voting policy -As described above, there are many criteria to consider when deciding which group to vote for. While it is highly recommended that all CELO holders do their independent research when deciding which group to vote for, another option is to vote for Validator Groups that have received votes from the Celo Foundation. +As described above, there are many criteria to consider when deciding which group to vote for. While it is highly recommended that all CELO holders do their independent research when deciding which group to vote for, another option is to vote for Validator Groups that have received votes from Celo Core Co. -The Celo Foundation follows a validator group voting policy when voting with the CELO that it holds. This policy has been developed by the Foundation board and technical advisors with the express goal of promoting the long-term security and decentralization of the network. Validator Groups have an opportunity to apply for Foundation votes every 3 months, and a new cohort is selected based on past performance and contributions. +Celo Core Co follows a validator group voting policy when voting with the CELO that it holds. This policy has been developed by the Celo Core Co board and technical advisors with the express goal of promoting the long-term security and decentralization of the network. Validator Groups have an opportunity to apply for Celo Core Co votes every 3 months, and a new cohort is selected based on past performance and contributions. You can find the [full set of Validator Groups currently receiving votes, and their addresses linked here](https://docs.google.com/spreadsheets/d/1ltVNkQfXW3lIZxXU52R3IXeD6w21oacWFVb3a-FYRBY/edit?usp=sharing). diff --git a/snippets/home.jsx b/snippets/home.jsx index 5d3a3877d..6e2e41286 100644 --- a/snippets/home.jsx +++ b/snippets/home.jsx @@ -476,17 +476,10 @@ export const CeloBuilderEcosystem = ({ { title: "Bring Your Ideas to Life", desc: "Sign up for upcoming hackathons and workshops", - href: "https://lemonade.social/s/celogovernance", + href: "https://luma.com/user/usr-QJkvU5EML2BJeYc", external: true, icon: "img/homepage/contribute.svg", }, - { - title: "Join Proof of Ship", - desc: "Build your onchain reputation to unlock exclusive rewards", - href: "https://celoplatform.notion.site/Build-With-Celo-Proof-of-Ship-17cd5cb803de8060ba10d22a72b549f8", - external: true, - icon: "img/homepage/connect.svg", - }, { title: "Make your Voice Heard", desc: "Vote on Governance Proposals",