> For the complete documentation index, see [llms.txt](https://guide.dem.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.dem.exchange/community/permissionless-listings/permissionless-market-creation/spot.md).

# Spot

The following instructions illustrate how to create a new spot market on [Demex](https://app.dem.exchange/).

## **Create a New Spot Market**

**Step 1:** To get to the 'Create Market' feature, go to the [Markets](https://app.dem.exchange/markets) page on Demex and select the 'Create Market' option.

<figure><img src="/files/4gzUczY4D8KHDkpETjf7" alt=""><figcaption></figcaption></figure>

**Step 2:** Select 'Spot' under 'Market Type.

<figure><img src="/files/3dGyghBTlmA591W2G06M" alt=""><figcaption></figcaption></figure>

**Step 3**: Choose your Base Token and Quote Token accordingly. The current base and quote token price will be automatically derived from Coingecko.&#x20;

<figure><img src="/files/0vxRg2TN0GFWYGx7ctQr" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
In the cryptocurrency market, token unit prices are quoted as token pairs. The first listed token of a token pair is called the base token and the second token is called the quote token. The token unit quotes indicate how many units of the quote tokens is needed to exchange for one unit of the base token.\
\
For example, in a SWTH/USD pair, SWTH is the base token and USD is the quote token.&#x20;
{% endhint %}

Ensure that the details are correct, then click on the 'Create' button.

<figure><img src="/files/7VLo7IB85XMwZiL0A8sz" alt=""><figcaption></figcaption></figure>

**Step 4**: Spot market successfully created!

{% hint style="success" %}
That's it! Your market has been permissionlessly created. You can now start trading on the market.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.dem.exchange/community/permissionless-listings/permissionless-market-creation/spot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
