> For the complete documentation index, see [llms.txt](https://docs.oilcoin.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oilcoin.online/general.md).

# DOCUMENTATION

- [Learn about the Oil Platform](https://docs.oilcoin.online/general/learn-about-the-fuse-platform.md)
- [Oil Overview: vision, strategy and platform components](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-overview.md)
- [The Oil Blockchain](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-network-blockchain.md)
- [Discovering the Network](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-network-blockchain/discovering-the-network.md)
- [Oil Consensus](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-network-blockchain/fuse-consensus.md)
- [Delegation through Staking with Validators](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-network-blockchain/validators-and-delegation.md)
- [Ethereum (EVM) Compatibility and Smart Contracts](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-network-blockchain/ethereum-compatibility-and-smart-contracts.md)
- [Boosting Oil's Scalability](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-network-blockchain/scaling-l2-payments.md)
- [Oil Token (Oil)](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-token.md)
- [Oil Tokenomics](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-token/fuse-tokenomics.md)
- [Exchanges, Wallets, On-Ramps and DeFi Tools Supporting Oil](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-token/exchanges-wallets-on-ramps-and-defi-tools-supporting-fuse.md)
- [Oil on Other Chains](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-token/fuse-on-other-chains.md)
- [Interoperability](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/interoperability.md): Here, you can find the information that can help you navigate the interoperability options that you can use to transfer tokens to and from the Oil blockchain.
- [Oil Governance and Development](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-governance-and-development.md)
- [Oil Assembly](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-governance-and-development/fuse-assembly.md)
- [Oil Improvement Proposals (FIPs)](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/fuse-governance-and-development/fips.md)
- [Wallets supporting Oil](https://docs.oilcoin.online/general/learn-about-the-fuse-platform/wallets-supporting-fuse-network.md)
- [Oil for Business](https://docs.oilcoin.online/general/fuse-for-business.md)
- [Things you can do on Oil](https://docs.oilcoin.online/general/things-you-can-do-on-fuse.md)
- [Interacting with the Oil Blockchain](https://docs.oilcoin.online/general/things-you-can-do-on-fuse/interacting-with-the-fuse-network-blockchain.md)
- [Oil Ecosystem](https://docs.oilcoin.online/general/things-you-can-do-on-fuse/fuse-ecosystem.md): Projects and platforms building or built upon or partnering with Oil
- [Community](https://docs.oilcoin.online/general/things-you-can-do-on-fuse/community.md)
- [Grants and Bounties](https://docs.oilcoin.online/general/things-you-can-do-on-fuse/grants-and-bounties.md)
- [Oil Mobile Infrastructure Use Cases](https://docs.oilcoin.online/general/use-cases.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.oilcoin.online/general.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
