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