> For the complete documentation index, see [llms.txt](https://docs.valueqube.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valueqube.io/lite-paper/5.-strategy-qube-and-54-blocks.md).

# 5. Strategy Qube And 54 Blocks

Strategy Qube is the way ValueQube organizes strategy sleeves before they become qAsset candidates. It does not start by listing everything. It starts with strategies that can explain their source, risk, valuation, fees, distribution, and exit rules.

The early strategy universe may include:

| Sleeve                        | Role                                                                | Key Risk                                                                   |
| ----------------------------- | ------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| U.S. Treasury / Cash Sleeve   | Treasuries, cash management, and short-duration assets              | Interest-rate changes, cash-management cost, lower yield                   |
| STRC / Strategy Credit Sleeve | Strategy / MSTR-related STRC, preferred, or credit-like securities  | Issuer credit, distribution changes, market volatility, concentration risk |
| ETF Sleeve                    | Traditional ETFs, income-oriented ETFs, or thematic ETFs            | Market volatility, premium or discount, fees, distribution changes         |
| Quant Sleeve                  | Smaller quantitative allocation for enhancement and diversification | Strategy decay, model risk, liquidity and execution risk                   |
| Protocol Reserve Sleeve       | Operational, data, valuation, and settlement friction support       | Not principal protection or price support                                  |

A standard cube has six faces and fifty-four blocks. ValueQube turns this structure into a screening language. The six faces are TradFi, Crypto, DeFi, RWA, Yield, and Agentic. Each face contains nine value blocks: Asset Type, Yield Source, Risk Level, Duration, Liquidity Window, Valuation Method, Fee Source, Rebalance Rule, and User Fit.

The 54 blocks are not product count. They are admission discipline.

#### Six Faces, Nine Questions

Each face of the Strategy Qube represents a broad domain of exposure. Each block asks a question that must be answered before that exposure can become a qAsset candidate.

| Face    | What It Tests                                                                                    |
| ------- | ------------------------------------------------------------------------------------------------ |
| TradFi  | Can traditional assets be accessed, valued, and reported in a Web3-readable account?             |
| Crypto  | Can crypto-native exposure be structured without hiding volatility and liquidity risk?           |
| DeFi    | Can protocol yield be explained with source, duration, smart-contract risk, and exit conditions? |
| RWA     | Can off-chain assets be represented with ownership, custody, valuation, and disposal boundaries? |
| Yield   | Can income, distribution, reinvestment, and fee paths be separated clearly?                      |
| Agentic | Can AI read, explain, and prepare actions without replacing user authorization?                  |

The nine value blocks create the admission test. A strategy that cannot define its asset type, yield source, risk level, duration, liquidity window, valuation method, fee source, rebalance rule, and user fit should not become a user-facing qAsset.

#### Why This Matters

The 54-block design protects the protocol from becoming a shelf of disconnected products. It forces each strategy sleeve to become comparable, explainable, and auditable at the account level.


---

# 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.valueqube.io/lite-paper/5.-strategy-qube-and-54-blocks.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.
