# Key Platform Concepts

{% tabs %}
{% tab title="Fee Structure" %}

#### **Fee Structure**

* **5% UniMarkets fee per trade**
* Additional platform fees
* Blockchain gas fees
  {% endtab %}

{% tab title="Non-Custodial Model" %}

#### **Non-Custodial Model**

Users always control their funds:

* No private key storage by platform
* Full wallet ownership
* Direct blockchain execution
  {% endtab %}

{% tab title="Supported Networks" %}

#### **Supported Networks**

* BNB
* Arbitrum
* Base
* Polygon
* Ethereum
* Solana

<pre><code><strong>Note : Other Chains are WIP
</strong></code></pre>

{% endtab %}
{% endtabs %}

#### **Core Value Proposition**

The biggest advantage of Unimarkets is **aggregation**:

* Same market across multiple platforms
* Different prices and liquidity
* Best execution automatically selected

This enables:

* Better pricing
* Arbitrage opportunities
* Faster decision-making


---

# 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.unimarkets.io/platform-guide/platform-overview/key-platform-concepts.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.
