> For the complete documentation index, see [llms.txt](https://docs.cryptum.io/english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptum.io/english/cryptum/ecosystem/celo.md).

# Celo

Celo is a decentralized blockchain platform that is designed to make financial tools and services accessible to everyone, regardless of their location or socioeconomic status. The platform is built on a mobile-first approach, making it easy for anyone with a smartphone to access its features and benefits.

One of the key features of Celo is its native stablecoin, Celo Dollar (cUSD). cUSD is pegged to the US dollar and can be used for a wide range of transactions, including remittances, micropayments, and peer-to-peer transfers. It is designed to be a stable and secure store of value, providing users with an alternative to traditional banking services.

Celo also supports a variety of decentralized applications (dApps), including those focused on lending, savings, and payments. These dApps can be built using a variety of programming languages, including Solidity, TypeScript, and Rust.

One of the unique features of Celo is its use of a novel consensus mechanism known as Proof of Stake with Identity (PoSI). PoSI is designed to be more energy-efficient than traditional Proof of Work (PoW) mechanisms, while still providing a high level of security and decentralization.

In addition to its technical features, Celo has a strong focus on social impact and financial inclusion. The platform is designed to empower individuals and communities that are currently underserved by traditional financial institutions, by providing them with access to affordable and accessible financial services.

Overall, Celo is a powerful blockchain platform that provides developers with the tools they need to build fast, secure, and accessible decentralized applications. Its focus on financial inclusion and social impact makes it an attractive option for developers looking to build applications that can make a positive difference in the world.

{% embed url="<https://celo.org/>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cryptum.io/english/cryptum/ecosystem/celo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
