# 4.3 Yield Generation in a Stateless System

One of the most profound inefficiencies in crypto is that non-staked assets generate 0% yield. Billions of dollars in ETH sit in EOAs doing nothing.

In the Accessth system, because funds are held in the Fog Layer rather than individual wallets, the protocol can implement "Stateless Yield Optimization."

The Protocol Treasury manages the idle assets in the Fog. Through low-risk, automated strategies governed by the DAO (e.g., lending on Aave V3, staking in Lido, supplying to Uniswap pools), the Fog generates a baseline APY.

This yield is not kept by the protocol. It is streamed directly to the Permission Sets.\
A user's "Right to Spend" grows automatically over time.\
If you have the right to spend 10 ETH today, and the Fog generates 5% APY, in one year you automatically have the right to spend 10.5 ETH, without ever staking, claiming, or interacting with a contract. This is "Passive Intrinsic Yield."


---

# 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-4/4.3-yield-generation-in-a-stateless-system.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.
