# Coqnet Features & Capabilities

#### Core Infrastructure

* Full EVM compatibility
  * Deploy Ethereum contracts without modifications
  * Compatible why any existing EVM wallets
  * [EIP-2771](https://eips.ethereum.org/EIPS/eip-2771) meta-transaction support
* Protocol futures
  * Verifiable random number either by Chainlink or precompile contracts (soon)
  * COQ as native token ([bridged](https://lfj.gg/avalanche/swap?outputCurrency=0x420FcA0121DC28039145009570975747295f2329\&inputCurrency=AVAX) from Avalanche)
  * High throughput and low latency
  * [Cheap Randomness](/coqnet/cheap-randomness.md)
  * Permissionless Deployment
  * [Support for gasless transactions](/coqnet/gasless-transactions.md)
* Cross-chain capabilities
  * Bridge and integration to Avalanche C-chain
  * Enables subnet-to-subnet communication

#### Development tools

* Avalanche Explorer: Monitor transactions and validators.
* APIs: For customized integrations.
* Use standard Ethereum development tools


---

# 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://coqnet.gitbook.io/coqnet/coqnet-features-and-capabilities.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.
