# Introduction

This is intended to be a guide for non-specialized users who want to run a node with the AWS infrastructure. If you have docker knowledge, you can access our public [image on dockerhub](https://hub.docker.com/r/moneyonchain/omoc_node) and run a node on any platform that runs docker&#x20;

## Prerequisites

This guide will cover the creation and setup of the omoc oracle service along with the usage of the *Money on Chain* oracle dapp. To accomplish this guide you will need:&#x20;

* An AWS account: [https://aws.amazon.com/console](https://aws.amazon.com/console/)
* A minimum stake of 250000 MOC tokens
* Some `rBTC` for gas

## Steps

To get a running oracle you must follow these steps:

1. [Create your machine](/omoc/launch-your-instant-from-the-ami.md) in AWS and [assign it an static IP](/omoc/setup-your-machine-and-run-the-service/set-static-ip.md)
2. [Setup your oracle service](/omoc/setup-your-machine-and-run-the-service.md)
3. Register your oracle with the [Dapp](/omoc/dapp-guide.md)

### Other things you may need to do

* [Troubleshooting your Oracle](/omoc/troubleshooting.md)
* [Update your Oracle](/omoc/update-your-oracle.md)
* [Remove your Oracle](/omoc/remove-your-oracle.md)


---

# 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.moneyonchain.com/omoc/master.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.
