> For the complete documentation index, see [llms.txt](https://docs.pivy.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pivy.me/basics/concepts/self-custody.md).

# Self-Custody

Self-custody is the foundational principle of true ownership in crypto, best summarized by the phrase:&#x20;

> "Not your keys, not your assets."

#### What it Means

It means you, and only you, hold the private keys (the cryptographic secret) that grant access to and control over your crypto assets.

When you self-custody your funds, you eliminate the need to trust a third party (like an exchange or a central bank) to hold your assets for you. You have complete, autonomous control to send, receive, and manage your assets anytime, without permission or potential interference.

{% hint style="warning" %}

## The Trade-off

Self-custody means you have **full responsibility** over your assets, **you are your own bank**. You can freely use your assets, but If you lose the access, those funds are lost forever. **No one, not PIVY or your wallet provider**, can get them back for you.
{% 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:

```
GET https://docs.pivy.me/basics/concepts/self-custody.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
