# Key Concepts

- [EVM Ledger](https://docs.findora.org/key-concepts/evm-smart-chain.md): The EVM Chain is for EVM compatibility in Findora.
- [UTXO Chain](https://docs.findora.org/key-concepts/utxo-native-chain.md)
- [Confidential transfers](https://docs.findora.org/key-concepts/utxo-native-chain/confidential-transfers.md)
- [Overview](https://docs.findora.org/key-concepts/utxo-native-chain/confidential-transfers/overview.md)
- [Concepts](https://docs.findora.org/key-concepts/utxo-native-chain/confidential-transfers/concepts.md)
- [Technical Specifications](https://docs.findora.org/key-concepts/utxo-native-chain/confidential-transfers/technical-specifications.md): Let us take a deep dive into some of the concepts involving the cryptography under the hood which enables the confidential transfers
- [Prism++ Transfer](https://docs.findora.org/key-concepts/prism-transfer.md): Prism++ allows for the transfer of FRC20, FRC721, and FRC1155 assets between Findora Native Chain and Findora EVM Chain, providing enhanced privacy features for those assets.
- [Triple Masking](https://docs.findora.org/key-concepts/triple-masking.md)
- [Overview](https://docs.findora.org/key-concepts/triple-masking/overview.md)
- [SDK Installation](https://docs.findora.org/key-concepts/triple-masking/sdk-installation.md)
- [Bar to Abar](https://docs.findora.org/key-concepts/triple-masking/bar-to-abar.md)
- [Abar to Bar](https://docs.findora.org/key-concepts/triple-masking/abar-to-bar.md)
- [Abar Transfer](https://docs.findora.org/key-concepts/triple-masking/abar-transfer.md)
- [Staking](https://docs.findora.org/key-concepts/staking.md)
- [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.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.
