> For the complete documentation index, see [llms.txt](https://wallet-faqs.fizen.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wallet-faqs.fizen.io/faqs/referral-program.md).

# Referral program

### What is Referral Code & Referral Link?

**Send your friends the Referral Code**

* Your friend has to download Fizen Super App, go to the Referral section, then tap on “Who did invite you” to put your referral code in.

**Send them a Referral Link**

* The Referral Link will uniquely navigate your friends to download Fizen Super App.

### How to refer my friends to Fizen Super App?

Get up to 5,000 FiPoints for each successful referral by following these simple steps:

* Share your Referral Link or Referral Code with your friends;
* Your friends have to install Fizen Super App, then import or create a wallet.
* After your friends’ first successful gift card purchase on Fizen Super App, receive 5,000 FiPoints for each of you.

### What is a successful referral?

* Your friends have to import an existing wallet or create a new one on Fizen Super App;
* Enter your Referral Code before making the first giftcard transaction.

### Can I redeem FiPoint for a reward?

Fizen will offer attractive gifts, which can be easily redeemed with FiPoints earned for each user who joins the app.

More unique and exclusive gifts will be updated in the upcoming versions!


---

# 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://wallet-faqs.fizen.io/faqs/referral-program.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.
