# How much does OdinBot charge for its services?

## Copy-Trading Spot:

We charge a **1**% fee on each transaction.&#x20;

The minimum trading fee is **0.001** SOL.

***

## Copy-Trading Perps:

OdinBot charges a **0.1% fee** on the **total position size** when opening a perpetuals trade.

Decreasing or Closing Positions is **Free**! OdinBot does not charge a fee when you decrease or close a perps position.

**How Leverage Affects Your Fee**

Because the fee is calculated based on your **total position size** (volume) rather than just your initial margin/collateral, using **higher leverage** will **increase** the fee relative to your collateral.

**The Formula:** Position Size = Collateral × Leverage

#### **Example:**&#xD;

#### 1. Calculating from Collateral and Leverage&#x20;

If you enter a trade with **$100** (collateral) and **apply 50x leverage**, your total position size becomes **$5,000** ($100 × 50).

* OdinBot charges **0.1%** on that **$5,000** total size.
* The fee is **$5.00**.

**Note:** This means at **50x** leverage, the fee equals exactly **5%** of your initial collateral **(0.1% × 50 = 5%)**.

#### 2. Calculating directly from Total Position Size

If you look at a transaction and the total requested open size is **$5,000**, the calculation is even simpler.

* OdinBot charges **0.1%** directly on that **$5,000** total volume.
* The fee is **$5.00** (`$5,000 × 0.001`).

**Note:** It does not matter what combination of collateral and leverage was used to reach this number. The fee is **always** strictly **0.1%** of the **final position size**.

{% content-ref url="/pages/aBX2gVO7Edp5vxhCJJpf" %}
[6. Frequently Asked Questions](/faqs/6.-frequently-asked-questions.md)
{% endcontent-ref %}


---

# 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.odinbot.io/faqs/6.-frequently-asked-questions/how-much-does-odinbot-charge-for-its-services.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.
