# Tech stack

DFract leverages the technology developed by the Lum Network, that is itself based on the Interchain Stack :&#x20;

* Cosmos SDK&#x20;

> Cosmos SDK is the world’s most popular framework for building application-specific blockchains.\
> <https://docs.cosmos.network/main/>

* Inter-Blockchain Communication (IBC) protocol&#x20;

> IBC is a protocol that allows blockchains to talk to each other.\
> <https://ibc.cosmos.network/main/>

* Proof of Stake

> Proof-of-Stake, the consensus method that Cosmos is built on, is a different blockchain consensus model that is infinitely more energy-efficient than Proof-of-Work.\
> <https://blog.cosmos.network/why-blockchains-need-cosmos-proof-of-stake-for-a-sustainable-environment-878b3edd2e85>

<br>


---

# 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://whitepaper.dfract.lum.network/extra-content/tech-stack.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.
