# Ethereum (EVM) Developer Toolkit

**Basics**

* [Overview](/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit/basics/overview.md)
* [Connecting Metamask to Secret Network](/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit/basics/connecting-metamask-to-secret-network.md)
* [Cross-chain Messaging](/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit/basics/cross-chain-messaging.md)

**Usecases**

* [Storing Encrypted Data on Secret Network](/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit/usecases/storing-encrypted-data-on-secret-network.md)
* [Confidential Voting](/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit/usecases/confidential-voting.md)
* [Sealed Bid Auction](/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit/usecases/sealed-bid-auction.md)
* [VRF](/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit/usecases/vrf.md)
* [Tokens](/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit/usecases/tokens.md)

**Supported Networks**

* [EVM Mainnet](/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit/supported-networks/evm/evm-mainnet-gateway-contracts.md)
* [EVM Testnet](/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit/supported-networks/evm/evm-testnet-gateway-contracts.md)


---

# Agent Instructions: 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.scrt.network/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit.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.
