# Developers

- [Network Details](https://docs.zedscan.net/general-1/network-details.md)
- [ZEDXION Mainnet](https://docs.zedscan.net/general-1/network-details/fuse-network-mainnet.md)
- [ZEDXION Testnet](https://docs.zedscan.net/general-1/network-details/zedx-testnet-spark.md)
- [ZEDXION Faucet](https://docs.zedscan.net/general-1/network-details/token-faucets.md)
- [Network Upgrades](https://docs.zedscan.net/general-1/network-details/network-upgrades.md)
- [Upgrade Guide](https://docs.zedscan.net/general-1/network-details/network-upgrades/upgrade-guide.md): For Nodes, Bootnodes and Validators
- [Upgrade Guide (explorer nodes)](https://docs.zedscan.net/general-1/network-details/network-upgrades/upgrade-guide-explorer-nodes.md): This guide is intended specifically for explorer nodes.
- [Block 13,800,000 Fork](https://docs.zedscan.net/general-1/network-details/network-upgrades/block-13-800-000-fork.md)
- [FIP's](https://docs.zedscan.net/general-1/network-details/network-upgrades/fips.md): The Zedx Improvement Proposal
- [Consensus](https://docs.zedscan.net/general-1/fuse-consensus.md)
- [Contracts Overview](https://docs.zedscan.net/general-1/fuse-consensus/contracts-overview.md)
- [Stake, Delegate and Withdraw](https://docs.zedscan.net/general-1/fuse-consensus/stake-delegate-and-withdraw.md)
- [Vote](https://docs.zedscan.net/general-1/fuse-consensus/vote.md)
- [End-of-Cycle Flow](https://docs.zedscan.net/general-1/fuse-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://docs.zedscan.net/general-1/fuse-consensus/contract-addresses.md)
- [Resources & Tools](https://docs.zedscan.net/general-1/resources-and-tools.md)
- [TheGraph](https://docs.zedscan.net/general-1/resources-and-tools/thegraph.md): Build of The Graph, we expose a GraphQL API to access the data on the Zedx Network
- [WalletConnect on Zedx](https://docs.zedscan.net/general-1/resources-and-tools/walletconnect-on-fuse.md)
- [Important smart contracts](https://docs.zedscan.net/general-1/important-smart-contracts.md)
- [Zedx Token](https://docs.zedscan.net/general-1/important-smart-contracts/zedx-token.md)
- [Zedx Dollar](https://docs.zedscan.net/general-1/important-smart-contracts/zedx-dollar.md)
- [Major Deployed Contracts](https://docs.zedscan.net/general-1/important-smart-contracts/major-deployed-contracts.md)
- [Bridges](https://docs.zedscan.net/general-1/important-smart-contracts/bridges.md)
- [Ethereum ↔ Zedx GoodDollar Token](https://docs.zedscan.net/general-1/important-smart-contracts/bridges/ethereum-zedx-gooddollar-token.md)
- [Ethereum ↔ Zedx ZED20 Tokens](https://docs.zedscan.net/general-1/important-smart-contracts/bridges/ethereum-zedx-zed20-tokens.md)
- [BSC ↔ Zedx BNB](https://docs.zedscan.net/general-1/important-smart-contracts/bridges/bsc-zedx-bnb.md)
- [BSC ↔ Zedx Native](https://docs.zedscan.net/general-1/important-smart-contracts/bridges/bsc-zedx-native.md)
- [BSC ↔ Zedx ZED20](https://docs.zedscan.net/general-1/important-smart-contracts/bridges/bsc-zedx-zed20.md)
- [Ethereum ↔ Zedx Native](https://docs.zedscan.net/general-1/important-smart-contracts/bridges/ethereum-zedx-native.md)
- [How to become a validator](https://docs.zedscan.net/general-1/how-to-become-a-validator.md)
- [Getting started as a validator](https://docs.zedscan.net/general-1/how-to-become-a-validator/getting-started-as-a-validator.md)
- [Getting started as on the Zedx testnet](https://docs.zedscan.net/general-1/how-to-become-a-validator/getting-started-as-on-the-zedx-testnet.md)
- [Zeddex Contracts v2-v3 Zedx](https://docs.zedscan.net/general-1/zeddex-contracts-v2-v3-zedx.md): Below is the list of current Zeddex smart contracts deployed on the ZedScan Network.
- [Zeddex Contract v2-v3 BSC](https://docs.zedscan.net/general-1/zeddex-contract-v2-v3-bsc.md): Below is the list of current Zeddex smart contracts deployed on the ZedSacn Network.
- [API of ZedDex](https://docs.zedscan.net/general-1/api-of-zeddex.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.zedscan.net/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.
