# Governance

### <mark style="color:orange;">1. Listing New Supported Tokens</mark>

Unlike AMM-based DEXs, **token and trading pair listings in Optimex Swap are permissioned**, as they require support from at least one **Professional Market Maker (PMM)**. New listings must be approved through a **consensus between a PMM, a Solver, and the protocol administrator**, who records the information on **Optimex’s L2**.

### <mark style="color:orange;">2. Protocol Fees</mark>

Users pay a **trading fee** when swapping tokens on **Optimex Swap**, which serves as the protocol's main revenue source. Revenue is allocated to compensate the **Validator Network** and fund **research and development**.

Since **Optimex** focuses on **BTC trading**, all pairs involve BTC and an asset on a **smart contract-enabled blockchain**, leveraging its expressivity for **fee collection**:

* **BTC → Other Asset:** The fee is deducted from the PMM’s payment to the user.
* **Other Asset → BTC:** The fee is collected via the **Optimex Vault smart contract** before final settlement.

#### **Fee Structure**

* **0.02%** for **BTC-WBTC** (or other wrapped BTC pairs).
* **0.1%** for all other pairs.


---

# 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.optimex.com/optimex-revolutionizing-bitcoin-finance/optimex-swap/optimex-swap-how-it-work/governance.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.
