# Ethereum Virtual Machine Node Setup

Should you wish to utilize the LiquidLink service, you can spin up an ETH, Matic, Binance smart chain, or any other fully EVM compatible chain.

Cloud hosting options:

* Quick Node <https://www.quicknode.com/>
* Infura <https://infura.io/>

For manual setup for Ethereum you can follow this guide: <https://ethereum.org/en/developers/docs/nodes-and-clients/run-a-node/>

For Binance Smart chain: <https://docs.binance.org/smart-chain/developer/fullnode.html>

Can use AWS's Key Management Service for secure EVM signing using a `ECDSA_SHA_256` key pair.


---

# 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.liquidapps.io/liquidapps-documentation/dapp-service-providers/dsps/setup-dsp/evm-node.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.
