# Core Concepts

- [Blockchain Fundamentals](https://docs.phron.ai/developers/copy/core-concepts/blockchain-fundamentals.md)
- [Overview of Phron.ai’s consensus mechanism (AI-backed PoS, DAG)](https://docs.phron.ai/developers/copy/core-concepts/blockchain-fundamentals/overview-of-phron.ais-consensus-mechanism-ai-backed-pos-dag.md)
- [Validator roles and node requirements](https://docs.phron.ai/developers/copy/core-concepts/blockchain-fundamentals/validator-roles-and-node-requirements.md)
- [Smart Contract Duality (Rust & Solidity)](https://docs.phron.ai/developers/copy/core-concepts/smart-contract-duality-rust-and-solidity.md)
- [Explanation of how Phron.ai supports both Rust and Solidity smart contracts](https://docs.phron.ai/developers/copy/core-concepts/smart-contract-duality-rust-and-solidity/explanation-of-how-phron.ai-supports-both-rust-and-solidity-smart-contracts.md)
- [Differences in compiling, deploying, and interacting with these two languages](https://docs.phron.ai/developers/copy/core-concepts/smart-contract-duality-rust-and-solidity/differences-in-compiling-deploying-and-interacting-with-these-two-languages.md)
- [Tokenomics](https://docs.phron.ai/developers/copy/core-concepts/tokenomics.md)
- [Native token details, staking, slashing, and validator incentives](https://docs.phron.ai/developers/copy/core-concepts/tokenomics/native-token-details-staking-slashing-and-validator-incentives.md)


---

# 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.phron.ai/developers/copy/core-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.
