> For the complete documentation index, see [llms.txt](https://solnav-ai.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solnav-ai.gitbook.io/whitepaper/solnav-app-features/referral-invite-only.md).

# Referral Invite Only

During the first phases of the SolNav mobile app, users can only access it as long as they receive an invite code from an existing user.\
\
The first users of the SolNav mobile app will receive codes through our social media campaigns as well as our referral invite campaigns.

### Referral Invite Campaign (Limited Time)

Invite a friend to the SolNav mobile app using your unique referral link to and receive $2 in $SOLNAV tokens.

* Invite as many friends as you want. There is no limit until we announce that this campaign has ended.
* In order for the invite to be valid, the user must drive at least 15 miles (24.1 km)
* You may redeem your $SOLNAV tokens inside the mobile app


---

# 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://solnav-ai.gitbook.io/whitepaper/solnav-app-features/referral-invite-only.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.
