# \[Validator Report\] Stakely x Celo — Q3 2025 Contributions

**URL:** https://forum.celo.org/t/validator-report-stakely-x-celo-q3-2025-contributions/12531
**Category:** Community
**Created:** [October 22, 2025, 10:56am UTC](https://forum.celo.org/t/validator-report-stakely-x-celo-q3-2025-contributions/12531 "2025-10-22T10:56:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Maria\_Stakely](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.celo.org/maria_stakely/32/11434_2.png) [@Maria\_Stakely](https://forum.celo.org/u/Maria_Stakely)
#### Post date: [October 22, 2025, 10:56am UTC](https://forum.celo.org/t/validator-report-stakely-x-celo-q3-2025-contributions/12531/1 "2025-10-22T10:56:10Z")

</div>

Hi Celo community 👋

We’re sharing a summary of **Stakely’s contributions to the Celo ecosystem** during the last quarter (July–October 2025).

Our goal with this post is:

1. Provide transparency about our validator performance and ecosystem contributions.
2. Gather feedback and ideas from the community on how we can further support Celo’s mission in the coming months.

### Validator Operations

- **Uptime:** 100%

- **Slashing events:** 0

- **Delegated stake:** 1,592,506.49 CELO

- **Validator score:** 100%

- **Validator profile:** [Stakely Validator on Celo](https://mondo.celo.org/staking/0xe92B7BA8497486e94bb59C51F595b590c4a5f894?tab=stakers)

### Technical Contributions

We maintain and fund several **public goods** to strengthen the Celo infrastructure:

- **Celo Faucet** → [stakely.io/faucet/celo-celo](https://stakely.io/faucet/celo-celo)  
→ _36,460 requests served this quarter_

- **RPC Load Balancer** → [stakely.io/web3-api-load-balancer/celo](https://stakely.io/web3-api-load-balancer/celo)  
→ _69 active nodes | 1,337,642_ _daily requests | 611M+ total requests_

These tools are fully open and free to use by developers, validators, and the broader community.

### Community & Educational Contributions

Over the last quarter, we’ve focused on spreading awareness and education around Celo and regenerative finance in our blog through our monthly reviews, and on X via RT, quotes and threads (ex. [https://x.com/Stakely\_io/status/1958109110521491845](https://x.com/Stakely_io/status/1958109110521491845)).

### What’s next

In the upcoming months, we’ll continue supporting the ecosystem through:

1. **Maintaining ≥99.9% uptime** and transparent performance reporting.

2. **Keeping Celo Faucet & RPC Load Balancer online and improving throughput.**

3. **Expanding educational materials** , including staking guides, technical tutorials, and localized content in Spanish, French and English.

4. **Hosting online and in-person meetups** (especially in Spain and LATAM) to connect with new users and projects aligned with Celo’s vision.

We’d love to hear from the community:  
→ What kind of public goods, educational initiatives, or collaborations would you like to see next?  
→ Are there specific technical improvements or integrations you think could benefit the Celo ecosystem?

Let’s keep building together!

**— The Stakely Team**

---

<div class="post-metadata">

### Author: ![Thylacine](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.celo.org/thylacine/32/6703_2.png) [@Thylacine](https://forum.celo.org/u/Thylacine)
#### Post date: [October 23, 2025, 3:08pm UTC](https://forum.celo.org/t/validator-report-stakely-x-celo-q3-2025-contributions/12531/2 "2025-10-23T15:08:02Z")

</div>

Awesome. The RPC endpoint is cool, what’s the underlying architecture of the load balancer? Is it open source?

---

<div class="post-metadata">

### Author: ![iicc](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.celo.org/iicc/32/10883_2.png) [@iicc](https://forum.celo.org/u/iicc)
#### Post date: [October 23, 2025, 3:59pm UTC](https://forum.celo.org/t/validator-report-stakely-x-celo-q3-2025-contributions/12531/3 "2025-10-23T15:59:57Z")

</div>

Thanks!

It was initially deployed on Cloudflare Workers, but it quickly became expensive as traffic grew. Because of this, we developed our own solution using NodeJS for the health checks, header modifications, and re-routing; Redis as the cache layer, and Kubernetes for scaling and uptime reasons.  
It is unfortunately not open source, although the configuration of the nodes and their weights is: [https://github.com/Stakely/web3-load-balancer-configuration](https://github.com/Stakely/web3-load-balancer-configuration)
