# Introduction

## BonusTrade DEX Advantages

* Supports Windows, Mac OS, and Linux.
* Smart and intuitive UI – no confusing text files to configure!
* Written in Typescript/JavaScript and Node.js with asynchronous functions that result in extremely fast execution\*
* Connects directly into the Ethereum and BSC blockchain node.
* Encrypted data and private key.
* Place limit orders.
* Multi wallet support. You can trade different tokens simultaneously, either with a single wallet or across multiple wallets.
* Auto-update feature. No need to re-download and setup everything from scratch for each new update.
* Supports Uniswap (V2) and PancakeSwap (V2).
* More exchanges coming soon!

> Please refer to the [Using Nodes](/guide/using-nodes.md) section to ensure your connection to the blockchain is optimized.


---

# 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.bonustrade.io/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.
