> For the complete documentation index, see [llms.txt](https://naviprotocol.gitbook.io/astros/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://naviprotocol.gitbook.io/astros/astros-dex-aggregator/integrating-fees.md).

# 💰 Integrating Fees

### **Astros Aggregator Fee Sharing Scheme**

Astros does not charge users any trading fees. Instead, we share revenue collected by integrators to promote ecosystem growth and improve trading efficiency. Below is our standard fee-sharing structure:

***

#### **1. Revenue Share Structure**

* **Major Tokens**\
  (e.g., SUI, USDC, USDT)\
  Astros takes **30%** of the integrator's applied fee.
* **Minor Tokens**\
  (e.g., meme tokens, low-liquidity assets)\
  Astros takes **50%** of the integrator's applied fee.

***

#### **2. Tiered Rebate Scheme**

Astros' share can be reduced based on monthly trading volume to encourage scaling:

| Weekly Volume | Major Token Share | Minor Token Share |
| ------------- | ----------------- | ----------------- |
| <$1M          | 30%               | 50%               |
| ≥$1M          | 25%               | 40%               |
| ≥$5M          | 20%               | 30%               |

***

#### **3. Whitelisted Partner Policy**

Custom benefits for long-term partners:

* **Negotiable Fee Share**: Initial rates can be customized based on project size and contribution potential.
* **Reverse Incentives**: Eligible partners may receive additional rewards or ecosystem support (e.g., marketing, tech integration) based on trading volume.

***

#### **4. Settlement & Transparency**

* **Settlement Cycle**: Monthly. Trading source must be trackable via API Key or referral tag.
* **Settlement Tokens**: Default in vSUI or USDC (negotiable).
* **Transparent Reporting**: Astros provides trading volume and fee share reports for partner verification.

***

#### **5. Anti-Cheating & Compliance**

* **Wash trading is strictly prohibited**—violators will forfeit all fee shares.
* **Partners must implement safeguards**, including minimum trade amounts and abuse prevention logic.
* Astros reserves the right to interpret and arbitrate abnormal activity.


---

# 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://naviprotocol.gitbook.io/astros/astros-dex-aggregator/integrating-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.
