# DEX

## DEX

BaseHaven's Decentralized Exchange (DEX) operates on the principle of autonomy and decentralization, leveraging blockchain technology to enable peer-to-peer transactions without the need for a central authority. This not only enhances the security and privacy of transactions but also places full control into the hands of the users. Participants can execute trades directly from their digital wallets, bypassing traditional brokerage and exchange mechanisms, which often pose risks of central points of failure and potential security breaches.

## User Experience

Our DEX is designed with simplicity and intuitiveness in mind, enabling users to securely conduct transactions directly through their own wallets. Users can access our platform by connecting their wallets, select the assets they wish to exchange, and execute the transaction. The entire process involves no intermediaries, keeping users’ assets under their control at all times.

{% hint style="info" %}
By using personal wallets directly, users have complete control over their funds and privacy, without the need to store assets on the exchange.
{% endhint %}


---

# 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://basehaven.gitbook.io/docs/features/dex.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.
