> For the complete documentation index, see [llms.txt](https://docs.carpediempension.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carpediempension.com/whitepaper/1.-concept/1.6.-referrals.md).

# 1.6. Referrals

Carpe Diem Pension has a referral program that rewards referrers with 0.1 shares for each CDP their referee burns. The referrer address is stored in the smart contract when CDP is burnt by the referee. The system checks for a stored referrer address when a user burns more CDP and no referrer address is filled in. When a referrer address is filled in, it overwrites the referrer address. A stored referrer address can only be changed; thus, the *referred* status cannot be removed once set. The referral shares are added to the daily auction pool when there is no referrer.

Traditional referral programs often reward referrers with a cut whenever their referee purchases something. Carpe Diem Pension rewards referrers with a permanent income. Thus, referrers earn, no matter of whether they are actively getting in new referees or not. Any effort and work put into gaining more referees increases the referrer’s number of shares.

**Technical information:**\
\&#xNAN;*The “null” address 0x0000000000000000000000000000000000000000 is used to let the smart contract know that no referrer was filled in.*


---

# 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://docs.carpediempension.com/whitepaper/1.-concept/1.6.-referrals.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.
