> For the complete documentation index, see [llms.txt](https://docs.ont.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ont.io/guides-and-tutorials/development-guides/smart-contract-dev/evm-contract.md).

# EVM Contract

- [Development Environment and Tools](https://docs.ont.io/guides-and-tutorials/development-guides/smart-contract-dev/evm-contract/development-environment-and-tools.md): Necessary tools to start writing EVM contracts
- [Wallet Setup](https://docs.ont.io/guides-and-tutorials/development-guides/smart-contract-dev/evm-contract/wallet-setup.md): Set up a wallet for contract deployment and execution
- [Contract Development](https://docs.ont.io/guides-and-tutorials/development-guides/smart-contract-dev/evm-contract/contract-development.md): Write and deploy EVM contracts
- [How to Deploy a Smart Contract with GetBlock](https://docs.ont.io/guides-and-tutorials/development-guides/smart-contract-dev/evm-contract/how-to-deploy-a-smart-contract-with-getblock.md): Dive straight into our freshly brewed guide from the devs' desk. Your dream of deploying a smart contract on Ontology is about to become a reality with these easy, step-by-step instructions.


---

# 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:

```
GET https://docs.ont.io/guides-and-tutorials/development-guides/smart-contract-dev/evm-contract.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.
