# About

The dex-bot is a custom, open source trading bot for the XPR Network and Metal X.

**Code**: <https://github.com/XPRNetwork/dex-bot>

**App**: [https://app.metalx.com](https://app.metalx.com/)

**API Docs**: [https://api.dex.docs.metalx.com](https://api.dex.docs.metalx.com/reference/what-is-metal-x)

The bot is built using node, typescript, proton/js

**Important**: Use node 18.0.0

For installation instructions click here.

### Grid Bot

Grid Trading Bots are programs that allow users to automatically buy at low and sell at high within a pre-set price range. When one sell order is fully executed, the Grid Trading Bot places a buy order in next round based on timeinterval set in tool at a lower grid level, and vice versa. The Grid Trading strategy might perform best in volatile markets, making profits through a series of orders as token’s price fluctuates.

### Market Maker Bot

This bot works against multiple markets to place orders based on levels defined in settings. The purpose of the market making strategy is to put buy and sell orders on the DEX' order books. This strategy doesn’t care about which way the market’s going. The strategy places a ladder of sells at regular intervals above base price, and another ladder of buys beneath it. Use this as a reference and implement yor own trading algorithm.

###


---

# 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.metalx.com/dex-bot/about.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.
