# Trade

The first phase of the platform will be launching a custom GUI for the Serum DEX. Finalized pools can immediately create a Serum market and start trading on the permission-less DEX.

There are currently many hosted front-ends available to trade on Serum, but they are all based on, or forked from, the Serum repository. Solanium will provide a custom Serum GUI, built from scratch. Which will support several key features such as a custom grid, transaction manager, rich data display fetched from the Serum API and partners and will be fully responsive and dynamic.

![Screenshot of prototype, not the final design.](/files/-MXTlWtUD3BCB3UqfKoH)

Trading on the DEX should be experienced as CEX trading (in terms of UI and UX). We will supply the user with the required information to start trading, and show a quick tutorial on all the functions if it is the user’s first visit on the DEX. Referral fees collected on Serum trades will go the [**Governance Treasury**](/the-solanium-platform/governance.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.solanium.io/the-solanium-platform/trade.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.
