> 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.md).

# 1. Concept

Carpe Diem Pension is a decentralized and self-managed pension fund that gives users a near-literal passive income in Carpe Diem Pension (CDP). This is achieved by a “Burn & Earn mechanism”: CDP deposits are immediately destroyed from circulation, hereinafter referred to as burning, and reward users with Pension shares. A shared inflation of 4.32% a year can be claimed by all users that have Pension shares.

**Burn forever, earn forever\*.**\
Pension shares are tied to users’ accounts, and can never be converted back for CDP. Therefore, users benefit indefinitely from the rewards if they keep their account active. Users keep their account active by interacting with the system at least once every 1111 days. Shares from inactive accounts can be destroyed by anyone.

Another way to get Pension shares is by participating in the daily auction. Shares are put to auction each day. Users pool up by depositing PLS. At the end of the day, the auctioned shares are divided to those who deposited PLS that day. Participating in the auction is permanent.

A referral program rewards referrers with shares. It is therefore possible to build a pension without having to invest any money, but only some time and effort.

The backbone consists of three smart contracts (simple programs on the blockchain) that operate on [PulseChain](https://pulsechain.com/).<br>

***

*\* Users earn forever if their account remains active.*


---

# 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.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.
