# Developers

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