> For the complete documentation index, see [llms.txt](https://docs.summer.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.summer.fi/summer.fi-pro/general/costs-and-fees.md).

# Costs and Fees

### Introduction

This article is meant to clarify all costs and fees associated with Summer.fi products and features.

\
Usage of basic protocol functions is completely free of charge.\
\
When an action includes a swap, **Summer.fi charges 0.2% of the swap amount.**\
\
When the trading happens within correlated assets, **the fee is 0.2% of the net value charged annually**.\ <br>

| Product     | Swap action                | No swap |
| ----------- | -------------------------- | ------- |
| Multiply    | 0.2%                       | Free    |
| Automations | 0.2%                       | Free    |
| Borrow      | 0.2%                       | Free    |
| Earn        | \~0.2% of net value yearly | Free    |

\
This means for example that WSTETH/ETH positions will only pay 0.2% annually. This applies to WSTETH/ETH, RETH/ETH and similar pairs, this also applies to SDAI/USDC.\
\
For example, if you open a WSTETH/ETH AAVE Yield Multiple and keep the position open for 6 months you will pay 0.1% of the position value. This fee will be charged on exit.&#x20;

Automations refer to any kind of automation supported in the app such as Stop-Loss, Auto-buy or Auto-sell or any other available automation. \
\
Migration and Refinance work under the same rules, if there is no swap there won't be a fee charged. \ <br>

### Protocol fees

Each protocol supported in the app might charge a variable borrow rate or origination rates. The app will explain in detail the rate regarding the fee for each individual position, this fee doesn't go to Summer.fi<br>

### Network fees

Each supported network in the app will have its own gas fees that are variable and depend on market conditions and demand. For EVM networks supported in the app might charge a variable borrow rate or origination rates. Before confirming each transaction, you will be able to see the gas cost of the operation in the order confirmation screen. You will pay these fees.<br>

When our system executes an automated transaction in your behalf, such as Stop-Loss, **you will pay for the gas cost spent, and the automation system will be refunded from your position.**  <br>


---

# 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.summer.fi/summer.fi-pro/general/costs-and-fees.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.
