# More

As our documentation describes dfinance protocol futures, we cannot describe everything (such as protocols, libraries, modules, that we're using), but we can provide links for you to learn more.

## Tendermint

Dfinance uses [Tendermint](https://tendermint.com/) protocol. We use Tendermint for consensus, security and p2p communications. Here is [Tendermint documentation](https://docs.tendermint.com/master/#).

## Cosmos SDK

As dfinance is built with Cosmos SDK and inherits standard cosmos modules, you can look at Cosmos documentation, specifically:

* [staking](https://docs.cosmos.network/master/modules/staking/)
* [slashing](https://docs.cosmos.network/master/modules/slashing/01_concepts.html)
* [mint](https://docs.cosmos.network/master/modules/mint/01_concepts.html)
* [distribution](https://docs.cosmos.network/master/modules/distribution/)

Some details that current documentation misses or considers not important you can find there.

## Common

Some other links that could be interesting:

* [What Is a 51% Attack?](https://academy.binance.com/security/what-is-a-51-percent-attack)
* [What Is a Blockchain Consensus Algorithm?](https://academy.binance.com/blockchain/what-is-a-blockchain-consensus-algorithm)
* [Byzantine Fault Tolerance Explained](https://academy.binance.com/blockchain/byzantine-fault-tolerance-explained)
* [Cosmos / Tendermint explained for real idiots](https://medium.com/coinmonks/cosmos-tendermint-explained-for-real-idiots-ab4305cbb41)


---

# 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://docs.dfinance.co/staking/more.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.
