> For the complete documentation index, see [llms.txt](https://docs.coinfactory.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinfactory.app/tools/for-evm-networks.md).

# For EVM Networks

- [Token Generator ERC20](https://docs.coinfactory.app/tools/for-evm-networks/token-generator-erc20.md): Create ERC20 tokens and launch memecoins across multiple EVM networks using configurable token templates. CoinFactory allows deploying tokens without coding or smart contract development.
- [Token Multisender](https://docs.coinfactory.app/tools/for-evm-networks/token-multisender.md): CoinFactory ERC20 Token Multisender lets you send tokens to multiple wallet addresses in a single transaction and run efficient airdrops on EVM networks.
- [Mint Tokens](https://docs.coinfactory.app/tools/for-evm-networks/mint-tokens.md): Mint ERC-20 tokens on EVM networks using CoinFactory. This guide explains how to create additional tokens and add them to circulation using the token mint function.
- [Burn Tokens](https://docs.coinfactory.app/tools/for-evm-networks/burn-tokens.md): Burn ERC-20 tokens on EVM networks using CoinFactory. This guide explains how to permanently remove tokens from circulation and reduce total token supply using the burn function.
- [Revoke Ownership](https://docs.coinfactory.app/tools/for-evm-networks/revoke-ownership.md): There will be a manual here soon.


---

# 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.coinfactory.app/tools/for-evm-networks.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.
