# 1.2 The Custody Paradox

The blockchain industry is currently trapped in a binary security dilemma. On one side, we have "Self-Custody," a model that demands users act as their own bank security, placing the burden of managing complex seed phrases and hardware devices on individuals ill-equipped for cryptographic hygiene. On the other side, we have "Centralized Custody," which abstracts complexity but reintroduces the very counterparty risk Bitcoin was invented to solve.

Accessth introduces a third state: Non-Custodial Authorization.

In this paradigm, the user never "holds" the funds in the traditional sense. Instead, the user holds a cryptographic signature that grants them the right to direct a portion of the protocol's global liquidity. Because the funds are not sitting in a user's address, they cannot be phished in the traditional manner. You cannot steal what is not there.

CORE PRINCIPLE:\
Possession is a liability. Access is power. By removing the asset from the user's direct custody, we paradoxically increase both the security of the asset and the sovereignty of the user.


---

# Agent Instructions: 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.accessth.xyz/part-1/1.2-the-custody-paradox.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.
