# Transaction Fee & Reward System

### Transaction Fees

When you use UnifAI, some strategies have **small platform fees**:

* **Meteora strategies:**
  * Swap fee: 0.5%
  * Claimed fee: 5% (usually in SOL, based on the Quote token)
* **On-chain swaps** (Solana, BSC, Base, Polygon): 0.5%
* **Delta Neutral, Perpetual Trading, Polymarket:** 0%

**VIP users** automatically get discounts based on either their **deposit amount** or **monthly trading volume**, whichever is higher. The higher your VIP level, the bigger the discount.

| Base Fee          | User Fee                  |
| ----------------- | ------------------------- |
| Meteora           | Swap 0.5%, Claimed Fee 5% |
| On-chain Swap     | Swap 0.5%                 |
| Delta Neutral     | 0%                        |
| Perpetual Trading | 0%                        |
| Polymarket        | 0%                        |

***

### Referral Commissions

You can **invite friends** using their personal link via \[to be updated]

* When someone registers through your link, a **custodial wallet** is automatically created for them.
* A **user guide** will help them complete onboarding tasks and you gain referral commission.

#### How to Generate Invitation Links

* Logged-in users can generate and copy invitation links.
* Default: an 8-character code. You can customize it to a personal phrase.

***

#### Referral Rewards

* You earn **10% of the transaction fees** your referrals pay during the first year.
* Rewards can be combined with **transaction fees and points**.
* Track your referrals:
  * Username/ID (privacy protected)
  * Join date
  * Points/USDC/SOL earned
  * Level, volume, and fees
* Referred users can also check their status and referral code.
* **Reward Settlement:** Weekly
* **USDC/SOL rewards** go to your custodial wallet, ready to trade
* **Points** can be used for agent fees or airdrops
* Track daily transaction fee rewards

***

### Strategy Creator Rewards

* If you create a strategy, you earn **30% of the fees** from all wallets copying it.
* These rewards **stack with referral commissions**.
  * Example: 10% referral + 30% copy-trading reward if a user registers via your link and copies your strategy.
* Rewards can be settled **daily or weekly**.
* Strategy creators can **view followers** and **claim USDC/SOL** via the same interface used for referral rewards.


---

# 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.unifai.network/getting-started/transaction-fee-and-reward-system.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.
