> For the complete documentation index, see [llms.txt](https://docs.synfutures.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synfutures.com/perp-trading/pair-specifications/base-network.md).

# Base Network

## Current Pairs

### BTC-USDC-CHAINLINK

* IMR: **3%**
* MMR: **2%**
* Market Order Trading Fee: **0.05%**
* Limit Order Fee Rebate: **0%**
* Execution Fee: **0.02 USDC**
* Minimum Market Trade Value: **166.66 USDC**
* Minimum Limit Order Value: **333 USDC**
* Realized Profit Withdrawal Throttle: **25,000 USDC**
* Max Realized Profit Withdrawal Waiting Time: **24 hours**

### ETH-USDC-CHAINLINK

* IMR: **3%**
* MMR: **2%**
* Market Order Trading Fee: **0.05%**
* Limit Order Fee Rebate: **0%**
* Execution Fee: **0.02 USDC**
* Minimum Market Trade Value: **166.66 USDC**
* Minimum Limit Order Value: **333 USDC**
* Realized Profit Withdrawal Throttle: **25,000 USDC**
* Max Realized Profit Withdrawal Waiting Time: **24 hours**

## Community Listing

{% hint style="danger" %}
Community listing asset pairs often exhibit higher volatility and risk. Users are advised to conduct thorough research and trade at their own discretion when engaging with these listings.
{% endhint %}

{% hint style="warning" %}
In the event a community listing pair experiences insufficient liquidity or trading activity to maintain an efficient price discovery mechanism, SynFutures reserves the right to delist that trading pair.

Effective July 1, 2024, any decisions to delist a community listing pair will be announced to users via the official SynFutures Discord channel 24 hours in advance. Upon delisting, all open positions for the affected pair will be settled based on the prevailing or fair market rate at that time. Subsequently, the remaining balance for each user's settled positions will be credited back to their respective SynFutures accounts.
{% endhint %}

* IMR: **10%**
* MMR: **7.5%**
* Market Order Trading Fee: **0.1%**
* Limit Order Fee Rebate: **0.05%**
* Execution Fee: **0.0001 WETH**
* Minimum Market Trade Value: **0.02 WETH**
* Minimum Limit Order Value: **0.04 WETH**
* Realized Profit Withdrawal Throttle: **12.5 WETH**
* Max Realized Profit Withdrawal Waiting Time: **24 hours**


---

# 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.synfutures.com/perp-trading/pair-specifications/base-network.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.
