> For the complete documentation index, see [llms.txt](https://whitepaper.mocossi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mocossi.com/why-cardano.md).

# Why Cardano?

**We believe in science, and the blockchain behind Cardano adheres to that.** The Cardano project came about in 2015 as a research project to examine how cryptocurrencies could be improved. It is the first blockchain to be built on thorough scientific principles *(1)*. So far Charles Hoskinson and his team have published over 140 papers *(2)*, laying a solid foundation for not just Cardano but cryptocurrency in general *(3)*.

**Cardano blockchain requires reasonable gas fees to process transactions**. Cardano’s fee structure is designed to stymie fee explosion *(4)*, a problem we have seen with Ethereum lately. The average transaction fee on the Ethereum network skyrocketed from roughly $16 in May *(5)* to $63 in November 2021 *(6)*. In contrast, the average gas fee for Cardano was just around $0.3 during the same period *(7)*.

**Cardano’s vision for a “decentralized Africa” is huge.** We are talking about 5 million students and teachers in Ethiopia who will soon acquire blockchain-based digital identities *(8)*. Moreover, Cardano blockchain infrastructure will provide affordable network nodes for 60 million Tanzanians to access sustainable internet through renewable energy *(9)*. One might wonder why Cardano’s vision for Africa has anything to do with us. Think about this: if Cardano delivers what it promises, it will soon dominate the Africa continent. Isn’t this something worth considering?

While we could go on about the reasons why we choose Cardano, these reasons should suffice for now to remain optimistic about its future. Hence, we conclude this section with a strong belief that Cardano is the ideal blockchain solution for our GameFi project.

*(1)* [*https://www.financemagnates.com/cryptocurrency/education-centre/coin-analysis-cardanos-scientific-basis-claims/*](https://www.financemagnates.com/cryptocurrency/education-centre/coin-analysis-cardanos-scientific-basis-claims/)\
*(2)*  [*https://iohk.io/en/research/library/*](https://iohk.io/en/research/library/)\
*(3)* [*https://www.forbes.com/sites/stevenehrlich/2021/04/26/cardano-and-ethereum-founder-analyzes-the-newest-evolutions-in-crypto-and--blockchain-technology/?sh=62472d0e3e52*](https://www.forbes.com/sites/stevenehrlich/2021/04/26/cardano-and-ethereum-founder-analyzes-the-newest-evolutions-in-crypto-and--blockchain-technology/?sh=62472d0e3e52)\
*(4)*  [*https://docs.cardano.org/explore-cardano/fee-structure*](https://docs.cardano.org/explore-cardano/fee-structure)\
*(5)*  [*https://seekingalpha.com/article/4471627-yes-ethereum-has-gas-problem*](https://seekingalpha.com/article/4471627-yes-ethereum-has-gas-problem)\
*(6)*  [*https://markets.businessinsider.com/news/currencies/ethereum-transaction-gas-fees-high-solana-avalanche-cardano-crypto-blockchain-2021-12*](https://markets.businessinsider.com/news/currencies/ethereum-transaction-gas-fees-high-solana-avalanche-cardano-crypto-blockchain-2021-12)\
*(7)*  [*https://www.statista.com/statistics/1278720/gas-price-cardano/*](https://www.statista.com/statistics/1278720/gas-price-cardano/)\
[*https://phys.org/news/2020-07-albert-einstein-mediocre-h-index-bogus.html* ](<https://phys.org/news/2020-07-albert-einstein-mediocre-h-index-bogus.html >)\
*(8)*  [*https://africa.cardano.org/*](https://africa.cardano.org/)\
*(9)*  [*https://cryptomode.com/cardanos-big-plans-for-africa/*](https://cryptomode.com/cardanos-big-plans-for-africa/)


---

# 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://whitepaper.mocossi.com/why-cardano.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.
