> 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-perpetual/referral.md).

# Referral

### Referral Types

#### Referral Lite

Referral Lite is available to all users by default and is suitable for individual referrals.

* Commission rate: 25%
* Eligibility: Open to all users
* Activation: No application required

<figure><img src="/files/RFNBxj90LUatxB94KHYW" alt=""><figcaption></figcaption></figure>

#### Referral Pro

Referral Pro is designed for KOLs, content creators, and community leaders with established communities.

* Commission rate: Up to 40%
* Adjustment: The commission rate can be manually adjusted up to 40%
* Eligibility: Approval required
* How to apply:
  * Submit an application via the [official application](http://forms.gle/W5qFv4XodZUHxRpJA) form on the Astros website, or
  * Contact the Astros team directly to request access<br>

    <figure><img src="/files/kBjIqy3gkS4csjnxsYdP" alt=""><figcaption></figcaption></figure>

### Commission Settlement

* Settlement frequency: Every 24 hours
* Settlement method: Commissions are automatically credited to the user’s account

Once settled, commissions become immediately available.

### Commission Usage

Referral commissions can be used in the following ways:

* Applied toward perpetual trading (Perps) on Astros
* Withdrawn at any time to the user’s wallet

There are no lock-up periods or usage restrictions on referral commissions.


---

# 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-perpetual/referral.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.
