> For the complete documentation index, see [llms.txt](https://about.vestige.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.vestige.fi/how-to-guides/complete-a-swap/combo-gain.md).

# Combo Gain

When a user completes a swap, the transaction combo gain is based on the amount of [Vest #700965019](https://vestige.fi/asset/700965019) the user holds.

The bonuses gained are based on the following tiers:

* No Tier: (0 Vest):  \~20% gain
* Tier 0 (1 Vest): \~25% gain
* Tier 1 (10 Vest): \~40% gain
* Tier 2 (100 Vest): \~66% gain
* Tier 2 (5,000 Vest): \~82% gain
* Tier 2 (25,000 Vest) \~93% gain
* Tier 3 (75,000 Vest): 100% gain

{% hint style="info" %}
Note: For a swap that goes to a single route, no bonuses will be shared due to no gains being generated.
{% endhint %}

**Formula for Combo Gain Percentage**

```mathml
25% + log10(amount) * 15.3845% in [1,75000]
```

**​Gain**: When the swap occurs, the gain amount is the amount the aggregator saves the user by combining the swap across multiple routes.  Based on your VEST holding tier you will receive more of the gained amount up to 100%.


---

# 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://about.vestige.fi/how-to-guides/complete-a-swap/combo-gain.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.
