# EVM API

Demex provides EVM-compliant JSON-RPCs (HTTP and WebSocket) endpoints that allows interaction with the EVM like any other EVM chain. This allows clients to send Ethereum-formatted transactions or use Web3 libraries to query the chain.

However, do note that you will only be able to interact with the Demex L1 modules via specific precompiles. See the EVM section for more details.

For the complete list of Ethereum JSON-RPC methods, see [here](https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest).&#x20;

## Endpoints

### **HTTP**

**Mainnet:** <https://evm-api.carbon.network>

**Testnet**: <https://test-evm-api.carbon.network>

### **WebSocket**&#x20;

**Mainnet:** <wss://evm-ws.carbon.network>

**Testnet:** <wss://test-evm-ws.carbon.network>


---

# 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://guide.dem.exchange/technical/evm-api.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.
