> 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/about/types-of-people.md).

# Types of people

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

<table><thead><tr><th width="144">Name</th><th width="190">Description</th><th>Contribution</th><th>Earnings</th></tr></thead><tbody><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f3d6">🏖️</span> Pensioner</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f9f1">🧱</span> Building a pension for themselves or for others.</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f525">🔥</span> Monthly buy &#x26; burn CDP.</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4b0">💰</span> Passive Pension Payout at retirement.</td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="2697">⚗️</span> Liquidity Provider</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4a7">💧</span> Providing liquidity in decentralized markets.</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f6cd">🛍️</span> Liquid &#x26; decentralized markets for CDP.</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f91d">🤝</span> Share of trading fees &#x26; farming incentives.</td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f3ce">🏎️</span> Trader</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f3b0">🎰</span> Trying to profit from short term market volatility.</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2728">✨</span> Trading volume (pays liquidity providers).</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1fa99">🪙</span> Short term profits from price movements.</td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1fac2">🫂</span> Holder</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f49a">💚</span> Holding CDP for a longer period of time.</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4aa">💪</span> Keep CDP off the market &#x26; contribute to a higher payout for pensioners.</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f680">🚀</span> Growing portfolio value.</td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4ef">📯</span> Referrer</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f917">🤗</span> Inviting new pensioners.</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f331">🌱</span> Growing the ecosystem.</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4dc">📜</span> Pension shares that pay out a passive income.</td></tr></tbody></table>

{% hint style="info" %}
It is possible to represent multiple of these archetypes or to represent none and still contribute to the ecosystem.
{% endhint %}


---

# 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/about/types-of-people.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.
