# Developers

- [Network Details](https://mfev.gitbook.io/mfev-docs/general-1/network-details.md)
- [MFEV Blockchain Mainnet](https://mfev.gitbook.io/mfev-docs/general-1/network-details/mfev-network-mainnet.md)
- [MFEV Blockchain Testnet](https://mfev.gitbook.io/mfev-docs/general-1/network-details/mfev-testnet.md)
- [MFEV Blockchain Consensus](https://mfev.gitbook.io/mfev-docs/general-1/mfev-consensus.md)
- [Stake, Delegate and Withdraw](https://mfev.gitbook.io/mfev-docs/general-1/mfev-consensus/stake-delegate-and-withdraw.md)
- [End-of-Cycle Flow](https://mfev.gitbook.io/mfev-docs/general-1/mfev-consensus/end-of-cycle-flow.md): This is a description of the End-of-Cycle flow that completes the Cycle and handles rewards and enforces the consensus
- [Contract Addresses](https://mfev.gitbook.io/mfev-docs/general-1/mfev-consensus/contract-addresses.md)
- [How to run network nodes](https://mfev.gitbook.io/mfev-docs/general-1/how-to-run-network-nodes.md)
- [Tokenomics](https://mfev.gitbook.io/mfev-docs/general-1/tokenomics.md)
- [Resources & Tools](https://mfev.gitbook.io/mfev-docs/general-1/resources-and-tools.md)
- [WalletConnect on MFEV Blockchain](https://mfev.gitbook.io/mfev-docs/general-1/resources-and-tools/walletconnect-on-mfev-blockchain.md)
- [How to become a validator](https://mfev.gitbook.io/mfev-docs/general-1/how-to-become-a-validator.md)
- [Getting started as a validator](https://mfev.gitbook.io/mfev-docs/general-1/how-to-become-a-validator/getting-started-as-a-validator.md)
- [Getting started as on the MFEV Blockchain mainnet](https://mfev.gitbook.io/mfev-docs/general-1/how-to-become-a-validator/getting-started-as-on-the-mfev.md)
- [Getting started as on the MFEV Blockchain testnet](https://mfev.gitbook.io/mfev-docs/general-1/how-to-become-a-validator/getting-started-as-on-the-mfev-blockchain-testnet.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://mfev.gitbook.io/mfev-docs/general-1.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.
