# Overview

Secret Network's EVM Toolkit is a cross-chain messaging and confidential computation SDK for EVM developers.&#x20;

The toolkit allows EVM developers to build novel cross-chain applications such as private DAO voting mechanisms, secure random number generation (Secret VRF), confidential data access control via EVM NFTs, encrypted DeFi order books, and more. &#x20;

Secret Network currently supports two cross-chain messaging solutions:&#x20;

1. **SecretPath (recommended)**

{% hint style="info" %}
There are currently 10+ supported chains. See the [Gateway contracts](https://docs.scrt.network/secret-network-documentation/development/ethereum-evm-developer-toolkit/gateway-contracts) to review supported chains.&#x20;
{% endhint %}

2. **Axelar GMP**&#x20;

{% hint style="info" %}
See the Axelar [Gateway contracts](https://docs.axelar.dev/dev/reference/testnet-contract-addresses) to review supported chains.&#x20;
{% endhint %}


---

# 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/basics/overview.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.
