# Protocol Revenue

### Velora sources of revenue

There are currently two main types of revenue for Velora:&#x20;

#### **Swap fees**

**When accessing through a Partner**, it's **up to the Partner** to decide if they want to charge a fee on the swaps facilitated through Augustus Swapper (Market Mode) or Velora Delta. If opting for Augustus, Velora DAO collects 15% of the accrued swap fee, while in Delta, fee splitting only happens for surplus-generating swaps.

{% hint style="info" %}
For more information on how Swap Fees are implemented, please refer to the [API Partners - Revenue Share Overview](/integrating-velora/integrating-velora-overview/fee-sharing.md#partners-fees-overview) Section.
{% endhint %}

#### Surplus

Another potential fee to consider is **Surplus**: the decentralized markets are always on the move; sometimes, competing transactions can push the price lower (or higher) after submitting the transactio&#x6E;**.** Velora implements several mechanisms to hedge for it, such as displaying the "Minimum Received" amount or securing prices for a set amount of time with market makers quoting through AugustusRFQ.

**Velora DAO collects the surplus to grow further and perpetuate the protocol**. By default, in Market Mode, Velora DAO collects 100% of the surplus generated, while in Delta Mode, the DAO collects 50%.

{% hint style="info" %}
Partners who opt out of charging a Partner Swap Fee can choose to keep 50% of the surplus or direct it to the user, paid in the destination token. For more information on how Partner Fees are implemented, please refer to the [API Partners - Revenue Share Overview](/integrating-velora/integrating-velora-overview/fee-sharing.md#partners-fees-overview) Section.
{% endhint %}


---

# 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.velora.xyz/intro-to-velora/velora-overview/protocol-revenue.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.
