> For the complete documentation index, see [llms.txt](https://documents.geb.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documents.geb.network/evm-development.md).

# EVM Development

- [Fee Calculation](https://documents.geb.network/evm-development/fee-calculation.md)
- [GEB Mainnet](https://documents.geb.network/evm-development/fee-calculation/geb-mainnet.md): Mainnet
- [BEVM Canary](https://documents.geb.network/evm-development/fee-calculation/bevm-canary.md)
- [Smart Contract](https://documents.geb.network/evm-development/smart-contract.md)
- [Write a Contract](https://documents.geb.network/evm-development/smart-contract/write-a-contract.md)
- [Set Up the Metamask Configuration](https://documents.geb.network/evm-development/smart-contract/write-a-contract/set-up-the-metamask-configuration.md)
- [Deploy Smart Contract on GEB Signet](https://documents.geb.network/evm-development/smart-contract/write-a-contract/deploy-smart-contract-on-geb-signet.md)
- [Deploy Smart Contract on BEVM Canary](https://documents.geb.network/evm-development/smart-contract/write-a-contract/deploy-smart-contract-on-bevm-canary.md)
- [Foundry](https://documents.geb.network/evm-development/smart-contract/foundry.md)
- [Deploy and verify contract by Foundry](https://documents.geb.network/evm-development/smart-contract/foundry/deploy-and-verify-contract-by-foundry.md)
- [Contract Verification (BlockScout)](https://documents.geb.network/evm-development/smart-contract/contract-verification-blockscout.md): Partially Forked from BlockScout Docs
- [ThirdWeb](https://documents.geb.network/evm-development/smart-contract/thirdweb.md)
- [Integrations](https://documents.geb.network/evm-development/integrations.md)
- [Oracle](https://documents.geb.network/evm-development/integrations/oracle.md)
- [Supra](https://documents.geb.network/evm-development/integrations/oracle/supra.md)
- [DIA](https://documents.geb.network/evm-development/integrations/oracle/dia.md)
- [Indexer](https://documents.geb.network/evm-development/integrations/indexer.md): Indexer
- [SubQuery](https://documents.geb.network/evm-development/integrations/indexer/subquery.md)
- [Account Abstraction](https://documents.geb.network/evm-development/integrations/account-abstraction.md): Abstract
- [Particle Network](https://documents.geb.network/evm-development/integrations/account-abstraction/particle-network.md)
- [Libraries](https://documents.geb.network/evm-development/libraries.md): Libraries
- [ethereum-list/chains](https://documents.geb.network/evm-development/libraries/ethereum-list-chains.md)
- [Wagmi](https://documents.geb.network/evm-development/libraries/wagmi.md): Wagmi
- [Multicall3](https://documents.geb.network/evm-development/libraries/multicall3.md)
- [Canonical contracts](https://documents.geb.network/evm-development/canonical-contracts.md)
- [Finality](https://documents.geb.network/evm-development/finality.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://documents.geb.network/evm-development.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.
