# Fantom Opera

## Fantom Opera

- [Introduction](https://docs.fantom.foundation/introduction.md)
- [Bridge](https://docs.fantom.foundation/introduction/bridge.md)
- [Overview](https://docs.fantom.foundation/sonic-migration/overview.md)
- [App Token Migration](https://docs.fantom.foundation/sonic-migration/app-token-migration.md)
- [Migration FAQ](https://docs.fantom.foundation/sonic-migration/migration-faq.md)
- [fWallet](https://docs.fantom.foundation/wallets/fwallet.md)
- [Rabby](https://docs.fantom.foundation/wallets/rabby.md)
- [MetaMask](https://docs.fantom.foundation/wallets/metamask.md)
- [Coinbase Wallet](https://docs.fantom.foundation/wallets/coinbase-wallet.md)
- [Ledger](https://docs.fantom.foundation/wallets/ledger.md)
- [Overview](https://docs.fantom.foundation/staking/overview.md)
- [Stake FTM](https://docs.fantom.foundation/staking/stake-ftm.md)
- [Liquid Staking](https://docs.fantom.foundation/staking/liquid-staking.md)
- [Governance](https://docs.fantom.foundation/staking/governance.md)
- [Overview](https://docs.fantom.foundation/build-on-opera/overview.md)
- [Tutorials](https://docs.fantom.foundation/build-on-opera/tutorials.md)
- [Deploy Contract](https://docs.fantom.foundation/build-on-opera/tutorials/deploy-contract.md)
- [Verify Contract](https://docs.fantom.foundation/build-on-opera/tutorials/verify-contract.md)
- [Unit Test Contract](https://docs.fantom.foundation/build-on-opera/tutorials/unit-test-contract.md)
- [Create Fixed-Cap Asset](https://docs.fantom.foundation/build-on-opera/tutorials/create-fixed-cap-asset.md)
- [Create Variable-Cap Asset](https://docs.fantom.foundation/build-on-opera/tutorials/create-variable-cap-asset.md)
- [Proxy Pattern](https://docs.fantom.foundation/build-on-opera/tutorials/proxy-pattern.md)
- [Diamond Proxy Pattern](https://docs.fantom.foundation/build-on-opera/tutorials/diamond-proxy-pattern.md)
- [Oracles](https://docs.fantom.foundation/build-on-opera/oracles.md)
- [Chainlink](https://docs.fantom.foundation/build-on-opera/oracles/chainlink.md)
- [Band Protocol](https://docs.fantom.foundation/build-on-opera/oracles/band-protocol.md)
- [API3](https://docs.fantom.foundation/build-on-opera/oracles/api3.md)
- [API](https://docs.fantom.foundation/build-on-opera/api.md)
- [Public Endpoints](https://docs.fantom.foundation/build-on-opera/api/public-endpoints.md)
- [Transaction Tracing](https://docs.fantom.foundation/build-on-opera/api/transaction-tracing.md)
- [Web3 API](https://docs.fantom.foundation/build-on-opera/api/web3-api.md)
- [GraphQL](https://docs.fantom.foundation/build-on-opera/api/graphql.md)
- [Getting Started](https://docs.fantom.foundation/build-on-opera/api/graphql/getting-started.md)
- [Installation](https://docs.fantom.foundation/build-on-opera/api/graphql/installation.md)
- [Schema Basics](https://docs.fantom.foundation/build-on-opera/api/graphql/schema-basics.md)
- [Schema Structure](https://docs.fantom.foundation/build-on-opera/api/graphql/schema-structure.md)
- [Implementation Details](https://docs.fantom.foundation/build-on-opera/api/graphql/implementation-details.md)
- [Providers](https://docs.fantom.foundation/build-on-opera/providers.md)
- [Contracts](https://docs.fantom.foundation/build-on-opera/providers/contracts.md)
- [Chainstack](https://docs.fantom.foundation/build-on-opera/providers/contracts/chainstack.md)
- [thirdweb](https://docs.fantom.foundation/build-on-opera/providers/contracts/thirdweb.md)
- [GetBlock](https://docs.fantom.foundation/build-on-opera/providers/contracts/getblock.md)
- [API](https://docs.fantom.foundation/build-on-opera/providers/api.md)
- [The Graph](https://docs.fantom.foundation/build-on-opera/providers/api/the-graph.md)
- [Covalent](https://docs.fantom.foundation/build-on-opera/providers/api/covalent.md)
- [Moralis](https://docs.fantom.foundation/build-on-opera/providers/api/moralis.md)
- [Gas Monetization](https://docs.fantom.foundation/funding/gas-monetization.md)
- [Overview](https://docs.fantom.foundation/run-a-node/overview.md)
- [Node Providers](https://docs.fantom.foundation/run-a-node/node-providers.md)
- [Mainnet](https://docs.fantom.foundation/run-a-node/mainnet.md)
- [Run Validator Node](https://docs.fantom.foundation/run-a-node/mainnet/run-validator-node.md)
- [Run API Node](https://docs.fantom.foundation/run-a-node/mainnet/run-api-node.md)
- [Testnet](https://docs.fantom.foundation/run-a-node/testnet.md)
- [Run Validator Node](https://docs.fantom.foundation/run-a-node/testnet/run-validator-node.md)
- [Run Read-Only Node](https://docs.fantom.foundation/run-a-node/testnet/run-read-only-node.md)
- [Troubleshooting](https://docs.fantom.foundation/run-a-node/troubleshooting.md)
- [FAQ](https://docs.fantom.foundation/run-a-node/faq.md)
- [Overview](https://docs.fantom.foundation/technology/overview.md)
- [Consensus](https://docs.fantom.foundation/technology/consensus.md)
- [Database Storage](https://docs.fantom.foundation/technology/database-storage.md)
- [Proof of Stake](https://docs.fantom.foundation/technology/proof-of-stake.md)
- [Transaction Fees](https://docs.fantom.foundation/technology/transaction-fees.md)
- [Stablecoin](https://docs.fantom.foundation/technology/stablecoin.md)
- [FAQ](https://docs.fantom.foundation/technology/faq.md)
- [Contract Library](https://docs.fantom.foundation/security/contract-library.md)
- [Fantom Safe](https://docs.fantom.foundation/security/fantom-safe.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.fantom.foundation/introduction.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.
