# 2.1 The Accountless Ledger

In the Accessth protocol, a user is not defined by a public address (0x...). Instead, a user is defined by a ZK-Identity Proof. When a user "deposits" ETH into the Accessth ecosystem, that ETH is pooled into a monolithic smart contract layer (The Fog), and the user is issued a cryptographic "Right to Spend."

Technically, this means the user's balance on the ledger is technically zero (Null-State).

The ledger does not record: "Alice has 10 ETH."\
The ledger records: "Proof Hash X allows for the direction of 10 ETH."

This distinction is subtle but profound. It means that the state of the user is dissociated from the state of the funds. The funds sit in a highly secure, audited, and immutable protocol layer, while the user moves through the ecosystem carrying only lightweight proofs.


---

# 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-2/2.1-the-accountless-ledger.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.
