> For the complete documentation index, see [llms.txt](https://docs.asterdex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.asterdex.com/trading/spot/spot-market-maker-program.md).

# Spot Market Maker program

**Overview**

The Aster Spot Market Maker Program is established to ensure deep and stable liquidity across all spot trading pairs on Aster DEX. It aims to attract professional market participants who can maintain tight spreads and consistent two-sided markets. The program focuses on fee-based incentives — market makers can qualify for rebate tiers based on performance metrics.\
\
**Objectives**

* Provide tight bid-ask spreads and deep liquidity across key pairs.
* Promote continuous quoting from qualified market makers.
* Maintain efficient price discovery and minimize volatility gaps.
* Build a transparent and stable liquidity environment suitable for institutional traders.

**Eligible Requirements & Rebates**

| Tier | Rolling 14D Maker Volume % | Taker (bps) | Maker Rebate (bps) |
| ---- | -------------------------- | ----------- | ------------------ |
| MM1  | 0.25%                      | 3           | - 0.25             |
| MM2  | 0.5%                       | 2.7         | - 0.50             |
| MM3  | 1%                         | 2.3         | - 1.00             |

1. Rolling 14 days maker volume >= $100M
2. Place orders for both bid/ask & spread < 1.5% (two-sided)
3. Order has to stay for more than 1 second

\
For market maker rebates, the trading interface will display your applicable Taker fee rate (determined by your volume tier or marker volume percentage) and a Maker fee of "0". Please note that our system calculates and disburses Maker rebates every hour based on the published fee schedule. These rebates can be tracked in the transaction history under Aster Spot.

#### Application Process

[Apply via this form](https://docs.google.com/forms/d/16xAWEgDk-1Strq45Umqmq7uQUQvjADdJglem7X7M4Xo/viewform?edit_requested=true) – the Aster team will contact you within three working days.

#### **Disclaimer**

*Aster reserves the right to modify, suspend, or terminate the Spot Market Maker Program at any time, including but not limited to changes in eligibility criteria, reward allocation methodology, token distribution schedules, and qualifying requirements. All participants are responsible for reviewing the most up-to-date program terms published by Aster. Participation in the program does not constitute a binding agreement, and Aster retains full discretion in the interpretation and enforcement of program rules.*

<br>


---

# 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://docs.asterdex.com/trading/spot/spot-market-maker-program.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.
