# 7.1 Compliance-by-Design Architecture

The compliance architecture is embedded directly into the protocol design. The primary regulatory risk—classification of $qYield as a security—is addressed through structural choices in token mechanics, issuance structure, and access controls.

#### Howey Test Analysis

*Figure 7.A — Howey Test: $qYield*

<table data-header-hidden><thead><tr><th width="138.333251953125"></th><th width="117.4444580078125"></th><th width="296.1112060546875"></th><th width="197.22222900390625"></th></tr></thead><tbody><tr><td>Requirement</td><td>Assessment</td><td>Analysis</td><td>Mitigation</td></tr><tr><td>1. Investment of Money</td><td>Satisfied</td><td>Contribution of USDC/USDT to the Vault</td><td>Inherent; not mitigable</td></tr><tr><td>2. Common Enterprise</td><td>Debatable</td><td>Vault pools capital; counterargument: deterministic smart contracts, not managerial discretion</td><td>SPV issuance; automated distribution</td></tr><tr><td>3. Expectation of Profit</td><td>Debatable</td><td>Depositors expect returns; counterargument: revenue-sharing, not equity profit</td><td>Debt-like contractual claim on SPV revenue</td></tr><tr><td>4. Efforts of Others</td><td>Debatable</td><td>Operators provide services; counterargument: standardized SLA execution, not entrepreneurial effort</td><td>Automated operations; operators as service providers</td></tr></tbody></table>

**Honest Assessment:** The Howey Test outcome is not definitively favorable to QuantaRail. Formal legal opinions across all target jurisdictions are a mandatory precondition prior to launch.

#### SPV Issuance Structure

$qYield is issued by an offshore Special Purpose Vehicle (SPV) (Cayman Islands or Singapore).

The SPV holds contractual rights to API revenue, and $qYield represents a debt-like claim on SPV distributions. This structure distances the model from a common enterprise framework while providing a compliance vehicle familiar to institutional investors.

#### Jurisdictional Roadmap

*Figure 7.B — Compliance Roadmap*

<table data-header-hidden><thead><tr><th width="145.77777099609375"></th><th width="148.22210693359375"></th><th width="140.7777099609375"></th><th width="217.444580078125"></th><th width="94.66668701171875"></th></tr></thead><tbody><tr><td>Jurisdiction</td><td>Framework</td><td>Risk Level</td><td>Plan</td><td>Timeline</td></tr><tr><td>Cayman Islands</td><td>VASP</td><td>Low</td><td>SPV formation; VASP registration</td><td>2025 Q4</td></tr><tr><td>Singapore</td><td>PSA/CMSA</td><td>Moderate</td><td>MAS sandbox application</td><td>2026 Q1</td></tr><tr><td>European Union</td><td>MiCA (ART 가능)</td><td>Moderate–High</td><td>Classification analysis; whitepaper compliance</td><td>2026 Q2</td></tr><tr><td>United States</td><td>SEC</td><td>High</td><td>Geo-block U.S. users; accredited investor exemption (Reg D)</td><td>Pre-TGE</td></tr><tr><td>United Kingdom</td><td>FCA</td><td>Moderate</td><td>Sandbox evaluation</td><td>2026 Q3</td></tr></tbody></table>

#### On-Chain Access Controls

* KYC/AML verification via DID protocols is required for $qYield minting
* Unverified users are blocked at the smart contract level
* Geo-fencing enforced on-chain
* U.S. access limited via accredited investor pathways using off-chain credential verification


---

# 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://railquant.gitbook.io/quantarail/7.1-compliance-by-design-architecture.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.
