# Developers

- [Network Details](https://docs.biticablockchain.com/general-1/network-details.md)
- [Bitica Mainnet](https://docs.biticablockchain.com/general-1/network-details/fuse-network-mainnet.md)
- [Bitica Testnet Bitica](https://docs.biticablockchain.com/general-1/network-details/bitica-testnet-bitica.md)
- [Token Faucets](https://docs.biticablockchain.com/general-1/network-details/token-faucets.md)
- [Network Upgrades](https://docs.biticablockchain.com/general-1/network-details/network-upgrades.md)
- [Upgrade Guide](https://docs.biticablockchain.com/general-1/network-details/network-upgrades/upgrade-guide.md): For Nodes, Bootnodes and Validators
- [Upgrade Guide (explorer nodes)](https://docs.biticablockchain.com/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.biticablockchain.com/general-1/network-details/network-upgrades/block-13-800-000-fork.md)
- [FIP's](https://docs.biticablockchain.com/general-1/network-details/network-upgrades/fips.md): The Bitica Improvement Proposal
- [Bitica Consensus](https://docs.biticablockchain.com/general-1/fuse-consensus.md)
- [Contracts Overview](https://docs.biticablockchain.com/general-1/fuse-consensus/contracts-overview.md)
- [Stake, Delegate and Withdraw](https://docs.biticablockchain.com/general-1/fuse-consensus/stake-delegate-and-withdraw.md)
- [Vote](https://docs.biticablockchain.com/general-1/fuse-consensus/vote.md)
- [End-of-Cycle Flow](https://docs.biticablockchain.com/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.biticablockchain.com/general-1/fuse-consensus/contract-addresses.md)
- [How to run network nodes](https://docs.biticablockchain.com/general-1/how-to-run-network-nodes.md)
- [Resources & Tools](https://docs.biticablockchain.com/general-1/resources-and-tools.md)
- [TheGraph](https://docs.biticablockchain.com/general-1/resources-and-tools/thegraph.md): Build of The Graph, we expose a GraphQL API to access the data on the Bitica Network
- [WalletConnect on Bitica](https://docs.biticablockchain.com/general-1/resources-and-tools/walletconnect-on-fuse.md)
- [Important smart contracts](https://docs.biticablockchain.com/general-1/important-smart-contracts.md)
- [Bitica Token](https://docs.biticablockchain.com/general-1/important-smart-contracts/bitica-token.md)
- [Bitica Dollar](https://docs.biticablockchain.com/general-1/important-smart-contracts/bitica-dollar.md)
- [Major Deployed Contracts](https://docs.biticablockchain.com/general-1/important-smart-contracts/major-deployed-contracts.md)
- [Bridges](https://docs.biticablockchain.com/general-1/important-smart-contracts/bridges.md)
- [Ethereum ↔ Bitica GoodDollar Token](https://docs.biticablockchain.com/general-1/important-smart-contracts/bridges/ethereum-bitica-gooddollar-token.md)
- [Ethereum ↔ Bitica BDCC20 Tokens](https://docs.biticablockchain.com/general-1/important-smart-contracts/bridges/ethereum-bitica-bdcc20-tokens.md)
- [BSC ↔ Bitica BNB](https://docs.biticablockchain.com/general-1/important-smart-contracts/bridges/bsc-bitica-bnb.md)
- [BSC ↔ Bitica Native](https://docs.biticablockchain.com/general-1/important-smart-contracts/bridges/bsc-bitica-native.md)
- [BSC ↔ Bitica BDCC20](https://docs.biticablockchain.com/general-1/important-smart-contracts/bridges/bsc-bitica-bdcc20.md)
- [Ethereum ↔ Bitica Native](https://docs.biticablockchain.com/general-1/important-smart-contracts/bridges/ethereum-bitica-native.md)
- [How to become a validator](https://docs.biticablockchain.com/general-1/how-to-become-a-validator.md)
- [Getting started as a validator](https://docs.biticablockchain.com/general-1/how-to-become-a-validator/getting-started-as-a-validator.md)
- [Getting started as on the Bitica testnet](https://docs.biticablockchain.com/general-1/how-to-become-a-validator/getting-started-as-on-the-bitica-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://docs.biticablockchain.com/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.
