# EVM References

Findora's EVM Smart Chain is 100% EVM compatible and, currently, there are no custom EVM tools built just for Findora. Instead, developers can simply re-use any existing Ethereum wallet or developer tool (Metamask, Hardhat, Remix, Truffle, etc.) or any existing Solidity code with Findora's EVM Smart Chain.

However, developers will need to configure their Ethereum wallets, Ethereum tools and codebase to point to Findora EVM Smart Chain network and the documentation in this section walks developers on how to configure these existing Ethereum wallets and developer tools to work on Findora.

Also, please see the [Network Settings](/network-settings/network-settings.md) section for a table listing all RPC, port and block explorer configuration details for all Findora networks (Mainent and Testnets).


---

# 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.findora.org/developers/evm-references.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.
