# Perps Contract Specifications & Fees

## Fees

Monday Trade currently supports perpetual futures markets for the following markets. Further pairs will continuously be added as the protocol grows.

IMR and MMR represent the Initial and Maintenance Margin Requirements, respectively.

<table><thead><tr><th width="119.4765625">Symbol</th><th width="109.484375">Leverage</th><th width="79.90625">IMR</th><th width="85.0703125">MMR</th><th width="142.859375">Execution Fee</th><th width="159.046875">Market Order Fee</th><th width="196.73828125">Limit Order Fee rebate</th></tr></thead><tbody><tr><td>BTC/USDC</td><td>10x</td><td>10%</td><td>5%</td><td>0.01 USDC</td><td>0.02%</td><td>0.00%</td></tr><tr><td>ETH/USDC</td><td>10x</td><td>10%</td><td>5%</td><td>0.01 USDC</td><td>0.02%</td><td>0.00%</td></tr><tr><td>MON/USDC</td><td>10x</td><td>10%</td><td>5%</td><td>0.01 USDC</td><td>0.02%</td><td>0.00%</td></tr></tbody></table>

## Perpetuals Contracts&#x20;

#### System Contracts

<table><thead><tr><th width="154.90625">Contract</th><th>Address</th></tr></thead><tbody><tr><td>Config</td><td>0x15bC3C13cbf5903E78b97208ba1021E5dc1B4470</td></tr><tr><td>Gate</td><td>0x2E32345Bf0592bFf19313831B99900C530D37d90</td></tr><tr><td>Observer</td><td>0xdfBA572929De47838BdE12336dfE8842B06d9628</td></tr><tr><td>Guardian</td><td>0x5FE49fb8770A8009335B1d76496c3e07Ca04FC9F</td></tr></tbody></table>

For market configuration contracts related to oracles, please refer to the [Perps Oracle Sources](/perps-trading/perps-oracle-sources.md) section.


---

# 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.monday.trade/perps-trading/perps-contract-specifications-and-fees.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.
