> 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/guide/quick-start.md).

# Quick start

<figure><img src="/files/3l8Z3UmXvinXv9AY4bKy" alt=""><figcaption></figcaption></figure>

To start, you need an Ethereum wallet that allows custom networks. Our recommendation is [BlockWallet](https://blockwallet.io/). For maximum security, consider pairing with a [hardware wallet](/general/ecosystem.md).

* Add the [PulseChain](https://pulsechain.com/) network to your wallet. In BlockWallet, you can search “369” and PulseChain will appear
* Buy PLS on [ChangeNOW](https://changenow.io/?from=eur\&to=pls\&fiatMode=true\&amount=200), insert your public address that can be found in your wallet. Starts with “0x”
* Go to [Piteas](https://app.piteas.io/#/swap?inputCurrency=ETH\&outputCurrency=0x6f0dDa6b522fcC7807CcacA4D37eF6958e95E1B9), connect your wallet, and click the little fox icon next to CDP to view CDP in your wallet. Optionally, click “Save image URL” to also add the CDP logo

<figure><img src="https://miro.medium.com/v2/resize:fit:474/1*0ZRDzkOBegsf_8TmLMOrbw.png" alt="" height="376" width="474"><figcaption></figcaption></figure>

<figure><img src="https://miro.medium.com/v2/resize:fit:355/1*Yab_m06yxECQVvcIihOY9g.png" alt="" height="594" width="355"><figcaption></figcaption></figure>

* Swap PLS for CDP. IMPORTANT: KEEP ABOUT 1000 PLS IN YOUR WALLET FOR TRANSACTION FEES!
* Deposit CDP at <https://carpediempension.com/>

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


---

# 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/guide/quick-start.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.
