# Ecosystem Foundational Layer

Cardano's Ecosystem Foundational Layer provides the underlying infrastructure and technologies that enable the development and deployment of decentralized applications (dApps) and smart contracts on the Cardano blockchain. It includes the following components:

1. Blockchain Protocol: Cardano uses a proof-of-stake (PoS) consensus algorithm called Ouroboros, which ensures the integrity and security of the network. Ouroboros is designed to be highly secure and energy-efficient, which makes it more sustainable than other consensus algorithms.
2. Smart Contract Platform: Cardano's smart contract platform is based on the functional programming language Haskell, which is known for its safety and reliability. Cardano's smart contract platform is called Plutus, and it allows developers to write secure and efficient smart contracts.
3. Token Standard: Cardano uses a token standard called the Cardano Native Token (CNT) standard, which allows developers to create custom tokens on the Cardano blockchain. The CNT standard is designed to be flexible and scalable, which makes it easy for developers to create and manage custom tokens.
4. Interoperability: Cardano's Ecosystem Foundational Layer is designed to be interoperable with other blockchain networks. This means that Cardano can communicate and exchange value with other blockchain networks, which opens up new possibilities for decentralized applications.

Together, these components provide the foundation for building and running decentralized applications on the Cardano blockchain. Cardano's Ecosystem Foundational Layer is designed to be highly scalable, secure, and sustainable, which makes it a promising platform for the development of decentralized applications and the growth of the blockchain ecosystem.


---

# Agent Instructions: 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:

```
GET https://theada.gitbook.io/whitepaper/the-ada/ecosystem-foundational-layer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
