# Staking

- [Overview](https://docs.findora.org/key-concepts/staking/overview.md): Findora is an open, permissionless blockchain secured by a decentralized network of global validators running the Tendermint consensus mechanism.
- [EVM Staking](https://docs.findora.org/key-concepts/staking/evm-staking.md): Introduction
- [UTXO Staking and EVM Staking](https://docs.findora.org/key-concepts/staking/evm-staking/utxo-staking-and-evm-staking.md)
- [EVM Staking Portal User Guide](https://docs.findora.org/key-concepts/staking/evm-staking/evm-staking-portal-user-guide.md)
- [Consensus](https://docs.findora.org/key-concepts/staking/consensus.md)
- [Rewards](https://docs.findora.org/key-concepts/staking/rewards.md)
- [Penalties](https://docs.findora.org/key-concepts/staking/penalties.md): The rewards described earlier incentivize desired validator behaviors. The penalties below exist to deter unwanted validator behaviors:


---

# 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.findora.org/key-concepts/staking.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.
