# Choosing a Platform

A bonder can be run on any setup you are comfortable with. The preferred method is to run the bonder locally, but there is nothing stopping you from running it on a virtual private server (VPC) on the Cloud.

To see an example of an EC2 setup, check out the link below.

{% content-ref url="choosing-a-platform/ec2-setup" %}
[ec2-setup](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/choosing-a-platform/ec2-setup)
{% endcontent-ref %}

When you make your choice, continue onto the next section to prepare for the installation of the bonder client.


---

# 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.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/choosing-a-platform.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.
