# 📝-Intro

The OpenDEX Daemon ([`opendexd`](https://github.com/opendexnetwork/opendexd)) is "the node" and core of the OpenDEX network. The graphic below shows the different participants in OpenDEX and how they are connected.

![](/files/-MTuFblfGy6pvwGRY5dP)

## How to Run a Node

👉 as [**Liquidity Provider**](/develop/docs/liquidity-providers.md), earning via automated arbitrage between external exchanges and OpenDEX

👉 as [**Swap Provider**](/develop/docs/swap-providers.md), sourcing liquidity on OpenDEX **(WIP)**

👉 as [**Day Trader**](/develop/docs/day-traders.md), trading instantaneously while preserving full control & privacy

👉 as [**Developer**](/develop/docs/developers.md), contributing or building on top of `opendexd`

## Special Docs

* [Dockerless Guide](/develop/docs/dockerless.md)
* [Close Shop Guide](/develop/docs/close-shop.md)
* [CLI Documentation](/develop/docs/cli.md)
* [Config Documentation](/develop/docs/config.md)

## Support & Community

* [Contribute](/develop/docs/contribute.md)!
* Support and development-related questions are welcome on our [Discord](https://discord.gg/aS5RMchDrU)!

## Help us to improve!

Please help us to improve by opening issues (or even better PRs) for [opendexd](https://github.com/opendexnetwork/opendexd), [opendex-docker](https://github.com/opendexnetwork/opendex-docker), [opendex-ui](https://github.com/opendexnetwork/opendex-ui) & [opendex-desktop](https://github.com/opendexnetwork/opendex-desktop).


---

# 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://opendex.network/develop/docs/intro.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.
